You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
only_ci is supposed to instruct the checker to look for context-independent errors only. It is more of an internal switch used to separately measure the performance of the spell checker on context-independent errors. We may well remove it in a future release, so I don't recommend relying on it. That said, the behavior you point out is of course incorrect.
The following snippet gives inconsistent results:
Output:
The correct word
skúta
is marked as unknown, but not if it's written as standalone word. Using no options for thetokenize()
method works as expected.It's also not clear from the documentation, what exactly the option
only_ci
does.The text was updated successfully, but these errors were encountered: