aTan-aka-Xellos
Results
2
issues of
aTan-aka-Xellos
**Precondition:** SpellCheckSettings is initiated with maxEditDistance > 0. I want to separately cover corner case with missed space, but only between correct words (maxEditdistance=0 for each word separately). But it's...
From docs to Verbosity.ALL: ``` All suggestions within maxEditDistance, suggestions ordered by edit distance, then by term frequency (slower, no early termination). ``` Several times faced cases when suggestions are...