Uses of Class
org.apache.lucene.analysis.cn.smart.hhmm.BigramDictionary
-
Packages that use BigramDictionary Package Description org.apache.lucene.analysis.cn.smart.hhmm SmartChineseAnalyzer Hidden Markov Model package. -
-
Uses of BigramDictionary in org.apache.lucene.analysis.cn.smart.hhmm
Fields in org.apache.lucene.analysis.cn.smart.hhmm declared as BigramDictionary Modifier and Type Field Description private static BigramDictionary
BiSegGraph. bigramDict
private static BigramDictionary
BigramDictionary. singleInstance
Methods in org.apache.lucene.analysis.cn.smart.hhmm that return BigramDictionary Modifier and Type Method Description static BigramDictionary
BigramDictionary. getInstance()
-