|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.wltea.analyzer.core.CN_QuantifierSegmenter
public class CN_QuantifierSegmenter
中文数量词子分词器
字段摘要 | |
---|---|
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 |
字段详细信息 |
---|
public static final java.lang.String SEGMENTER_NAME
public static java.lang.String Chn_Num
构造方法详细信息 |
---|
public CN_QuantifierSegmenter()
方法详细信息 |
---|
public void analyze(org.wltea.analyzer.core.AnalyzeContext context)
ISegmenter
中的 analyze
context
- 分词算法上下文public void reset()
ISegmenter
中的 reset
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |