WONS a.k.a Word Operating Neural System is a public API for text analysis in Polish language.
Completed:
- word synonyms
Under development:
- sentiment analysis - checks whether the comment is positive, neutral or negative
Planned:
- lemmatizer - get a root form of a word
- topic tagging - generates keywords for articles
WONS is automatically deployed from release branch to wons.net.pl
Check this URL for API reference and usage examples.
To run WONS locally make sure you installed all of the packages from requirements.txt Next download Data package and extract to the root folder of the application. WONS has a Flask API under web/api.py, so run it and feel free to use it on your local machine!
Source code is distributed under BSD 2-Clause License (see LICENSE.md)
The following projects are used to make it work: