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

搜索资源列表

  1. wordCount

    0下载:
  2. python代码,利用hadoop分布式框架处理文本内容重的统计词频问题 -python code, use hadoop distributed framework for handling text heavy question word frequency statistics
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:1198
    • 提供者:张文灿
  1. lab_3

    0下载:
  2. 统计txt文件中单词的词频,要输入的txt文件inputdata,和要输出的文件outputdata在工作空间中,程序从inputdata文件中统计词频,并在outputdata中输出统计结果-Statistical txt file word frequency, to enter txt file inputdata, and to the output file outputdata in the workspace, the program files from inputdata wo
  3. 所属分类:ELanguage

    • 发布日期:2017-04-08
    • 文件大小:222931
    • 提供者:smiliy777
  1. Perceptron

    0下载:
  2. 机器学习中Perceptron算法统计词频-The statistics of words of perceptron algorithm in Machine Learning
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1300
    • 提供者:
  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. WordFrequencyStat

    0下载:
  2. 实现词频统计的小程序,用java写的,个人觉得不错!-Word frequency statistics to achieve a small program written in java, personal feel good!
  3. 所属分类:ComboBox

    • 发布日期:2017-04-08
    • 文件大小:97132
    • 提供者:cxf
  1. code

    0下载:
  2.   给定多个目录,要求并发地统计这些目录下所有文件中,英文单词出现的次数。   假设:目录下的文件只包含英文单词   限制:采用多进程协作的方式 功能要求:词频统计结果需要写入指定的结果文件。用户可以通过查看这一结果文件, 了解这些目录下文件中的词频统计信息-Given multiple directories, the number of requests that all files in these directories, the English word appears c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:345254
    • 提供者:lineo
  1. frequency-statistics-tool

    1下载:
  2. 这是一款用Python编写的用来进行遍历词频统计的工具。-This is a written in Python used to traverse the frequency statistics tool.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1157
    • 提供者:牧童
  1. The-text-pretreatment_NLP

    0下载:
  2. NLP 文本预处理—— 标注词性、词频等信息-NLP text preprocessing- part of speech tagging, word frequency and other information
  3. 所属分类:Java Develop

    • 发布日期:2017-05-22
    • 文件大小:6805345
    • 提供者:殷占洧
  1. 567657

    0下载:
  2. SCWS是Simple Chinese Word Segmentation的首字母缩写(即:简易中文分词系统)。 这是一套基于词频词典的机械式中文分词引擎,它能将一整段的中文文本基本正确地切分成词。 词是中文的最小语素单位,但在书写时并不像英语会在词之间用空格分开, 所以如何准确并快速分词一直是中文分词的攻关难点。 -SCWS initials Simple Chinese Word Segmentation abbreviations (ie: Simple Chinese
  3. 所属分类:Browser Client

    • 发布日期:2017-04-09
    • 文件大小:435267
    • 提供者:hudy
  1. Tibetan-frequency-

    1下载:
  2. 可以实现对指定文本文档中的词进行词频统计,使用时,请将含有藏语词的文档放入debug文件夹中,命名成output.txt-Can realize to the specified text in the document word for word frequency statistics, when using, please put contains Tibetan word document in the debug folder, named as the output. TXT
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:287690
    • 提供者:易水心
  1. Lucene

    0下载:
  2. Lucene中文词频统计,包括分词,统计,排序,运行高效,分词手段使用Lucene封装的类库,操作简便-Lucene Chinese word frequency statistics, including segmentation, statistics, sorting, efficient operation, word means using Lucene library package, easy to operate
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1129146
    • 提供者:李虹颖
  1. myFileStream

    0下载:
  2. 词频统计,能实现英文文章的分词和统计功能,代码比较简单,容易实现。-Word frequency statistics, to achieve the English word articles and statistical functions, the code is relatively simple, easy to implement.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1428
    • 提供者:Krystal
  1. Word

    0下载:
  2. 使用的词频统计软件:用于英文单词词频统计,文件中给出主要的源代码-Frequency Statistics Software used: for the English word frequency statistics, the paper gives the main source code
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:35975
    • 提供者:thunder
  1. Calfreq

    0下载:
  2. 对英文文档分词,实现文章的词频统计以及整序排列输出-The English word document, word frequency statistics and realize the article output of the entire sequence alignment
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:4694
    • 提供者:赵颖
  1. HmmPos

    0下载:
  2. 本文主要研究在给定的机械词频词典下的基于字符串匹配的中文分词系统,将一整段文字基本正确的切分成词,并标注上词性。在实现分词的过程中,最重要的两个因素就是分词速度和分词精度。因此,我们以分词速度、分词正确率和分词召回率作为中文分词评测标准,力求达到较高的分词速度和分词精度-word Tagging
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2850962
    • 提供者:侯小爱
  1. Trie

    0下载:
  2. 用字典树的方法高效地对英文文章的单词进行词频统计,并输出统计结果(词频由小到大)-To count the word frequency for an english artical efficiently, using the algorithm of trie, and output the statistic result(word frequency from low to high)
  3. 所属分类:CSharp

    • 发布日期:2017-05-20
    • 文件大小:6051790
    • 提供者:wmy
  1. Output-in-descending-order

    0下载:
  2. 录入部分单词和其使用频率,将它们按其词频降序排序后输出-Entry partial word and its frequency of use, they are sorted in descending order according to their word frequency output
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:641
    • 提供者:王强
  1. wordCount

    0下载:
  2. 关于词的处理,词频统计,统计词频,非常实用。-word count
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:8099
    • 提供者:刘丽娟
  1. IG

    0下载:
  2. 文本分类中特征提取的代码。采用信息增益法,对文本的空间向量模型能达到有效降维。文件的输入形式必须是词号-词频形式。- Text Categorization feature extraction code. Using information gain method, the vector space model of the text to achieve effective dimensionality reduction. Enter the file must be in the f
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:829
    • 提供者:盖博涛
  1. huffmancode

    0下载:
  2. 哈夫曼编码是一种常用的数据压缩技术,对数据文件进行哈夫曼编码可大大缩短文件的传输长度,提高信道利用率及传输效率。要求采用哈夫曼编码原理,统计文本文件中字符出现的词频,以词频作为权值,对文件进行哈夫曼编码以达到压缩文件的目的,再用哈夫曼编码进行译码解压缩。 统计待压缩的文本文件中各字符的词频,以词频为权值建立哈夫曼树,并将该哈夫曼树保存到文件中。 -Huffman coding is a commonly used data compression technology, Huffman
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1749
    • 提供者:PDH
« 1 2 3 4 5 6 7 89 10 11 12 »
搜珍网 www.dssz.com