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

搜索资源列表

  1. hisense

    0下载:
  2. 程序的主要思想是先对数组进行处理,使其有序,处理后的结果存放在t1.txt文件中。。然后在此基础上建立索引,使在查字典时可以减少比较的次数,节省程序的时间。再利用最大匹配算法对程序进行分词,分词的结果保存在t2.txt文件中。然后再拿分好词的文件与libing_test文件进行比较匹配率,匹配结果存放在result.txt文件中。-procedures main idea is first to array processing, it orderly, After processing the
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:185594
    • 提供者:王磊
  1. 2006111

    1下载:
  2. 支持英文、数字、中文(简体)混合分词 常用的数量和人名的匹配 超过22万词的词库整理 实现正向最大匹配算法 智能数字,日期,人名识别。-support English, figures, Chinese (simplified) mixed at the number of commonly used words and the names of more than 220,000 matching word thesaurus finishing achieve the greatest po
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:37291
    • 提供者:王成平
  1. je-analysis-1[1].4.0.jar

    0下载:
  2. 极易分词源码包,好用最新版本,双向匹配分词-vulnerable segmentation source package, the latest version easier to use, two-way matching word
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:899199
    • 提供者:王洪光
  1. plane

    0下载:
  2. 开发环境为VC+OpenGL,实现用立方体包围飞机和蝴蝶的绘制,主要用于练习面的绘制以及视角转换。-Development environment for VC+ OpenGL, using cube surrounded by aircraft and mapping butterfly, mainly used for surface mapping exercises as well as the perspective of the conversion.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:52504
    • 提供者:henry lv
  1. MaximumMatching

    0下载:
  2. 利用最大匹配法进行分词。需要一个词典。就可以进行分词。性能很好-Carried out using the maximum matching word segmentation. Need a dictionary. Segmentation can be carried out. Good performance
  3. 所属分类:Graph program

    • 发布日期:2017-04-25
    • 文件大小:255520
    • 提供者:quan
  1. crfzl

    0下载:
  2. crf相关论文包括  基于多层条件随机场的中文命名实体识别.pdf 基于层叠条件随机场的旅游领域命名实体识别.pdf 基于条件随机场的汉语动宾搭配自动识别.pdf 基于条件随机场的汉语分词研究.pdf 基于条件随机场的命名实体识别研究.pdf 基于条件随机场的中文命名实体识别1.pdf 基于条件随机场的中医命名实体识别.pdf、 条件随机场模型归一化因子的计算方法.pdf-Named entity recognition is one of the fundame
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-28
    • 文件大小:10771317
    • 提供者:邹俊杰
  1. chiword_seg

    0下载:
  2. 本代码含有逆向最大,正向最大,最短路径等自动识别算法,实现文本中分词的自动识别。-This code contains the largest reverse, forward the most, such as automatic identification shortest path algorithm to achieve automatic recognition of text carved words.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:14070
    • 提供者:zhang
  1. SF

    0下载:
  2. 中文分词在中文信息处理中是最最基础的,无论机器翻译亦或信息检索还是其他相关应用,如果涉及中文,都离不开中文分词,因此中文分词具有极高的地位。中文分词入门最简单应该是最大匹配法-Chinese word segmentation in Chinese information processing is the most basic, whether in machine translation Yihuo information retrieval, or other related applic
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:2221
    • 提供者:zht
  1. Tight-words

    0下载:
  2. 描述: 提出了一个字母,一个…{ 0 },< = k - k < = 9。我们说一个字的长度n在这个字母是紧如果任何两个邻居位数不同的词不超过1。输入是一个序列的线,每行包含两个整数n、k和1 < = n < = 100。在每一行输入、输出的百分比的长度n多紧单词字母{ 0、1、……,凯西} 5分形位数。 样本输入: 4一 2 5 3 - 5 8 7 样本输出: 100.00000 40.74074 17.3828
  3. 所属分类:Fractal program

    • 发布日期:2017-03-28
    • 文件大小:8722
    • 提供者:沙魄郎君
  1. CNSegmenter

    0下载:
  2. C#开发实例,主要完成中文分词技术,实现自动识别新词,和中文语句的划分-C# development instance, was completed for Chinese word segmentation, automatic identification of new words, and the division of Chinese statement
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-14
    • 文件大小:3329343
    • 提供者:dingding
  1. cppjieba-master

    0下载:
  2. 结巴分词,提供针对中文的分词方法,使用C++语言编写(jieba provides a word segmentation method for Chinese, which is written in the C++ language)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-10
    • 文件大小:8378368
    • 提供者:千丈岩
  1. 5953281

    0下载:
  2. 最大概率分词法,这种分词算法能够较好的解决汉语分词中的歧义问题,但分词效率比最大匹配分词算法要低()
  3. 所属分类:图形图象

    • 发布日期:2018-04-21
    • 文件大小:67584
    • 提供者:wiypmf
  1. 128083

    0下载:
  2. 汉语分词算法,包含最大匹配和基于概率的分词算法()
  3. 所属分类:图形图象

    • 发布日期:2018-04-30
    • 文件大小:43008
    • 提供者:VZsxjif!5856
搜珍网 www.dssz.com