搜索资源列表
shuxinglun
- 基于属性论的文本相似度计算算法,利用java语言编程实现,有需要的下载,有问题大家一起讨论
JAVA实现文本聚类,用到TF/IDF权重
- JAVA实现文本聚类,用到TF/IDF权重,用余弦夹角计算文本相似度,用k-means进行数据聚类等数学和统计 知识。,JAVA realization of text clustering, using TF/IDF weight, calculated using cosine angle between the text of similarity, using k-means clustering for data such as mathematical and statistical
java-version--VSM
- VSM模型的实现,通过java、语言编写的,能够打开多个文件,计算出VSM的值即查询相似度能够得出来。-VSM model realization, through java, language, and can open multiple files, calculate the value of the VSM similarity queries can be out.
WordSimilarityJAVA-
- 计算词汇语义相似度,基于知网,java编程,附《基于<知网>的词汇语义相似度计算》.-Computing lexical semantic similarity based on HowNet, java programming, with a semantic similarity calculation based on the vocabulary of the <Text> ".
java
- 采用标准的 Levenshtein Distance 算法计算两个文件的相似度。 2。 程序使用简单。选入多个文件,然后按分析便个分析出两个文-Standard Levenshtein Distance algorithm for calculating the similarity of two documents. 2. Using a simple procedure. Selected multiple files, and then analyzed by analysis of tw
JavaWordNet
- 基于wordnet的词汇比较程序,词汇比较程序。 能够比较两个词汇的相似度程序,基于wordnet-Java WordNet Similarity.beta.11.01.zip
wordnet
- 使用woednet计算语义相似,输入两个字符,给出相似度-Semantic calculated using woednet, enter two characters, given the similarity
geoMatch
- java编程:自己编写的地名相似度匹配算法包括地名相似度、地理位置相似度-java programming: write their own names, including names similarity similarity matching algorithm, the geographical similarity
1
- 基于面向对象编程的文档向量相似度匹配算法-Object-oriented programming document vector similarity matching algorithm
Mini-HowNet
- mini-hownet,用于查询计算词语的相似度-mini-hownet, terms of similarity calculated for the query
Alogrithm
- 计算两个概率集合相似度的Java代码,不需要扩展possible worlds模型。-calculate the similarity between two probabilistic sets.
(java)wenbenjulei
- 文本距离,文本相似度计算的java源代码,内含测试文档-Text from the text similarity calculation java source code, containing the test document
zifuchuanxiangsidu
- 字符串相似度测量,利用相似度测量算法,比较两个字符串的相似度,并给出运行时间,采用java和jsp实现-String similarity measure
DesktopApplication_yichao
- java 图形界面实现ld算法 比较文本相似度-ld algorithm
WordSimilarity
- 基于知网的词语语义相似度计算方法的java实现-an semantics similarity computing algorithm based on "HowNet" using Java platform
The-code-of-VSM-java
- 利用java代码实现向量空间模型,通过词频,文档频率计算相似度的值。-Using the language to get the value of VSM
word-simility
- java写的计算词语相似度的,希望大家喜欢-word simility
Distance
- 最小距离Java算法 用于计算字符串相似度-Java algorithm for calculating the minimum distance the string similarity
ExlDemo
- java利用exl操作Excel文件并自动对比相似度-Java excel
Kmeans
- 算法思想:提取文档的TF/IDF权重,然后用余弦定理计算两个多维向量的距离来计算两篇文档的相似度,用标准的k-means算法就可以实现文本聚类。源码为java实现(Algorithm idea: extract the TF/IDF weight of the document, then calculate the distance between two multidimensional vectors by cosine theorem, calculate the similarity