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
Furthermore, after FastText is added (#119) it can be used to select the most probable correction (as given by spelling correction algorithms above) based on the context around the word.
Add a spelling correction module which uses dictionary of Turkish words either with:
1- By adding SymSpell dependency and using SymSpell (https://pypi.org/project/symspellpy/)
2- By implementing Norvig's algorithm from scratch (https://norvig.com/spell-correct.html)
Furthermore, after FastText is added (#119) it can be used to select the most probable correction (as given by spelling correction algorithms above) based on the context around the word.
Similar to #143.
The text was updated successfully, but these errors were encountered: