CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 中文信息处理 搜索资源 - 中文分词

搜索资源列表

  1. 小叮咚分词

    0下载:
  2. 小叮咚中文分词java源码
  3. 所属分类:中文信息处理

    • 发布日期:2009-04-03
    • 文件大小:716.05kb
    • 提供者:jueduizaihuni
  1. ictclaszyfc分词接口

    1下载:
  2. 中文分词接口
  3. 所属分类:中文信息处理

  1. hash结构最大逆向中文分词算法

    1下载:
  2. 建立hash结构的中文词典,并实现了最大逆向中文分词算法
  3. 所属分类:中文信息处理

    • 发布日期:2010-12-21
    • 文件大小:704.06kb
    • 提供者:shef66
  1. 中文分词

    1下载:
  2. 一个不错的简单有效的中文分词算法, 可以做为研究中文的一个好例子
  3. 所属分类:中文信息处理

    • 发布日期:2011-02-24
    • 文件大小:5.23mb
    • 提供者:chenjia6605
  1. 中文分词系统

    1下载:
  2. 一个简单有效中文分词算法, 可以学习研究
  3. 所属分类:中文信息处理

    • 发布日期:2011-02-24
    • 文件大小:2.71mb
    • 提供者:chenjia6605
  1. pymmseg-cpp-win32-1.0.1.tar.gz

    0下载:
  2. 基于python的中文分词程序,易用性高,可以作为接口直接在python程序中使用,Python-based Chinese word segmentation process, ease of use high, can be used as interface directly in the python program to use
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-24
    • 文件大小:809.68kb
    • 提供者:Jing
  1. Chinesewordsegmentatin.rar

    0下载:
  2. 该源码用c++编写,实现了中文分词的功能。,The source code with c++ writing, implementation of the Chinese word segmentation function.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-04
    • 文件大小:4.64kb
    • 提供者:tom
  1. Chinese-Segmentation.rar

    0下载:
  2. 自己编写的中文分词源程序,用vc++编写,附有完整的文档,以及标准的分词数据库,I have written the source code of the Chinese word segmentation, using vc++ to prepare, with complete documentation, as well as sub-standard speech database
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-26
    • 文件大小:8.58mb
    • 提供者:tanyi
  1. SW_I_WordSegment

    0下载:
  2. SW-I中文分词算法,MFC程序,在visual studio 2008中调试通过。默认词库为mdb,由于较大未包含在源文件中,请自行下载mdb格式的词典。-SW-I Chinese word segmentation algorithm, MFC procedures, visual studio 2008 in debug through. Default thesaurus for the mdb, as a result of the larger not included in the
  3. 所属分类:MultiLanguage

    • 发布日期:2017-06-01
    • 文件大小:13.28mb
    • 提供者:
  1. OpenCNSegmenter

    0下载:
  2. 中文分词,可以将中文的句子按照单词进行切分,很优秀的算法,在网络中得到-Chinese word segmentation, Chinese sentence can be carried out in accordance with the word segmentation, it is excellent algorithm, in the network have been
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-13
    • 文件大小:668.17kb
    • 提供者:wenliang
  1. Separate_word_program

    0下载:
  2. 中文分词程序,能够在短时间内对中文内容进行分解split.txt中是要分解的内容而word.TXT则是分词表,分词表越完整最后结果越正确。-Chinese word segmentation process, can in a short time for Chinese content split.txt in decomposition is to decompose the content is word.TXT participle form, word form the final o
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-06
    • 文件大小:12.71kb
    • 提供者:liuxd
  1. 2004050215271615762

    0下载:
  2. 本文是关于中文分词程序源代码,仅供大家学习和研究使用。-This article is about the Chinese word segmentation program source code, for everyone to learn and study.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-14
    • 文件大小:4.65kb
    • 提供者:zyj4538
  1. ChineseTokenizer

    0下载:
  2. 中文分词演示程序,可以对字符串进行按照词义分词。在搜索技术中有广泛应用。-Chinese Segmentation demo program can be carried out in accordance with the meaning of the string segmentation. In the search technology has wide application.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-06
    • 文件大小:943.93kb
    • 提供者:老农
  1. KaiYuanIctclas

    0下载:
  2. ICTCLAC开源代码,可用在中文文本信息处理上,为信息抽取进行中文分词、词性标注处理,准确度达到85 以上,-failed to translate
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-11
    • 文件大小:2.5mb
    • 提供者:chengbo
  1. chinese_word_segment

    0下载:
  2. 一个比较简单的中文分词的C++代码,word文档,里面的C++代码在VisualStudio2008中调试通过,有详细说明。-A relatively simple Chinese word segmentation of the C++ code, word document, which the C++ code in debug VisualStudio2008 passed, there is a detailed descr iption.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-27
    • 文件大小:12.86kb
    • 提供者:
  1. Al_Chinese_Word_Segment

    0下载:
  2. 一种简约但不简单的中文分词的代码,作者比较有思想,里面给出了很详细的说明,值得学习。-A simple but not simple Chinese word segmentation of the code, the more ideas the author, which gives a very detailed explanation, it is worth learning.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-28
    • 文件大小:57.92kb
    • 提供者:
  1. tztqjsydm

    0下载:
  2. 贝叶斯公式,文本分类,中文分词,VC++开发,方便实用和开发-beyes,text classify
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-04
    • 文件大小:52.62kb
    • 提供者:许白
  1. KeyWordTree

    0下载:
  2. 一个c#编写的中文分词系统,有一个附带的baidu词库-fen ci c#
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-28
    • 文件大小:356.79kb
    • 提供者:张宝华
  1. max_pro_seg

    0下载:
  2. 详细介绍了最大概率分词方法的理论和步骤, 帮大家轻松搞定简单的中文分词-the word to introduce the max propability int segmenting
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-29
    • 文件大小:24.57kb
    • 提供者:calvin
  1. fenci

    0下载:
  2. 中文分词,可将文件划分词性,有词库,可添加新词-Use LR analysis of the compiler, may realize the words and grammar, semantics analysi
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-08
    • 文件大小:1.64mb
    • 提供者:宋显赫
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com