Open jonc125 opened 7 years ago
E.g. using https://www.languagetool.org/ - open source style & grammar checker. It's LGPL but unfortunately Java. However there are Python wrappers: https://pypi.python.org/pypi/grammar-check/1.3.1 & https://pypi.python.org/pypi/language-check
There are also other options listed at http://stackoverflow.com/questions/10252448/how-to-check-whether-a-sentence-is-correct-simple-grammar-check-in-python
https://pypi.python.org/pypi/langdetect/1.0.1 first check is text is in english?
E.g. using https://www.languagetool.org/ - open source style & grammar checker. It's LGPL but unfortunately Java. However there are Python wrappers: https://pypi.python.org/pypi/grammar-check/1.3.1 & https://pypi.python.org/pypi/language-check
There are also other options listed at http://stackoverflow.com/questions/10252448/how-to-check-whether-a-sentence-is-correct-simple-grammar-check-in-python