搜索资源列表
text_preprocessing
- Teks processing for process text document, Stopword removal, stemming, detagging
news.Rar
- 伴随着网络的出现,网页逐渐融入人们的生活。快速及时的新闻浏览,五彩缤纷的网上信息,使网络与人们的生活息息相关,于是世界上又出现了第三媒体——Internet。它打破了地域限制,真正使信息得以共享,改变了人们的工作和生活方式。而网页具有信息量大,传递快速,没有时空限制等特点。在这个网络时代,人们了解的新闻不仅仅是来源于电视、报纸等,还来源于网络。所以新闻发布系统也就成为大家所认可的在网络浏览新闻的最佳途径。 本系统实现了对新闻的添加、修改、删除、审核,以及对用户的管理等功能,在前台新闻浏览模块
StemmerApp
- this program for stemming word.
Stemming
- 信息检索对关键字的前期处理,保留关键字的词根作为检索对象-Stemming program for Information Rerieval.
StopWords
- This application removes all stop words from the given text document and performs stemming operation.
porter-stemmer
- The Porter stemming algorithm (or ‘Porter stemmer’) is a process for removing the commoner morphological and inflexional endings from words in English. Its main use is as part of a term normalisation process that is usually done when setting up Infor
stemming
- 用java版的stem算法,用于文本去词根用,非常经典的一个算法!-Java version of the stem algorithm for text to root, very classic algorithm!
Porter-Algorith
- 分别用c和java实现词根还原功能 及常用的停用词表-Respectively c and java achieve stemming functions and common stop words table
fenci
- 用Java实现stemming 分词算法(Use Porter stemming algorithm achieve stemming function.)