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

搜索资源列表

  1. chinese-word-segment.rar

    0下载:
  2. 一个的文本分割程序,采用了改变的最大长度切分结合统计分词方法。,this is a project about chines-word segment, it propose a method conmbining the max-seg and the statistic method.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-14
    • 文件大小:3626609
    • 提供者:何鹏
  1. font2bdf.rar

    1下载:
  2. 实现TTF/TTC到bdf格式的批量转换。 本来是为了依照网上的帖子把WINDOWS字库转换过来,在CygWIN下Xterm支持中文。网上没有免费的工具,找到一个源码但使用不方便,本人试着改进成进行批量处理,目的达到了,可是在XTERM下仍然不能显示中文,XPDF也不能识别中文字体,不知道谁知道怎么解决?!,[Automatically by GOOGLE.]The realization of TTF/TTC to batch convert bdf format. Internet ori
  3. 所属分类:Editor

    • 发布日期:2017-03-23
    • 文件大小:25697
    • 提供者:邝育军
  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-25
    • 文件大小:8994901
    • 提供者:tanyi
  1. Chinese-Word-Segment-And-POS-Tagger

    1下载:
  2. 实现了中文分词和词性标注程序。分词方法采用“三词正向最长匹配”。词性标注使用HMM方法,用Viterbi算法实现。“三词正向最长匹配”保持了“正向最长匹配算法”快速的特点,同时提高了分词的准确性。-Chinese word segmentation and implemented procedures for POS tagging. Segmentation Methods, " the longest three-match positive words." POS tag
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-14
    • 文件大小:4034615
    • 提供者:paul
  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-21
    • 文件大小:26385
    • 提供者:paul
  1. Chinese-automatic-word-segmention

    0下载:
  2. 汉语自动分词和词性标注__源代码 这是原创,不带复制的 汉语自动分词和词性标注__源代码-Chinese automatic word segmentation and POS tagging __ source code This is the original, without copying Chinese automatic word segmentation and POS tagging __ source code
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-26
    • 文件大小:863330
    • 提供者:chenjinglong
  1. lua-5.1manual(chinese)

    0下载:
  2. lua的速查中文手册,由c程序员开发的,和c结合最紧密的教本。参见www.lua.org-lua s Info Chinese manual, developed by the c programmers, and c combined with the most closely textbooks. See www.lua.org
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:200088
    • 提供者:linxi
  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. PDFSCREEN-Chinese

    1下载:
  2. 一种基于TeX的排版系统,由美国计算机学家莱斯利·兰伯特(Leslie Lamport)在20世纪80年代初期开发,利用这种格式,即使使用者没有排版和程序设计的知识也可以充分发挥由TeX所提供的强大功能,能在几天,甚至几小时内生成很多具有书籍质量的印刷品。对于生成复杂表格和数学公式,这一点表现得尤为突出。因此它非常适用于生成高印刷质量的科技和数学类文档。这个系统同样适用于生成从简单的信件到完整书籍的所有其他种类的文档-Based on the TeX typesetting system, a
  3. 所属分类:Editor

    • 发布日期:2017-05-02
    • 文件大小:533961
    • 提供者:张先国
  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
    • 文件大小:13165
    • 提供者:
  1. imdict-chinese-analyzer

    1下载:
  2. imdict-chinese-analyzer 是 imdict智能词典 的智能中文分词模块,算法基于隐马尔科夫模型(Hidden Markov Model, HMM),是中国科学院计算技术研究所的ictclas中文分词程序的重新实现(基于Java),可以直接为lucene搜索引擎提供简体中文分词支持。-imdict-chinese-analyzer is a smart imdict Chinese Dictionary smart module segmentation algorithm
  3. 所属分类:MultiLanguage

    • 发布日期:2016-07-06
    • 文件大小:3255959
    • 提供者:王同
  1. IBMViaVoice

    0下载:
  2. 文章主要舟铝了IBM ViaVoice中文语音识剐系统软件的琦能简舟、使用方法和性能 特点,并指出了在使用谊软件时提高系统识剐率的逢径。-Aluminum Boat article the IBM ViaVoice Chinese voice cut system software knowledge to Jane Zhou Qi, the use of methods and performance characteristics, and pointed out that the us
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:126586
    • 提供者:尹江波
  1. Chinese-postman-problem-for-DNA-computing

    0下载:
  2. 中国邮递员问题的DNA计算,从学校的数据资源库里找着的,感觉不错,在此向大家支持一下-Chinese postman problem for DNA computing, data resources from the school library found, an excuse, and feel good, look at this opportunity to Members to support the
  3. 所属分类:source in ebook

    • 发布日期:2017-03-22
    • 文件大小:228774
    • 提供者:贺波
  1. pcasm-book-simplified-chinese

    0下载:
  2. 讲述用nasm开发汇编程序的精简单深入的教程,知道一看,中文翻译版-Developed with the nasm assembler about the essence of a simple in-depth tutorials, knowing look, the Chinese translation version of
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:878902
    • 提供者:张佳
  1. Open.QBuilder.Chinese.classic.example.code

    0下载:
  2. Open QBuilder中文实例经典代码Open QBuilder Chinese classic example code -Open QBuilder Chinese classic example code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:711754
    • 提供者:o
  1. tts-chinese

    1下载:
  2. 中文语音引擎绿色版 中文语音引擎绿色版-Chinese green version of the speech engine speech engine in Chinese green version of the Chinese green version of the speech engine
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-09
    • 文件大小:1319638
    • 提供者:lghost2009
  1. Chinese-version-of-compiler-theory

    0下载:
  2. 编译原理中文版, 比较重要的原理性书籍, 适合于概念不清晰时查阅-Chinese version of compiler theory, theory of the more important books
  3. 所属分类:Compiler program

    • 发布日期:2017-06-18
    • 文件大小:27816937
    • 提供者:gas
  1. Delphi7-Mastering-Chinese-PDF

    0下载:
  2. Delphi7从入门到精通中文PDF.很适合初学者.一定不要错过了-Delphi7 Mastering Chinese PDF. It is suitable for beginners. Must not miss
  3. 所属分类:Delphi VCL

    • 发布日期:2017-06-21
    • 文件大小:39194624
    • 提供者:曾祥昌
  1. Objective-C-chinese-train

    0下载:
  2. 一篇Objective-C的经典技巧,翻译成中文-A classic technique in Objective-C, translated into Chinese
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-07
    • 文件大小:382764
    • 提供者:zhuzhexue
  1. Chinese-characters-check-code

    0下载:
  2. 汉字简码,Delphi 7实现把汉字的拼音首字母读出来的源码。-Code of Chinese characters, Delphi 7 achieve the first letter of alphabet of Chinese characters read the source code.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:169611
    • 提供者:dw.zhang
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com