public class SuffixTree.Edge
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
end_node |
int |
first_char_index |
int |
last_char_index |
| Constructor and Description |
|---|
SuffixTree.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 © 2013. All Rights Reserved.