Uses of Class
org.apache.lucene.analysis.cn.smart.hhmm.WordDictionary
-
Packages that use WordDictionary Package Description org.apache.lucene.analysis.cn.smart.hhmm SmartChineseAnalyzer Hidden Markov Model package. -
-
Uses of WordDictionary in org.apache.lucene.analysis.cn.smart.hhmm
Fields in org.apache.lucene.analysis.cn.smart.hhmm declared as WordDictionary Modifier and Type Field Description private static WordDictionary
WordDictionary. singleInstance
private static WordDictionary
HHMMSegmenter. wordDict
Methods in org.apache.lucene.analysis.cn.smart.hhmm that return WordDictionary Modifier and Type Method Description static WordDictionary
WordDictionary. getInstance()
Get the singleton dictionary instance.
-