搜索资源列表
自制扫雷项目
- 用java开发的扫雷游戏 与windows下的有基本的相似度,基于swing的 控件处理机制-with java development of the mine games and windows of a basic similarity, based on the swing mechanism of control
JWordNetSim
- java实现的基于wordnet的单词匹配算法,输出为待比较的词的相似度
知网语义相似度计算java实现
- 利用hownet计算词语语义相似度 java实现,算法参照内附的论文
similarity.文本相似度计算余弦相似度代码
- 文本相似度计算余弦相似度代码,计算文本相似度,用于搜索引擎,Cosine similarity of text similarity computation code, the text of the similarity calculation for the search engine
DM4
- 执行流程: 1. 用户输入参数:K的选择,训练数据,测试数据的路径; 2. 读取训练数据集和测试数据集文件,用ArffFileReader类读取并组织起InstanceSet数据结构; 3. 利用上面的相似度量标准,对每一个测试集中的Instance,计算与其最相似的K个训练集中的Instance,通过投票进行分类,将分类结果存储经Instance的成员变量targetGuess中; 4. 对分类结果进行度量,包括分类正确率,各种类别实例的Precision,Recall;Con
java语句相似度判断
- java语句相似度判断源码java语句相似度判断源码java语句相似度判断源码
similarity
- 通过将待进行计算的向量放入二维数组中,然后编程实现皮尔森和余弦相似度公式,计算向量之间的相似度。-caculate the similarity of vector
cluster
- 我做的用Kmeans方法,分别采用欧式距离。夹角余弦,和度量函数的方法来表示两点的相似度-I do use Kmeans methods were used Euclidean distance. Angle cosine, and methods of measurement functions to represent the similarity of two
IDFCal
- tf-idf程序,朋友写的,很好。对中文句子进行相似度计算,有计算句子权值、排序、两两句子之间的相似度计算。有语料,可以直接运行-tf-idf program, friends wrote, very good. Similarity calculation for Chinese sentences, the sentence weights are calculated, sort, twenty-two similarity between sub-calculation. A corpu
information-selection-VSM--Model
- VSM 实现计算文件的相似度,查询相似度计算出值来-VSM implementation document similarity calculation, the query similarity values calculated
Text-Similarity-0.08.tar
- 计算两段文本之间相似度的java工具,需结合该共享工具的源网络地址查看-the tools to compute the similarity of texts
Semantic-Java
- 基于Wordnet进行语义相似度计算。为三维模型提供语义标注。-Based Wordnet semantic similarity calculation. The three-dimensional model provides semantic annotation.
editgen
- 根据读入的图像,进行相似度分析,然后输出不同-code java for diff
sckr2013_final
- 基于Word2vec的词语相似度计算,包含完整的java代码,但语料由Word2vec训练得到的模型太大,故不附带模型。-Word2vec-based word similarity computation, including complete java code, but by the Word2vec training corpus resulting model is too large, it is not included with model.
Recommend
- 常用推荐算法java实现~涉及多种相似度计算,比如cosine相似度,欧氏距离等~-recommand algirithm
semantic-similarity
- 对语言的语义相似度进行计算,给出两个词的相似值,相似值的范围是1到5之间,实现是用java实现-Language for semantic similarity calculation, give similar values of the two words, similar to the range of values is between 1-5, implementation is using java
similar
- java简单字符串相似度算法代码,结果返回字符串相似率-Java simple string similarity algorithm code
test
- VSM模型的实现,通过java、语言编写的,能够打开多个文件,计算出VSM的值即查询相似度-The realization of VSM model, through Java, language, can open multiple files, calculate the value of the VSM query similarity
k-means-Java
- 用JAVA实现k-means算法,其中聚类方法使用余弦相似度,带运行界面。完美运行。-Using JAVA k-means algorithm, clustering method using the cosine similarity