PoetryOffice / Write

A word processor for the Haiku operating system
MIT License
3 stars 0 forks source link

Implement word-sense and homophone check #74

Open richienyhus opened 8 years ago

richienyhus commented 8 years ago

https://en.wikipedia.org/wiki/Word-sense_disambiguation https://en.wikipedia.org/wiki/Part-of-speech_tagging

There are a lot of words with multiple meanings and connotations, which are generally not coved that well by spelling and Grammar checkers, Write should help the user to find out if they are using the right word in the right context.

https://github.com/danieldk/citar-cxx C++ & LGPL

https://github.com/cltk/lapos C++ & MIT

https://github.com/alvations/pywsd Python & MIT

https://github.com/cslu-nlp/PerceptronixPointNever Python & MIT

https://github.com/kuhumcst/taggerXML C++ & GPL

https://bitbucket.org/yougov/fuzzy/src C/Python & MIT