搜索资源列表

  1. SegmentRAM

    0下载:
  2. 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.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.81mb
    • 提供者:陈厚道
  1. hlink.031023-1010.tar

    0下载:
  2. 用c++写的搜索引擎中建索引的程序,实现了倒排索引。
  3. 所属分类:搜索引擎

    • 发布日期:2008-10-13
    • 文件大小:48.53kb
    • 提供者:wangzheng0822
  1. 倒排索引的实现

    0下载:
  2. 超高效倒排索引的实现算法

  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-12-23
    • 文件大小:2.44mb
    • 提供者:superdongli
  1. SegmentRAM

    0下载:
  2. 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.
  3. 所属分类:其他小程序

    • 发布日期:2024-11-24
    • 文件大小:4.81mb
    • 提供者:陈厚道
  1. hlink.031023-1010.tar

    0下载:
  2. 用c++写的搜索引擎中建索引的程序,实现了倒排索引。-With c++ Write Zhongjian search engine indexing process, the realization of the inverted index.
  3. 所属分类:搜索引擎

    • 发布日期:2024-11-24
    • 文件大小:49kb
    • 提供者:wangzheng0822
  1. SearchEngine1.0

    0下载:
  2. 实现搜索引擎最基本的下载网页、建立倒排索引、关键词查询功能。程序的实现借助了libcurl库。-Search engine to achieve the most basic functionality of downloading page, seting up inverted index, keyword querying. Program implementation with the libcurl library.
  3. 所属分类:搜索引擎

    • 发布日期:2024-11-24
    • 文件大小:3.66mb
    • 提供者:Jiang
  1. DB_ii_Final

    0下载:
  2. 基于二进制文件的B+数索引和倒排文件,其中B+树的删除利用插入实现-Achieve based on the number of binaries B index and the inverted file, including the deletion of the B-tree by inserting
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-24
    • 文件大小:275kb
    • 提供者:eros
  1. search_engine

    0下载:
  2. 搜索引擎课程的几次作业,第一次作业实现分词算法,使用正向最大匹配原则。第二次作业实现倒排索引。第三次作业实现正排索引。第四次作业实现索引功能。实现的比较简单,但均可正常运行。-Several job search engine programs, the first job segmentation algorithm, using forward maximum matching principle. The second job i
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-24
    • 文件大小:168kb
    • 提供者:张明
  1. MapTest

    0下载:
  2. 倒排索引,此程序,运用ICTClas分词工具实现的中文分词,并建立倒排索引输出到指定文件。-Inverted index, this procedure, use ICTClas segmentation tool to achieve the Chinese word segmentation and indexing inverted output to the specified file.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:龙悦
  1. SimulateSearchEngine

    0下载:
  2. 模拟搜索引擎的功能,通过对文本分词,从而建立倒排索引表,实现全文检索的功能。-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
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-11-24
    • 文件大小:178kb
    • 提供者:任育伟
  1. InvertedIndex

    0下载:
  2. Hadoop中实现倒排索引,实现最简单行的倒排索引,并能够显示单词出现的文档路径-Hadoop achieve inverted index, achieve the most simple lines inverted index, and be able to display the word document path appears
  3. 所属分类:并行运算

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:小咸鱼
  1. IR_experiment

    0下载:
  2. 信息检索的小程序,实现了倒排索引,布尔查询,排序的功能-Information Retrieval small procedures, the inverted index, Boolean queries, sorting function
  3. 所属分类:书籍源码

    • 发布日期:2024-11-24
    • 文件大小:679kb
    • 提供者:xcz
  1. InvertedIndex

    0下载:
  2. java实现的倒排索引,非常实用,对初学者来说-java Interview Index
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-24
    • 文件大小:6kb
    • 提供者:刘德华
  1. MapTest

    0下载:
  2. 倒排索引,此程序,运用ICTClas分词工具实现的中文分词,并建立倒排索引输出到指定文件。-Inverted index, this procedure, use ICTClas segmentation tool to achieve the Chinese word segmentation and indexing inverted output to the specified file.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:forsdth
  1. CreateInvertedIndex-3

    0下载:
  2. 给出文本文件实现将此文件进行倒排索引的功能,用visual studio 2010开发。-Given text file using this file inverted index function, using visual studio 2010 development.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-24
    • 文件大小:2.01mb
    • 提供者:MS.Rong
  1. dpsy

    0下载:
  2. 倒排索引实现文档集合上的查询,支持单个单词的查询和两个单词的and和or的复杂查询-Inverted index for query document collections on support queries and a single word of two words and and or complex queries
  3. 所属分类:Windows编程

    • 发布日期:2024-11-24
    • 文件大小:196kb
    • 提供者:penghao
  1. invertedIndex

    0下载:
  2. 利用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
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-24
    • 文件大小:4kb
    • 提供者:苏武
  1. ReverseIndex

    0下载:
  2. 信息检索中,纯JAVA实现歌词文件(.lrc)文件的倒排索引与查询功能。-reverseIndex for lrc.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-24
    • 文件大小:42kb
    • 提供者:谢巍
  1. irCode

    0下载:
  2. 倒排索引的实现 通过倒排索引的方式实现文档集合上的搜索功能(The realization of inverted index)
  3. 所属分类:Windows编程

    • 发布日期:2024-11-24
    • 文件大小:541kb
    • 提供者:newaomo

源码中国 www.ymcn.org