barrust / pyspellchecker

Pure Python Spell Checking http://pyspellchecker.readthedocs.io/en/latest/
MIT License
694 stars 101 forks source link

Support for japanese spell checking #110

Open skwolvie opened 2 years ago

skwolvie commented 2 years ago

Request help with how to use this package to perform spell checking of japanese documents.

barrust commented 2 years ago

I am not sure how well this solution works with non-latin scripts. You can see the documentation on how to make a dictionary. If you have success in building a dictionary that works, please put in a PR!

msalhab96 commented 2 years ago

@skwolvie @barrust I think you can achieve that by building an n_grams dictionary