NLP python
1.0.0
O processamento de linguagem natural para detectar frases é positivo ou negativo
pip install NLP-python
from NLP import NLP
nlp = NLP()
nlp.training(list)
nlp.getModel()
nlp.match(sentence)