NLP python
1.0.0
自然語言處理以檢測句子是正面的或負面的
pip install NLP-python
from NLP import NLP
nlp = NLP()
nlp.training(list)
nlp.getModel()
nlp.match(sentence)