Uses of Class
org.apache.lucene.analysis.cn.smart.hhmm.SegGraph
-
Packages that use SegGraph Package Description org.apache.lucene.analysis.cn.smart.hhmm SmartChineseAnalyzer Hidden Markov Model package. -
-
Uses of SegGraph in org.apache.lucene.analysis.cn.smart.hhmm
Methods in org.apache.lucene.analysis.cn.smart.hhmm that return SegGraph Modifier and Type Method Description private SegGraphHHMMSegmenter. createSegGraph(java.lang.String sentence)Create theSegGraphfor a sentence.Methods in org.apache.lucene.analysis.cn.smart.hhmm with parameters of type SegGraph Modifier and Type Method Description private voidBiSegGraph. generateBiSegGraph(SegGraph segGraph)Constructors in org.apache.lucene.analysis.cn.smart.hhmm with parameters of type SegGraph Constructor Description BiSegGraph(SegGraph segGraph)
-