org.wltea.analyzer.core
类 CN_QuantifierSegmenter

java.lang.Object
  继承者 org.wltea.analyzer.core.CN_QuantifierSegmenter
所有已实现的接口:
ISegmenter

public class CN_QuantifierSegmenter
extends java.lang.Object
implements ISegmenter

中文数量词子分词器


字段摘要
static java.lang.String Chn_Num
           
static java.lang.String SEGMENTER_NAME
           
 
构造方法摘要
CN_QuantifierSegmenter()
           
 
方法摘要
 void analyze(org.wltea.analyzer.core.AnalyzeContext context)
          分词
 void reset()
          重置子分词器状态
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

SEGMENTER_NAME

public static final java.lang.String SEGMENTER_NAME
另请参见:
常量字段值

Chn_Num

public static java.lang.String Chn_Num
构造方法详细信息

CN_QuantifierSegmenter

public CN_QuantifierSegmenter()
方法详细信息

analyze

public void analyze(org.wltea.analyzer.core.AnalyzeContext context)
分词

指定者:
接口 ISegmenter 中的 analyze
参数:
context - 分词算法上下文

reset

public void reset()
重置子分词器状态

指定者:
接口 ISegmenter 中的 reset