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

搜索资源列表

  1. mlct_public

    0下载:
  2. 这是一个基于Java的分词、N-gram统计、分段 、分句等功能的程序,支持多种语言-This is a Java-based segmentation, N-gram statistics, the sub-clause of the function procedures, multilingual support
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:362375
    • 提供者:张雨
  1. SplitCNWord

    0下载:
  2. 一个中文分词的实现及演示程序,可用与中文和英文词组的分割.-a Chinese word achieve and demonstrate the procedure can be used with the Chinese and English phrase segmentation.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:580586
    • 提供者:苯苯
  1. TextCategorization

    0下载:
  2. 基于朴素贝叶斯算法实现的中文文本分类程序。可以对中文文本进行分类识别,使用时先对分类器进行训练,然后进行识别。该Beta版本仅支持对3类文本进行分类,使用简单的中文分词方法,本程序尚不具备实用性,用于算法研究和改进。-based on Bayesian algorithms to achieve the Chinese text classification procedure. Can the Chinese text classification identification, the us
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:317598
    • 提供者:钱磊
  1. xdgf

    0下载:
  2. 字符处理这是一个基于Java的分词、N-gram统计、分段 、分句等功能的程序,支持多种语-characters to deal with this is a Java-based segmentation, N-gram to statistics, subparagraph Clauses function procedures, multiple language support
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:1884
    • 提供者:丽丽
  1. chsegc

    0下载:
  2. chseg c语言写的汉字分词模块,调用方法和使用方法见程序内说明readme.txt。-chseg write Chinese characters Word module, called methods and procedures for use within see Note readme.txt.
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-08
    • 文件大小:726885
    • 提供者:哈哈
  1. darts-0.2.tar

    0下载:
  2. 双数组辞典生成程序。利用双数组实现trie算法,对于不定长度共同前缀查询情况,比哈希方法更为有效。经常用于分词辞典的制作。-array dictionary-generation procedures. Using two arrays to achieve Trie algorithm for the indefinite length of the inquiry common prefix than Hash methods more effective. Frequently used
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-06-10
    • 文件大小:237927
    • 提供者:姜锋
  1. findkey.c

    0下载:
  2. 此程序解决的问题:较好的, 并适应短字符串的中文分词算法.根据词库 发现以换行符分隔的众多标题中的 top N 关键字并以此更新词库.是一个分类分词算法 -this procedure to solve the problem : better, and adapt to the short string of Chinese Segmentation. According thesaurus found in the many separate newline heading the to
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:8751
    • 提供者:刘红周
  1. wordppl

    0下载:
  2. 本程序采用正向 逆向最大匹配才实现汉字分词-the procedures being used in reverse to get the maximum matching Chinese Word
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:492305
    • 提供者:liuchuan
  1. Segmnet

    0下载:
  2. 基于ictclas的C#环境的分词程序,供大家参考-The segmentation based the C# ictclas environment program
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:3738549
    • 提供者:刘宏
  1. 7675567

    0下载:
  2. VB高频分词程序源代码,有需要的就下载吧。很好的资料。-VB-frequency word program source code, there is a need to download it. Very good information.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:12277
    • 提供者:维斯摩尔
  1. split_words

    0下载:
  2. 分词程序,正向最大匹配法,JAVA语言。核心思想是从句子最左端开始,单字节扫描匹配,直至句末-Segmentation procedure, forward maximum matching, JAVA language. Core idea is to start from the leftmost sentence, single-byte scan match until end of the sentence
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:540
    • 提供者:Jakeris
  1. ctbparser_0.12.tar

    0下载:
  2. 自然语言处理技术的基础技术:中文分词经过艰苦的研发,终于发布了。中文分词是互联网应用不可缺少的基础技术之一,也是语音和语言产品必不可少的技术组件。现在上传一个ctbparser中文分词程序。 -Natural language processing techniques based technologies: Chinese word segmentation through painstaking research and development, has finally been relea
  3. 所属分类:Console

    • 发布日期:2017-06-02
    • 文件大小:15023628
    • 提供者:glig
  1. fenci

    0下载:
  2. 自然语言理解课程实验,基于百度词库的分词程序-Natural language understanding course experiment, based Baidu thesaurus segmentation procedure
  3. 所属分类:Other systems

    • 发布日期:2017-05-23
    • 文件大小:7149541
    • 提供者:黄飞
  1. ansj_seg-master

    0下载:
  2. 一个功能非常全面的分词程序,内部有许多测试类可以使用,包含了词频的统计功能在其中,可以-A very comprehensive segmentation procedures, internal classes can use many tests, including word frequency statistics function in which you can see under the next
  3. 所属分类:Console

    • 发布日期:2016-01-26
    • 文件大小:24557568
    • 提供者:cxf
  1. ygrx

    0下载:
  2. 这是一个简单的中文分词程序,可以在没有语料库的情况下通过各个词语的相关度将中文词汇抽取出来-A simple Chinese segmentation procedures, speed is also good
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4818
    • 提供者:denisdou
  1. program

    0下载:
  2. 中文分词程序,使用的是1998年的人民日报语料进行的处理,有做相同研究的可以下载使用-Chinese word segmentation program
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1876029
    • 提供者:仵永栩
  1. automatic-word-segmentation

    0下载:
  2. 实现一个中文自动分词程序,所使用的编程语言不限 选作:对人名,地名,机构名的识别 下载北大计算语言所标注的99年人民日报分词语料库,构建一个词表 实现正向、逆向最大分词算法-To implement a Chinese automatic word segmentation procedure, used by any programming language Chosen for: the person names, place names, organization name
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:426197
    • 提供者:黄艳玲
  1. databayy

    0下载:
  2. 一份很重要的语料库,为你的分词程序是一个很好用的资料库文件-An important corpus, word segmentation procedure for you is a very useful files
  3. 所属分类:File Operate

    • 发布日期:2017-12-14
    • 文件大小:3448
    • 提供者:deeuggcr
  1. matlab程序

    1下载:
  2. 用于计算中文分词的正向最大匹配算法、基于matlab语言的设计(Forward maximum matching algorithm for computing Chinese word segmentation.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:234496
    • 提供者:ly206452
  1. 猜单词

    0下载:
  2. 一个简单的智力游戏,游戏者每次只能猜一个字母,如果游戏者猜的字母在单词中,单词中所有的该字母将被视为已猜出,例如:如果原单词是apple,游戏者猜出了p,则程序应显示当前猜出的残缺单词为-pp--;设置选择时间限制或猜错次数限制,超过限制则游戏失败。(In a simple puzzle game, the player can guess only one letter at a time. If the player guesses the letter in the word, all t
  3. 所属分类:C#编程

    • 发布日期:2018-01-09
    • 文件大小:2048
    • 提供者:Gre_GL
« 1 2 3 4 5 6 78 9 10 11 12 »
搜珍网 www.dssz.com