pawamoy / mkdocs-spellcheck

A spell checker plugin for MkDocs.
https://pawamoy.github.io/mkdocs-spellcheck/
ISC License
15 stars 3 forks source link

Don't reinvent the wheel: use NLTK or similar #3

Open pawamoy opened 2 years ago

pawamoy commented 2 years ago

Splitting sentences into words is definitely not trivial. Our current logic has flaws. We could use smarter algorithms and corpora thanks to libraries designed for this.