# MaxMatchSegment **Repository Path**: shijie1997/MaxMatchSegment ## Basic Information - **Project Name**: MaxMatchSegment - **Description**: 中文正向最大匹配法分词 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: https://git.oschina.net/shijie1997/MaxMatchSegment - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-11-27 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.增加一个识别标点符号和空行空格的判断,直接跳过。 2.增加一个识别数字和英文字符的判断,分词直接跳过即可。 3.最大分词长度的识别,中文不同于英文。