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)