# Simhash4J **Repository Path**: xingmulee/Simhash4J ## Basic Information - **Project Name**: Simhash4J - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-18 - **Last Updated**: 2025-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Simhash-Java实现 ## 依赖 * 结巴分词:进行文本分词 * Murmur3:字符串产生64位Hash值 ## 运行 ``` mvn install mvn exec:java ```