| Source path: svn/ trunk/ spell-correct.go |
|
|
|
Older revisions
r8
by Yi.Wang.2005
on Feb 17, 2012
Diff
Fix bug: correction with smaller edit distance is infinitely better than that with larger distance
r6
by Yi.Wang.2005
on Feb 17, 2012
Diff
edits1and2 invokes edits1 simultaneously, and add time cost measurement.
r5
by Yi.Wang.2005
on Feb 17, 2012
Diff
Remove inocation of edits1 in correct, instead reuse result of edits1s invoked by edits1and2.