"新词发现"算法探讨与优化-SmoothNLP

https://zhuanlan.zhihu.com/p/80385615

pip install smoothnlp
from smoothnlp.algorithm.phrase import extract_phrase
new_phrases = extract_phrase(corpus)

新词发现

https://www.jianshu.com/p/d24b6e197410

原文地址:https://www.cnblogs.com/cupleo/p/14189366.html