文本分类TF-IDF代码,可直接调用运行我要分享

Text classification TF-IDF code, can be directly called to run

matlab 分类 代码 tfidf 文本 运行 调用 直接

关注次数: 223

下载次数: 7

文件大小: 1.34 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:此代码实现了TF-IDF 文本表示,为一个子函数,直接输入参数就可以调用运行,输入参数据两个:文本内容和特征词。输出可得到每个特征词下对应的权重。


English Description:

This code realizes the TF-IDF text representation, as a sub function, directly input parameters can be called to run, input parameter data two: text content and feature words. The corresponding weight of each feature word can be obtained by output.


代码预览