org.apache.uima.examples.tagger.trainAndTest
Class SuffixTree.Edge
java.lang.Object
org.apache.uima.examples.tagger.trainAndTest.SuffixTree.Edge
- Enclosing class:
- SuffixTree
public class SuffixTree.Edge
- extends Object
Internal Class EDGE
Constructor Summary |
SuffixTree.Edge(int parent_node,
int end_node,
int first_char_index,
int last_char_index)
|
Method Summary |
int |
split_edge(org.apache.uima.examples.tagger.trainAndTest.SuffixTree.Suffix suffix)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
first_char_index
public int first_char_index
last_char_index
public int last_char_index
end_node
public int end_node
SuffixTree.Edge
public SuffixTree.Edge(int parent_node,
int end_node,
int first_char_index,
int last_char_index)
split_edge
public int split_edge(org.apache.uima.examples.tagger.trainAndTest.SuffixTree.Suffix suffix)
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.