# simhash **Repository Path**: xiaoruobin/simhash ## Basic Information - **Project Name**: simhash - **Description**: simhash计算和测试模块 - **Primary Language**: Java - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-03-15 - **Last Updated**: 2022-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # simhash #### 项目简介 simhash计算和测试模块 #### 项目说明 项目分为关键词提取模块、哈希模块和权重即计算模块。 根据需求继承KeyWordExtractor、HashGenerator、修改IDF和stop_words文件即可自由扩展哈希计算方式。