"新词发现"算法探讨与优化-SmoothNLP
https://zhuanlan.zhihu.com/p/80385615
pip install smoothnlp
from smoothnlp.algorithm.phrase import extract_phrase new_phrases = extract_phrase(corpus)
https://zhuanlan.zhihu.com/p/80385615
pip install smoothnlp
from smoothnlp.algorithm.phrase import extract_phrase new_phrases = extract_phrase(corpus)