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

搜索资源列表

  1. WordNet 语义计算 CSharp版

    1下载:
  2. 操作 WordNet 3.0 词汇语义资源的 C# 类。该API提供了获得 WordNet 项目的大部分内容,包括所有的同义词集以及它们之间所有的词汇关系。 This is a C# .NET API for the WordNet 3.0 lexical semantics resource. The API captures most of the content of the WordNet project, including all synset definitions and syn
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2011-05-27
    • 文件大小:208621
    • 提供者:hello_web
  1. 相似度计算器

    0下载:
  2. 相似度计算器(含语料库)
  3. 所属分类:源码下载

    • 发布日期:2012-02-04
    • 文件大小:3053412
    • 提供者:wkk_nj@sina.com
  1. Part_Of_Speech_Label.rar

    1下载:
  2. JAVA实现的基于隐马尔科夫模型的词性标注。有指导的学习,附带语料,供参考,JAVA realization of hidden Markov model based on the part of speech tagging. Guided learning, incidental corpus, for reference
  3. 所属分类:Windows编程

    • 发布日期:2014-01-17
    • 文件大小:7090578
    • 提供者:yangwei
  1. AIML-Verbot_Converter.rar

    0下载:
  2. 一款将AIML语料库转换为Verbot语料的软件,其中Verbot是国外非常流行的智能聊天软件。,A corpus will be converted to AIML software Verbot corpus, which Verbot is very popular abroad, intelligent chat software.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:855809
    • 提供者:易顺明
  1. WordSegmentation.rar

    0下载:
  2. 很久以前做的最大概率法分词程序,语料比较大,Maximum probability method for Word Segmentation
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-09
    • 文件大小:1057221
    • 提供者:张云
  1. zzbds.rar

    0下载:
  2. 用正则表达式处理语料库,最多可以处理500个句子,如果想拥有更多功能可以注意使用V2.0,Corpus with the regular expression processing, can handle up to 500 sentences, if you want to have more features may take note of the use of V2.0
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-31
    • 文件大小:284832
    • 提供者:keypharse
  1. AutoChatting.rar

    2下载:
  2. 用AIML语言开发的一款中文自动聊天软件,附加有部分AIML中文对话语料库,AIML language developed by a Chinese auto-chat software, additional dialogue, some Chinese Corpus AIML
  3. 所属分类:网络编程

    • 发布日期:2012-10-21
    • 文件大小:1252707
    • 提供者:易顺明
  1. PFR199801.rar

    0下载:
  2. PFR人民日报标注语料,它是中文信息处理的重要训练样本,PFR marked the People' s Daily corpus, which is an important Chinese information processing training samples
  3. 所属分类:MultiLanguage

    • 发布日期:2016-12-09
    • 文件大小:2221282
    • 提供者:weiwei
  1. Chinese--NER

    1下载:
  2. 基于CRF的中文机构名识别系统。使用北京大学1998年的人民日报语料库作为训练语料。除常用的特征模板,已经词性特征外,使用词语的最后一个字作为特征,提高了机构名识别的准确率, 调用了CRF++程序包训练模型。-CRF-based name recognition system of Chinese institutions. People' s Daily, Peking University in 1998 with corpus as training data. In additio
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-22
    • 文件大小:26385
    • 提供者:paul
  1. GBK_pinyin_table

    0下载:
  2. GBK拼音字表,含有32026个汉字,还包括词频,是开发输入法的绝佳语料库-GBK pinyin table 32026
  3. 所属分类:IME Develop

    • 发布日期:2017-04-02
    • 文件大小:500596
    • 提供者:唐凤玉
  1. 中文分词算法

    0下载:
  2. 本程序使用给出的字典进行学习并对训练语料进行分词处理,采用C语言编写,高效易懂!
  3. 所属分类:中文信息处理

    • 发布日期:2012-10-28
    • 文件大小:2105335
    • 提供者:jessica9421
  1. RostNat

    2下载:
  2. 很不错的语料分析工具,有分词、分析等等。最主要的还有TF/IDF的分析结果。很是实用-Very good tool for corpus analysis, took part in word analysis, and so on. The main TF/IDF analysis of the results. Is practical
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3645159
    • 提供者:lizhiyong
  1. PoS-Tagging-based-on-HMM

    2下载:
  2. 基于隐马尔科夫的中文词性标注系统的C++源代码,包括训练集和测试集语料库,单词量和词性数目都没有写死,可适应任意大的训练和测试数据集,程序已经过优化,一次标注只需要不到10秒的时间。-Based on Hidden Markov of the Chinese part of speech tagging system in C++ source code, including the training set and test set corpus, vocabulary and speech
  3. 所属分类:Windows Develop

    • 发布日期:
    • 文件大小:4439708
    • 提供者:蒋智威
  1. Unsupervise

    1下载:
  2. 利用隐马尔可夫模型实现词性标注。此为无监督模型。 内含语料库和测试集。方便大家学习。-The use of Hidden Markov Model to achieve part of speech tagging. This is no oversight model. Corpus and the test set contains. To facilitate them to learn.
  3. 所属分类:中文信息处理

    • 发布日期:2014-01-17
    • 文件大小:12274076
    • 提供者:lyn
  1. word-segment-tool-for-chinese

    0下载:
  2. 基于北大语料库的分词器,简单,有使用说明-a chinese word segment tool
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:617639
    • 提供者:witfox
  1. Apriori_DIC

    0下载:
  2. 数据挖掘经典算法 Apriori and DIC 同时有 Brin关于DIC的论文 和训练语料-Classical data mining algorithm Apriori and DIC at the same time on the DIC thesis Brin and training corpus
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:116329
    • 提供者:luowei
  1. cipinbijiao

    0下载:
  2. 对北大语料进行地名前后次的抽取,通过设置一个阈值,来控制选择。-Names of the Beijing University corpus to carry out before and after the meeting of the extraction, by setting a threshold, to control the choice.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-03
    • 文件大小:323922
    • 提供者:马龙
  1. POSTagger_Src

    0下载:
  2. 包含了词条及其词性标记,频度信息的词典 练语料的格式要求: 每个词以 / 分隔, / 后是该词的词性标记。词性标记后至少要有一个空格。一个句子的所有词必须在同一行中。击“开始词性标注”选取文本文件(一次可以选择多个)进行标注处理-Includes a term and its part of speech marks, the frequency of information and training Corpus dictionary format requirements: Each w
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-27
    • 文件大小:174557
    • 提供者:张耀
  1. SpamFiltering

    1下载:
  2. 该程序实现的是一个垃圾邮件过滤系统,方法采用的是NAIVE Bayes,语料库用的是LINspam—public,程序中有使用说明,希望大家一起探讨改进一下.-The program is a spam filtering system, methods used NAIVE Bayes, Corpus used LINspam-public, the procedures in use, hoping to improve what we explore.
  3. 所属分类:Kill Virus

    • 发布日期:2014-09-11
    • 文件大小:119414
    • 提供者:李贺
  1. segment

    0下载:
  2. 1 本程序说明了用概率法猜测“人名”的一般过程 2 用户可以修改config.ini文件中的值 3 用于测试的三个文件中: test1是小学语文课本语料 test2是按句分行的语料 test3是包含歧义串的语料-A descr iption of the procedures for using the probability method guess " names" the general course of 2 users can modify
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-29
    • 文件大小:236528
    • 提供者:allcy
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com