public class SuffixTree.Edge extends Object
Modifier and Type | Field and Description |
---|---|
int |
end_node |
int |
first_char_index |
int |
last_char_index |
Constructor and Description |
---|
Edge(int parent_node,
int end_node,
int first_char_index,
int last_char_index) |
Modifier and Type | Method and Description |
---|---|
int |
split_edge(org.apache.uima.examples.tagger.trainAndTest.SuffixTree.Suffix suffix) |
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.