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

搜索资源列表

  1. Vigenere

    0下载:
  2. 传统加密技术对于当今的网络安全发挥不了大作用,但这些是密码学的基础,是密码学的历史。Vigenere密码就是一种传统加密技术,它是多表代换密码,能够有效改进单表代换密码的词频分布特征问题。-Traditional encryption technology is no big role to play for today s network security, but these are the basis of cryptography is the history of cryptograp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:255930
    • 提供者:joe
  1. similarityCalculation

    1下载:
  2. 用c#方法描述了话题识别(话题跟踪与检测)的过程,主要是提取特征词、特征词词频计算、权重计算(tfidf方法),进行相似度计算,最后聚类-C# method describes the process of topic identification (topic tracking and detection), the word feature extraction, feature words word frequency calculation, weight to calculate me
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:3430
    • 提供者:dai
  1. hasher

    0下载:
  2. 设计并实现对字符串的哈希算法 实现对给定字符串集合的词频分析 实现对给定字符串是否存在的快速查找 -Designed and implemented quickly find word frequency analysis on a given collection of strings to achieve a given string if there string hash algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:979489
    • 提供者:
  1. cSharpsmall-routine

    1下载:
  2. C#经典小程序适合初学者学习用。包含,关机,c#.net常用函数和方法集,C#对注册表的操作,n个数排序,猜数字,词频统计,关闭特定程序,九九乘法表,输出图形,实时获取CPU使用率等等一共100个经典,实用。-C# classic procedure is suitable for beginners to learn. Included, shutdown, c# NET commonly used functions and the set of methods, C# operation
  3. 所属分类:.net

    • 发布日期:2017-04-01
    • 文件大小:35032
    • 提供者:
  1. chineseword-frequence

    0下载:
  2. 词频词典 中文词频词典 chineseword-frequence-Frequency dictionary Chinese word frequency dictionary
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:5007
    • 提供者:liuhao
  1. CountWord

    0下载:
  2. 词频统计:一篇txt的英文文章,统计出出现最多的三个单词,并给出出现次数。-Frequency Statistics
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:776
    • 提供者:广东人
  1. UserTreeMap

    0下载:
  2. 读取一个txt文档,统计词数和词频,按照字母顺序进行排序-txt reader
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:996
    • 提供者:
  1. main

    0下载:
  2. 统计文档中出现某个人名的频率 适合于词频统-Statistics document the frequency of a person s name for the word frequency statistics
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:1088
    • 提供者:陈煜诚
  1. English-word-frequency-statistics-

    0下载:
  2. 英语单词词频统计程序,可以统计txt文件中的英语单词词频个数-Frequency number of English words in the English word word frequency statistics program, you can count txt file
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:70457
    • 提供者:王强
  1. yuantongji

    0下载:
  2. 实现对语句分词后的词项进行词频统计。用c++编写。-The statement word after word frequency statistics. Prepared using c++.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:564952
    • 提供者:Jenny
  1. IR

    0下载:
  2. 索引词的选择 1、 切词及词频统计:利用已选择的分词软件对文档进行切词处理,并进行词频统计,形成DocIndex文件,结构为:文档号、频率、词。注意保留中间结果,建立合理的数据结构来存储。 2、 分配词权重: 采用词频标准化(tfi = tfi/Max(tf))和tf*idf两种方式分配词的权重。由DocIndex文件生成DocIndex(tf) 和DocIndex(tf*idf)文件。注意阈值的确定,词的取舍。 3、 形成倒置文档:将DocIndex(tf) 和DocInde
  3. 所属分类:JavaScript

    • 发布日期:2017-11-17
    • 文件大小:3813177
    • 提供者:
  1. wordRate

    0下载:
  2. 读取文件,英文词频统计,按字母顺序输出!-This code can read the local txt to get the frequency of every word!
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:1072
    • 提供者:chy
  1. CutWords

    0下载:
  2. 程序自动读取文件,进行中文词频统计,有输出结果并存到本地文件-You can get the frequency of the Chinese words by using this code!
  3. 所属分类:Java Develop

    • 发布日期:2015-12-30
    • 文件大小:965632
    • 提供者:chy
  1. Word-Segmentation-

    0下载:
  2. 中文分词程序源码,基于词频的,自主开发的中文分词程序,希望能帮到你-simple chinese Word Segmentation hope to help you
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:5987
    • 提供者:sa
  1. REGJ

    0下载:
  2. 绘制柱状图,用来显示词频统计的情况,简单,病带有文本文档-Draw a histogram, is used to display the word frequency statistics, simple disease with text documents
  3. 所属分类:Graph Drawing

    • 发布日期:2017-10-31
    • 文件大小:5858903
    • 提供者:陈煜诚
  1. Word-frequency-analyzer

    0下载:
  2. 词频分析器。包含了文件读入功能。输入文本记录单词出现频率-Word frequency analyzer. Contains the file is read into function.
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:2071
    • 提供者:薛晓旭
  1. zz

    0下载:
  2. C程序,统计文本词频, 分动词名词,文本中包涵了词性 可以将名词动词分类输出 。-C program, statistics text word frequency, verb nouns., The text includes the part of speech noun verb classification output.
  3. 所属分类:CSharp

    • 发布日期:2017-12-05
    • 文件大小:263469
    • 提供者:lixuan
  1. Cipin

    0下载:
  2. 词频统计,从文件夹中读入多个文件进行词频统计,分别输出结果-Word frequency statistics read from the folder into multiple files, word frequency statistics, output results
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:3238
    • 提供者:bensive
  1. testFreq

    0下载:
  2. 测试一个文本的词频,本人自己写的。能用。应用于自然语言处理。-Test a text word frequency, I wrote it myself. Can be used. Applied to natural language processing.
  3. 所属分类:.net

    • 发布日期:2017-11-20
    • 文件大小:1731290
    • 提供者:jianglilei
  1. trie_QT_Code

    0下载:
  2. 基于trie树的词频统计工具,用QT开发界面-Frequency Statistics tool based on a trie, QT development interface
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:7094004
    • 提供者:haomeng
« 1 2 3 4 5 67 8 9 10 11 12 »
搜珍网 www.dssz.com