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

搜索资源列表

  1. Hadoop

    0下载:
  2. 使用hadoop开发,可以对输入文件中出现的关键词统计词频并进行不同文本词频统计高低的排序,本代码需要用户自行定义关键词和输入文件-Use hadoop development, can appear in the input file keyword statistics word frequency and low frequency statistics different sort of text, the code requires a user-defined keywords an
  3. 所属分类:Data Mining

    • 发布日期:2017-04-14
    • 文件大小:3567
    • 提供者:赵帆
  1. suanfayushujujiegou

    0下载:
  2. 算法与数据结构基础程序,最后一个课程设计是一篇文章的词频统计-data structure
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:4273546
    • 提供者:胡成威
  1. 0896170052

    0下载:
  2. 实现指定路径下的所有文件词频统计,基于命令行的。文件包括cpp和release版的exe-The achievement of designated trails of all documents under the frequency statistics, based on the command line. Documents include cpp and release version of the exe
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:5339
    • 提供者:9650935
  1. THULAC_lite_java_v1

    0下载:
  2. 中文文本分词 词频统计,分词,去掉停词。 仅支持UTF-8编码-Chinese text segmentation To get the word frequency, word segmentation, remove stop words. Support only UTF-8 encoding
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:473812
    • 提供者:Sharon
  1. SumWords

    0下载:
  2. 数据结构大作业的成果,词频统计程序,JAVA语言写的一个类,可以用来统计一段文本中各个单词出现的次数。-Data structure operation results, statistical procedures, a kind of JAVA language, can be used to the number of each word of a text in statistics.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:799
    • 提供者:Abraham
  1. My_TDIF2

    0下载:
  2. Mapreduce实现的TF-IDF词频统计分析,可以直接运行于HADOOP环境下-Analysis of TF-IDF statistical Mapreduce to achieve, can be directly run in HADOOP environment
  3. 所属分类:TAPI

    • 发布日期:2017-05-04
    • 文件大小:11839
    • 提供者:zcwl
  1. WordCount

    0下载:
  2. 关于storm的词频统计,是学习storm打好基础的第一步-Word Frequency Statistics of Storm Is to learn the storm to lay the foundation of the first step
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:105464
    • 提供者:faple
  1. dictionary1

    0下载:
  2. 采用python的字典功能,通过读取文件,获得文件中的词频统计。-count the words in a file by the dictionary function in python
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:69110
    • 提供者:junlisun
  1. wordcount-project

    0下载:
  2. 用JAVA语言编写的词频统计以及根据词的共现确定文章关键词的程序-JAVA language word frequency statistics and procedures in accordance with article keyword co-occurrence of the word is determined
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-05
    • 文件大小:256189
    • 提供者:周雯静
  1. WordCount

    0下载:
  2. 基于Hadoop的词频统计并行计算,输入输出控制在readMe.md中- U57FA u4E8EHadoop u7684 u8BCD u9891 u7EDF u8BA1 u5E76 u884C u8BA1 u7B97
  3. 所属分类:Java Develop

    • 发布日期:2017-12-12
    • 文件大小:3443
    • 提供者:秦苏
  1. svmcls

    0下载:
  2. 李荣陆老师做的文本分类器,特征选择方式包括全局和按类别选取,概率估算方法支持基于文档(布尔)统计和基于词频统计,支持三种特征加权方式,特征评估函数包括信息增益、互信息、期望交叉熵、X^2统计,文本证据权重,右半信息增益,分类方法包括支持向量机SVM和K近邻KNN,(text classifier that was written by Li Ronglu)
  3. 所属分类:知识挖掘

    • 发布日期:2017-12-19
    • 文件大小:20824064
    • 提供者:jpko
  1. 词频分析

    0下载:
  2. 通过关键字的查找,统计出某篇文档中相应关键字的个数,以及关键字的排序(word frequency analysis)
  3. 所属分类:Java编程

  1. EMR

    0下载:
  2. 使用的是贝叶斯算法,进行文本的分类和词频统计(Using the Bayesian algorithm, the text classification and word frequency statistics)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:559104
    • 提供者:咔哇尖
  1. 单词词频

    0下载:
  2. 初学者课程设计,能够统计一个句子的词频。(A beginner's course design can count the word frequency of a sentence.)
  3. 所属分类:Java编程

    • 发布日期:2018-01-10
    • 文件大小:4096
    • 提供者:nnnccc
  1. 课程设计作业

    0下载:
  2. 用分词包进行分词,并通过分词统计每个词频出现次数(use to seperate an article, and use the dictionary to find the frequency of each word)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:人生十年
  1. jiebacut.py

    0下载:
  2. 通过结巴分词处理中文分词问题【对文本进行分词以及词频统计处理】。(The problem of Chinese participle is dealt with by the branch word segmentation.)
  3. 所属分类:多国语言处理

    • 发布日期:2018-04-30
    • 文件大小:775168
    • 提供者:一万只耳朵
  1. 情感分析用词语集·知网hownet词典

    0下载:
  2. 该软件可以实现微博分析、聊天分析、全网分析、网站分析、浏览分析、分词、词频统计、英文词频统计、流量分析、聚类分析等一系列文本分析(The software can realize micro-blog analysis, chat analysis, whole network analysis, website analysis, browse analysis, word segmentation, word frequency statistics, English word freque
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:84992
    • 提供者:郭松2018
  1. wordseg

    0下载:
  2. 运用R语言进行中文分词处理,得到词频统计,并绘制词云图直观表示(Chinese word segmentation and word cloud drawing)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:9216
    • 提供者:莳晔
  1. project04

    0下载:
  2. 统计中英文字幕的英文单词数,也能够统计词频(Count the number of English words in Chinese and English subtitles, and also count the word frequency)
  3. 所属分类:其他

    • 发布日期:2021-03-05
    • 文件大小:91136
    • 提供者:吉尔008
  1. 哈夫曼编码与字母频率统计

    2下载:
  2. 统计词频并构建哈夫曼树,左边为0,右边为1。(HuffmanTree ,calculate every the number of every zee and using '1' and '0' create a tree and printf the string.)
  3. 所属分类:数据结构

    • 发布日期:2020-06-11
    • 文件大小:1024
    • 提供者:xuwanlin
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com