Package | Description |
---|---|
org.apache.lucene.analysis.cn.smart.hhmm |
SmartChineseAnalyzer Hidden Markov Model package.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Integer,java.util.ArrayList<SegTokenPair>> |
BiSegGraph.tokenPairListTable |
Modifier and Type | Method and Description |
---|---|
java.util.List<SegTokenPair> |
BiSegGraph.getToList(int to)
Return a
List of all token pairs at this offset (index of the second token) |
Modifier and Type | Method and Description |
---|---|
void |
BiSegGraph.addSegTokenPair(SegTokenPair tokenPair)
Add a
SegTokenPair |