10 2022 档案
摘要:TF-ITF TF-ITF = TF(x) * IDF(x) 或者 文档与文章就是一回事。 举例子: corpus = [ 'this is the first document', 'this is the second second document', 'and the third one',
阅读全文
摘要:中文文本分类【参考https://github.com/lijqhs/text-classification-cn】 文本分类(Text Classification)是自然语言处理中的一个重要应用技术,根据文档的内容或主题,自动识别文档所属的预先定义的类别标签。文本分类是很多应用场景的基础,比如垃
阅读全文