fxsjy / jieba

结巴中文分词
MIT License
33.16k stars 6.72k forks source link

tfidf #283

Open huozi07 opened 9 years ago

huozi07 commented 9 years ago

想请教tfidf部分是如何进行分词的?能自定义分词字典么,自定义删除一些词汇 tags = jieba.analyse.extract_tags(content, topK=topK, withWeight=withWeight)

CooperLuan commented 9 years ago

呃 后两个问题文档中就有解答