ejh243 / MunroeJargonProfiler

web app to analyse the jargon content of a text document
MIT License
1 stars 0 forks source link

Add style & grammar checks to the scoring metric #14

Open jonc125 opened 7 years ago

jonc125 commented 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

ejh243 commented 7 years ago

https://pypi.python.org/pypi/langdetect/1.0.1 first check is text is in english?