搜索资源列表
SegmentRAM
- 1.基于luncene倒排索引格式的高性能索引数据访问接口。 2. 实现若干中文分词的的分词算法。-1. Based on luncene inverted index format of high-performance data access interface Index. 2. A number of Chinese word segmentation algorithm of.
InverseIndex
- 使用B+树实现文件倒排索引,查找关键词染色,根据出现频率排序
倒排近似查找
- 用倒排索引进行近似查找,根据ED值...
CluceneTest
- CLucene 例程 是信息检索的初步学习参考代码,可以了解倒排索引的文件结构以及查询方法-CLuene Demo is a reference code for learning information retrival,which can help to learn the inverted index data structure and query method
text_mining
- 本文讨论了在关系数据库下倒排索引的建立、编码、压缩、存储、获取以及并行化等问题。-We focused our discusion on the building,encoding,compressing,storing,retrievingand parallelization of inverted index.
CHAP12
- ISAM文件,VSAM文件,顺序文件,索引文件,多重表文件,倒排文件-ISAM files, VSAM files, sequential files, index files, multi-sheet files, inverted file
SimulateSearchEngine
- 模拟搜索引擎的功能,通过对文本分词,从而建立倒排索引表,实现全文检索的功能。-Establishing reverse index and simulate the function of search engine. By reading text file and segmentation we can establish a reverse index for all the words.So this will implement the full-text searching.
CHAP12
- ISAM文件,VSAM文件,顺序文件,索引文件,多重表文件,倒排文件ISAM files, VSAM files, sequential files, index files, multi-sheet files, inverted file-ISAM files, VSAM files, sequential files, index files, multi-sheet files, inverted file
bs1
- 构建倒排索引,这是北航大数据专业搜索引擎课的大作业构建索引部分-Construction of inverted index, this is the buaa big professional search engine data class assignments to build indexes section
multilevelindex
- 1.建立服务倒排索引模型的基础类。 2.编写服务倒排索引模型的添加、删除、检索算法。 3.测试服务倒排索引模型的性能。以不同大小、不同概率的服务集对模型的性能进行测试。-1 to establish service inverted index model based class. 2 writing services inverted index model to add, delete, search algorithm. Performance of the 3 test
dpsy
- 倒排索引实现文档集合上的查询,支持单个单词的查询和两个单词的and和or的复杂查询-Inverted index for query document collections on support queries and a single word of two words and and or complex queries
FinalVersion(fputs)
- 简单的倒排索引,运用map为主要容器,给予一定的参考价值-Simple inverted index
irCode
- 倒排索引的实现 通过倒排索引的方式实现文档集合上的搜索功能(The realization of inverted index)