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 IntObjectHashMap<java.util.ArrayList<SegTokenPair>>
BiSegGraph. tokenPairListTable
Methods 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 aList
of 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 void
BiSegGraph. addSegTokenPair(SegTokenPair tokenPair)
Add aSegTokenPair
-