-
- All Implemented Interfaces:
-
org.bitlap.geocoding.core.Segmenter
public final class AsciiSegmenter extends SimpleSegmenter
Desc: 简单的分词, 直接按单个字符切分,连续出现的数字、英文字母会作为一个词条. 去除非 ASCII 字符 (其实只保留英文和数字) Mail: chk19940609@gmail.com Created by IceMimosa Date: 2017/2/28
-
-
Constructor Summary
Constructors Constructor Description AsciiSegmenter()
-