搜索资源列表
clucene-core-0.9.16a
- clucene是c++版的全文检索引擎,完全移植于lucene,采用 stl 编写.
Stemmer
- 在英语中,一个单词常常是另一个单词的“变种”,如:happy=>happiness,这里happy叫做happiness的词干(stem)。在信息检索系统中,我们常常做的一件事,就是在Term规范化过程中,提取词干(stemming),即除去英文单词分词变换形式的结尾。 应用最为广泛的、中等复杂程度的、基于后缀剥离的词干提取算法是波特词干算法,也叫波特词干器(Porter Stemmer)。详见官方网站。比较热门的检索系统包括Lucene、Whoosh等中的词干过滤器就是采用的波
LuceneStudy2013.10.9
- Lucene学习程序,帮助开发基于Lucene的全文检索软件,内容详细.-Lucene learning process to help develop Lucene-based full-text retrieval software and detailed.
luceneSearch
- lucene信息检索技术的实现,基础的实现增删查改。-Lucene information retri technology to achieve, based on the implementation of additions and deletions check.