NLP python
1.0.0
自然语言处理以检测句子是正面的或负面的
pip install NLP-python
from NLP import NLP
nlp = NLP()
nlp.training(list)
nlp.getModel()
nlp.match(sentence)