# learnltp_cluster **Repository Path**: opennlp/learnltp_cluster ## Basic Information - **Project Name**: learnltp_cluster - **Description**: 测试 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-23 - **Last Updated**: 2021-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 词语聚类 ### 处理句子 sents = [ "整个填筑施工过程填料采取挖掘机挖装,自卸汽车运输,推土机粗平,平地机精平,振动压路机碾压,灌砂法检测密实度的流水作业施工方式。", ] ### 欧几里得距离 ![ENC](euc.svg) ### 余弦距离 ![COS](cos.svg)