-
大小: 35KB文件类型: .zip金币: 1下载: 0 次发布日期: 2021-02-12
- 语言: Matlab
- 标签: site:www.pud text prediction matlab tfidf classificati
资源简介
matlab编写的文本分类的程序,可以对已经分好词的文本进行分类,先自己导入数据,用libsvm中的svm进行分类和预测,特征用tfidf算法,还利用卡方检验进行了特征选择,可自行设定阈值。
代码片段和文件信息
%----wordtrain为每条视频分词后的标题
%----每次运行时,要导入wordtrain.txt文本
text=textread(‘wordtrain.txt‘‘%s‘); %提取文本中的单词
stopword=textread(‘stopwordchinese.txt‘‘%s‘); %提取stopword中的单词
[a]=worddictionary(textstopword);%a(13).word为所有出现过的并除去信用词词条
[counttfidfweight]=tfidf(wordtrain‘a(13).word);
model=svmtrain(wordtrain_labelweight‘-c 1 -g 0.07‘);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 281 2013-10-24 00:10 text classification\datatest.txt
文件 337 2013-10-24 00:15 text classification\datatrain.txt
文件 404 2013-10-24 17:08 text classification\extractwords.m
文件 70 2013-10-23 22:46 text classification\inputchinese1.txt
文件 9904 2013-10-23 20:52 text classification\porterStemmer.m
文件 6364 2009-11-23 15:29 text classification\stopwordchinese.txt
文件 239 2013-10-23 23:57 text classification\test.mat
文件 2723 2013-10-23 17:21 text classification\tfidf.m
文件 1547 2013-10-23 22:55 text classification\worddictionary.m
文件 525 2013-10-24 21:08 text classification\wordpredict.asv
文件 525 2013-10-24 09:20 text classification\wordpredict.m
文件 358 2013-10-24 00:19 text classification\wordtest.txt
文件 441 2013-10-24 00:22 text classification\wordtrain.txt
文件 195 2013-10-24 08:51 text classification\wordtrain_label.mat
文件 26967 2013-10-24 16:55 text classification\文本特征词提取步骤.docx
文件 717 2013-10-23 23:30 text classification\新建 文本文档.txt
相关资源
- Graph_cut 几篇关于graph cut的论文
- Texture
-
Theimagetextureanalyssba
sedonthefractaldime - wavelet-matlab 基于小波变换的图像融合
- stockprediction 基于灰色神经网络的股指
- GaborTexture Gabor滤波器方法提取纹理特
- souce-code 数字图像处理与机器视觉(光
- Time-series-prediction-with-anfis
- wireless-communication 无线通信经典教材(
- icm_seg
- Shape-Context
- text-classification 分别使用最近邻(KN
- Adaptive_Filtering
- m.file 语音增强算法
- dongtai-shoushi-shibie-chengxu 动态手势识别
- ImageProcess_ToolBox
- SceneTextCNN_demo.tar 端至端卷积神经网络
- Itti-Matlab Itti模型的显著图提取
- voice-conversion--MFCC-GMM 实现多个人的说
- ICA-wind-prediction 采用最先进的殖民竞争
- BP-wind-prediction 含NWP数值天气预报和不
- Matrix-Completion 低秩矩阵方面的实例
- histogram-equalization 直方图均衡化的几个
- 3-D-dwt 三维离散小波变换程序
- DeepLearnToolbox-master 深度学习工具箱的
- sparsecoding 稀疏编码在图像分类中的实
- LOF 局部离群点检测算法
- MeanShift 均值漂移算法的MATLAB代码
- ZJGLMPC0 三相电压型PWN整流器的基于模
- Intelligent-predictive-by--MATLAB 《智能预测
评论
共有 条评论