NLP python
1.0.0
El procesamiento del lenguaje natural para detectar las oraciones es positivo o negativo
pip install NLP-python
from NLP import NLP
nlp = NLP()
nlp.training(list)
nlp.getModel()
nlp.match(sentence)