Natural Language Processing in Python
spacy
en_core_web_sm
PyQt5
matplotlib
- Install Requirements
$ py -m pip install -r requirements.txt
$ py -m spacy download en_core_web_sm
- Launch gui.py. Depending on your Python interpreter installation and your OS:
$ python gui.py
or
$ py gui.py
- Go to "Models->Add"
- Select "happiness_vocabulary" (inside /models/ folder) and Load this model
- Select "sadness_vocabulary" (inside /models/ folder) and Load this model
- Go to "Classify->Start Classification", insert a text and press "Classify Text"
- Francesco Mecatti - I.T.I.S Enrico Fermi - Italy, Modena
This project is licensed under the MIT license - see the LICENSE file for details