CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 倒排

搜索资源列表

  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
    • 文件大小:5045029
    • 提供者:陈厚道
  1. invert10_31

    0下载:
  2. 中文信息处理,建立文件的倒排表,形成词频链表-Chinese information processing, document the inverted table and form Frequency List
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:11229
    • 提供者:lushixin
  1. srcfileread_10_31

    0下载:
  2. 对文件进行操作,对索引倒排表中的文件进行相应的操作-the documents operation, the inverted index table of the corresponding documents to operate
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:2712
    • 提供者:lushixin
  1. invertefile(chinese)

    0下载:
  2. 首先对中文文档建立倒排文档,然后根据建立的倒排文档,按照此检索算法对文档进行检索
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:648502
    • 提供者:min
  1. invertefile(english)

    0下载:
  2. 首先对英文文档建立倒排文档,然后根据建立的倒排文档,按照此检索算法对文档进行检索
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:79507
    • 提供者:min
  1. TextClassification_wbfl_sn

    0下载:
  2. 整个实验是在Windows环境下使用delphi完成的。选取了600篇文档,数据集共分教育,商业与经济,计算机与因特网,娱乐与休闲,自然科学5个类别, 教育类包括31篇文档, 商业与经济类有93篇文档, 计算机与因特网102篇文档, 娱乐与休闲166篇文档, 自然科学有208篇文档。 目录“DataSet”:RawText中的文本分词后保存在DataSet目录。 数据表“WordsTable”:保存DataSet中所有文本的倒排文档。 其中“目录
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2863624
    • 提供者:sn
  1. experimentoftextclassification

    0下载:
  2. 整个实验是在Windows环境下使用delphi完成的。选取了600篇文档,数据集共分教育,商业与经济,计算机与因特网,娱乐与休闲,自然科学5个类别, 教育类包括31篇文档, 商业与经济类有93篇文档, 计算机与因特网102篇文档, 娱乐与休闲166篇文档, 自然科学有208篇文档。 目录“DataSet”:RawText中的文本分词后保存在DataSet目录。 数据表“WordsTable”:保存DataSet中所有文本的倒排文档。 其中“目录
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:2863443
    • 提供者:同承
  1. c4

    0下载:
  2. 以行为单位对行中以空格或标点符号为分隔的所有单词进行倒排,同时去 除标点符号,之后把已处理的字符串(应不含标点符号)仍按行重新存入字符串数组xx中
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1543
    • 提供者:sjhua
  1. InverseIndex

    0下载:
  2. 使用B+树实现文件倒排索引,查找关键词染色,根据出现频率排序
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:4186631
    • 提供者:chenqi
  1. hlink.031023-1010.tar

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

    • 发布日期:2008-10-13
    • 文件大小:49694
    • 提供者:wangzheng0822
  1. sortlistctrldemo

    0下载:
  2. listctrl控件对内容进行排序,可以进行正排或者倒排等操作。
  3. 所属分类:ListView/ListBox

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

    0下载:
  2. 超高效倒排索引的实现算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-12-23
    • 文件大小:2562352
    • 提供者:superdongli
  1. 倒排近似查找

    1下载:
  2. 用倒排索引进行近似查找,根据ED值...
  3. 所属分类:Windows编程

  1. inverted_index.rar

    0下载:
  2. 简单的文件倒排实现,搜索引擎实现的步骤之一。大量使用STL,实现简单容易理解。效率一般。,Simple realization of inverted files, search engines to achieve one of the steps. Extensive use of STL, the realization of simple and easy to understand. Efficiency in general.
  3. 所属分类:Search Engine

    • 发布日期:2017-04-10
    • 文件大小:448247
    • 提供者:yangwei
  1. VSM

    0下载:
  2. 向量空间模型算法,给定一个经过分词的文档集,可以输出向量空间模型、特征词典、倒排索引表等功能,很经典的VSM算法源代码-Vector space model algorithm, given a segmentation of the document set, you can output vector space model, the characteristics of dictionaries, inverted index table functions, it is the clas
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:10313
    • 提供者:郝祥根
  1. EasyXSpider

    0下载:
  2. 一个Linux下的爬虫,倒排序索引,多条件检索,二元切词以及Google PageRank算法的示例程序。包括CGI的查询界面。Cool!~-Linux under a reptile, invert index, multi-condition searches, Chinese binary segmentation, as well as an example of Google PageRank algorithm procedures. Including the CGI query
  3. 所属分类:Search Engine

    • 发布日期:2017-05-16
    • 文件大小:4149505
    • 提供者:尹君
  1. IndexDemo

    0下载:
  2. 倒排表构建实例,很简单。供学习使用。 一学生信息为示例。-Inverted Construction of examples of form, is very simple. For learning to use. A student information for the sample.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:95462
    • 提供者:yangwei
  1. ir

    0下载:
  2. 本系统实现了分词和倒排索引,分词采用正向最大匹配,-The system achieved a sub-word and the inverted index, the biggest being the use of sub-word match,
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-12
    • 文件大小:1354082
    • 提供者:刘风
  1. 1

    0下载:
  2. 建立倒排索引的程序雏型.主要采用链表的数据结构.-Inverted index to establish the procedures for the prototype. The main use of the linked list data structure.
  3. 所属分类:Applications

    • 发布日期:2017-04-04
    • 文件大小:762
    • 提供者:kuangli
  1. irCode

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

    • 发布日期:2018-05-01
    • 文件大小:553984
    • 提供者:newaomo
« 12 3 4 5 »
搜珍网 www.dssz.com