CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 自然语言处理

搜索资源列表

  1. BOCH

    0下载:
  2. 一个用LISP语言编写的语法分析器。使用Bottom-up Chart Parsing算法,程序非常的简单高效,只有二百多行。另外可以自己定义文法和字典。 源代码公开,主要供对语法分析算法和LISP编程感兴趣的人学习使用,也可以使用在自然语言处理的各种实际研究当中。-A language with LISP parser. The use of Bottom-up Chart Parsing algorithm, the procedure very simple and efficient,
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:4561
    • 提供者:朱查松
  1. MaxEntModel

    1下载:
  2. 最大熵模型与自然语言处理方面非常好的介绍-Maximum entropy model and natural language processing aspects of a very good introduction
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-27
    • 文件大小:490268
    • 提供者:spring
  1. extract_document

    0下载:
  2. 这是一个提取 Reuter-21578 的程序, 用做自然语言处理, 文本分类聚类,和信息检索的测试集!-This is an extract of the Reuter-21578 procedure, used for natural language processing, text classification clustering, and information retrieval test collection!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-01
    • 文件大小:11928072
    • 提供者:李成华
  1. LexicalAnalysis

    1下载:
  2. 自然语言处理中的词法分析程序,有详细说明,可独立运行。-Natural language processing in the lexical analysis process, there is a detailed descr iption can be run independently.
  3. 所属分类:Compiler program

    • 发布日期:2015-06-28
    • 文件大小:872091
    • 提供者:Tianyi Chen
  1. wv

    0下载:
  2. 查词典源代码,希望对大家自然语言处理技术的学习带来帮助-cc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4042
    • 提供者:cc
  1. stoplist

    0下载:
  2. 查词典源代码,希望对大家自然语言处理技术的学习带来帮助-cc
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1449
    • 提供者:cc
  1. HzSearching

    0下载:
  2. 基于自然语言处理方法的拼音输入法程序,主要采用马尔可夫链模型,通过求最大转移概率,获得由拼音到汉语语句的转变-Based on natural language processing methods Pinyin input method procedures, the main use of Markov chain model, by seeking the maximum transition probability, obtained from the phonetic changes
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-15
    • 文件大小:23631043
    • 提供者:lipeng
  1. ParseWord

    0下载:
  2. 根据自然语言处理方法中的左端最大的方法对中文进行分词-Natural language processing methods in accordance with the methods of the extreme left of the largest Chinese word segmentation
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:735367
    • 提供者:吴亮
  1. HMM

    0下载:
  2. 隐马尔科夫模型(HMM)算法 c++实现,于20世纪70年代在语音识别领域取得巨大的成功,之后被广泛应用到自然语言处理的各个领域,成为基于统计的自然语言处理的重要方法. -failed to translate
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-10
    • 文件大小:1082438
    • 提供者:chengbo
  1. Temporal

    0下载:
  2. 时序数据挖掘,对于学习自然语言处理的人非常有用-Time-series data mining, natural language processing for the study are very useful
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:132953
    • 提供者:dongchao
  1. word_segment

    0下载:
  2. 可以统计字出现的概率,是作为自然语言处理的第一步 ,-to summarize the times of words
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:1001626
    • 提供者:李伟
  1. Nature Language Process

    1下载:
  2. 哈尔滨工业大学的自然语言处理讲义,讲的不错-Harbin Institute of Technology Natural Language Processing notes, speaking of the good
  3. 所属分类:中文信息处理

    • 发布日期:2013-06-06
    • 文件大小:5367498
    • 提供者:李庆文
  1. wordppl

    0下载:
  2. 自然语言处理,对字段进行歧义区分,最后输出歧义字段。-Natural language processing, ambiguity on the field to distinguish the final output of ambiguities.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1875081
    • 提供者:z
  1. NLPNLD

    0下载:
  2. 自然语言处理与自然语言理解,俞士汶老师的演讲PPT,可以看看这个学科的大概发展。-Natural language processing and natural language understanding, Shi-Wen Yu teacher' s lecture PPT, you can probably see the development of this discipline.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-10
    • 文件大小:2313755
    • 提供者:摩西冰刀
  1. 自然语言处理的最好的资源

    0下载:
  2. python,java代码,可以完成分词,训练词向量,等功能,效果突出。
  3. 所属分类:其它

    • 发布日期:2014-03-28
    • 文件大小:10062512
    • 提供者:chaihua483
  1. PYTHON Natural Language Processing with Python

    0下载:
  2. 自然语言处理入门学习之书,供初级学者学习(Natural Language Processing entry learning books for primary scholars to learn)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-18
    • 文件大小:3965952
    • 提供者:eternity
  1. ltp-3.4.0

    1下载:
  2. 自然语言处理开源项目源代码,中文分词,词性标注等功能介绍(Natural language processing open source project source code, Chinese word segmentation, speech tagging and other functions)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:6902784
    • 提供者:liyue35
  1. PYTHON自然语言处理【中文版】

    1下载:
  2. 自然语言处理方面的一本入门书,是中文的,而且使用python写的(An introductory book on Natural Language Processing, which is written in Chinese and written in Python)
  3. 所属分类:多国语言处理

    • 发布日期:2018-01-01
    • 文件大小:3864576
    • 提供者:第二段啊
  1. 基于MPI的分布式自然语言处理平台

    1下载:
  2. C语言编写的基于MPICH2框架的分布式高性能自然语言处理平台。(The distributed and high performance Natural Language Processing platform based on the MPICH2 framework is written in the C language.)
  3. 所属分类:多国语言处理

    • 发布日期:2018-04-29
    • 文件大小:75776
    • 提供者:William_D
  1. 自然语言处理学习

    0下载:
  2. 自然语言处理必须要看的知识,切词等方法,特别需要注意(Machine learning liner regression, the only thing to learn is)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-30
    • 文件大小:18432
    • 提供者:NIGHTFIGHTING
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com