# ChineseSegmentation **Repository Path**: advancer-debug/ChineseSegmentation ## Basic Information - **Project Name**: ChineseSegmentation - **Description**: 中文分词 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-28 - **Last Updated**: 2020-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 中文分词 : 基于词典(正向最大匹配,逆向最大匹配,和双向最大匹配):BaseDict.py 基于统计(HMM模型):BaseHMM.py