搜索资源列表
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.
hlink.031023-1010.tar
- 用c++写的搜索引擎中建索引的程序,实现了倒排索引。
倒排索引的实现
超高效倒排索引的实现算法
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.
hlink.031023-1010.tar
- 用c++写的搜索引擎中建索引的程序,实现了倒排索引。-With c++ Write Zhongjian search engine indexing process, the realization of the inverted index.
SearchEngine1.0
- 实现搜索引擎最基本的下载网页、建立倒排索引、关键词查询功能。程序的实现借助了libcurl库。-Search engine to achieve the most basic functionality of downloading page, seting up inverted index, keyword querying. Program implementation with the libcurl library.
DB_ii_Final
- 基于二进制文件的B+数索引和倒排文件,其中B+树的删除利用插入实现-Achieve based on the number of binaries B index and the inverted file, including the deletion of the B-tree by inserting
search_engine
- 搜索引擎课程的几次作业,第一次作业实现分词算法,使用正向最大匹配原则。第二次作业实现倒排索引。第三次作业实现正排索引。第四次作业实现索引功能。实现的比较简单,但均可正常运行。-Several job search engine programs, the first job segmentation algorithm, using forward maximum matching principle. The second job i
MapTest
- 倒排索引,此程序,运用ICTClas分词工具实现的中文分词,并建立倒排索引输出到指定文件。-Inverted index, this procedure, use ICTClas segmentation tool to achieve the Chinese word segmentation and indexing inverted output to the specified 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 impleme
InvertedIndex
- Hadoop中实现倒排索引,实现最简单行的倒排索引,并能够显示单词出现的文档路径-Hadoop achieve inverted index, achieve the most simple lines inverted index, and be able to display the word document path appears
IR_experiment
- 信息检索的小程序,实现了倒排索引,布尔查询,排序的功能-Information Retrieval small procedures, the inverted index, Boolean queries, sorting function
InvertedIndex
- java实现的倒排索引,非常实用,对初学者来说-java Interview Index
MapTest
- 倒排索引,此程序,运用ICTClas分词工具实现的中文分词,并建立倒排索引输出到指定文件。-Inverted index, this procedure, use ICTClas segmentation tool to achieve the Chinese word segmentation and indexing inverted output to the specified file.
CreateInvertedIndex-3
- 给出文本文件实现将此文件进行倒排索引的功能,用visual studio 2010开发。-Given text file using this file inverted index function, using visual studio 2010 development.
dpsy
- 倒排索引实现文档集合上的查询,支持单个单词的查询和两个单词的and和or的复杂查询-Inverted index for query document collections on support queries and a single word of two words and and or complex queries
invertedIndex
- 利用hadoop中的map/reduce框架实现对文件的倒排索引,在搜索引擎中对网页的分类很多采用这种方法-Using map/reduce in the Hadoop fr a mework to achieve the inverted file index, in the search engine on the web page of a lot of classification using this method
ReverseIndex
- 信息检索中,纯JAVA实现歌词文件(.lrc)文件的倒排索引与查询功能。-reverseIndex for lrc.
irCode
- 倒排索引的实现 通过倒排索引的方式实现文档集合上的搜索功能(The realization of inverted index)