Class PathNode
java.lang.Object
org.apache.lucene.analysis.cn.smart.hhmm.PathNode
- All Implemented Interfaces:
Comparable<PathNode>
SmartChineseAnalyzer internal node representation
Used by BiSegGraph
to maximize the segmentation with the Viterbi algorithm.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
weight
public double weight -
preNode
public int preNode
-
-
Constructor Details
-
PathNode
PathNode()
-
-
Method Details