/WONS

Word Operating Neural System

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

What is WONS?

WONS a.k.a Word Operating Neural System is a public API for text analysis in Polish language.

Feature list

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

How to use it

WONS is automatically deployed from release branch to wons.net.pl

Check this URL for API reference and usage examples.

Running locally

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!

License

Source code is distributed under BSD 2-Clause License (see LICENSE.md)

The following projects are used to make it work: