NLP python
1.0.0
Le traitement du langage naturel pour détecter les phrases est positif ou négatif
pip install NLP-python
from NLP import NLP
nlp = NLP()
nlp.training(list)
nlp.getModel()
nlp.match(sentence)