Hi,
When I take the two letters from the middle of a word and put the first
in place of the second and the second in place of the first, ex : jospin
=> jopsin, I don't get any suggestion from the spellchecker component.
I tryed the default algorithm and the Jaro Winkler Distance, with a
coeff of 0.5.
Errors like :
"jospni" instead of "jospin"
"josipn" instead of "jospin"
"ojspin" instead of "jospin"
...
are successfully corrected.
But "jopsin" instead of "jospin" returns no suggestion and I wonder why.
Has anyone else encountered this error ?