fxsjy / jieba

结巴中文分词
MIT License
33.39k stars 6.73k forks source link

extract_tags 返回结果是空 #965

Open zhangxiann opened 2 years ago

zhangxiann commented 2 years ago

extract_tags 返回结果是空

import jieba
import jieba.analyse
content='佰昇'
res = jieba.analyse.extract_tags(content, topK=10, withWeight=True)
print(res)