|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.wltea.analyzer.core.LetterSegmenter
public class LetterSegmenter
英文字符及阿拉伯数字子分词器
字段摘要 | |
---|---|
static char[] |
Letter_Connector
|
static char[] |
Num_Connector
|
static java.lang.String |
SEGMENTER_NAME
|
构造方法摘要 | |
---|---|
LetterSegmenter()
|
方法摘要 | |
---|---|
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 final char[] Letter_Connector
public static final char[] Num_Connector
构造方法详细信息 |
---|
public LetterSegmenter()
方法详细信息 |
---|
public void analyze(org.wltea.analyzer.core.AnalyzeContext context)
ISegmenter
复制的描述
ISegmenter
中的 analyze
context
- 分词算法上下文public void reset()
ISegmenter
复制的描述
ISegmenter
中的 reset
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |