Package 

Class AsciiSegmenter

  • 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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      AsciiSegmenter()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      List<String> segment(String text) 分词方法
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait