Uses of Class
org.apache.lucene.analysis.cn.smart.hhmm.SegTokenPair
-
Packages that use SegTokenPair Package Description org.apache.lucene.analysis.cn.smart.hhmm SmartChineseAnalyzer Hidden Markov Model package. -
-
Uses of SegTokenPair in org.apache.lucene.analysis.cn.smart.hhmm
Fields in org.apache.lucene.analysis.cn.smart.hhmm with type parameters of type SegTokenPair Modifier and Type Field Description private java.util.Map<java.lang.Integer,java.util.ArrayList<SegTokenPair>>BiSegGraph. tokenPairListTableMethods in org.apache.lucene.analysis.cn.smart.hhmm that return types with arguments of type SegTokenPair Modifier and Type Method Description java.util.List<SegTokenPair>BiSegGraph. getToList(int to)Return aListof all token pairs at this offset (index of the second token)Methods in org.apache.lucene.analysis.cn.smart.hhmm with parameters of type SegTokenPair Modifier and Type Method Description voidBiSegGraph. addSegTokenPair(SegTokenPair tokenPair)Add aSegTokenPair
-