- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
后缀树和其在中文文本聚类中的应用探索
后缀树及其在中文文本聚类中的应用探索
摘 要
本文首先对研究后缀树聚类算法的背景 目标和意义进行了论述 并与传
统的聚类算法进行了对比 列举了一些传统聚类算法的失败案例 然后结合自
行开发的后缀树生成过程演示程序 对后缀树聚类算法的原理 流程 特点以
及优势进行了深入的剖析 并结合中文的特点 设计出了应用于中文的 STCC
suffix tree clustering for Chinese 算法的流程 为了对流程的合理性进行测试
又自行开发了针对单篇文档的高频短语发现器和针对多篇文档的公共短语发现
器 并以主题相似的文档集 不同主题的文档集和主题一致的网页文档集作为
实验语料 根据STCC 聚类规则 并借助这两个工具进行了大量的实验和分析
最后得出后缀树聚类算法对中文文档的聚类是有效的 为今后该领域的研究提
供了一个新的思路
关键词 后缀树 短语 聚类 短语簇 公共短语
ii
Suffix Tree and Its Application to Chinese Text Clustering
Abstract
Firstly, this paper discusses the background, purpose and significance of the
study of suffix tree clustering algorithm, and then contrasts suffix tree clustering
algorithm with traditional methods, enumerates some failure case of traditional ones.
Secondly, with the demo program of suffix tree growing, this paper analyzes the
principle, flow, characteristic and merit of suffix tree algorithm, and then according
to the characteristic of Chinese, the paper designs the flow of STCC suffix tree
clustering for Chinese . Thirdly, in order to prove the rationality of the flow of
STCC, the paper designs the frequent phrase finder for single document and the
common phrase finder for multiple documents, and then uses the document set of
similar topic, document set of various topics and web document set of same topic as
the materials for the experiment. Fourthly, according to the rule of STCC, it does
some experiments and works out plenty of analyses with these two tools. At last, it
draws the conclusion that STCC is efficient for Chinese, so this paper provides a new
path for the study of this field.
Key words: suffix tree, phrase, clustering, cluster of phrase, common
文档评论(0)