NLP python
1.0.0
Natural Language Processing to detect sentences are positive or negative
pip install NLP-python
from NLP import NLP
nlp = NLP()
nlp.training(list)
nlp.getModel()
nlp.match(sentence)