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 SegGraph
HHMMSegmenter. createSegGraph(java.lang.String sentence)
Create theSegGraph
for a sentence.Methods in org.apache.lucene.analysis.cn.smart.hhmm with parameters of type SegGraph Modifier and Type Method Description private void
BiSegGraph. generateBiSegGraph(SegGraph segGraph)
Constructors in org.apache.lucene.analysis.cn.smart.hhmm with parameters of type SegGraph Constructor Description BiSegGraph(SegGraph segGraph)
-