|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.uima.examples.tagger.trainAndTest.SuffixTree.Edge
public class SuffixTree.Edge
Internal Class EDGE
| Field Summary | |
|---|---|
int |
end_node
|
int |
first_char_index
|
int |
last_char_index
|
| 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 |
| Field Detail |
|---|
public int first_char_index
public int last_char_index
public int end_node
| Constructor Detail |
|---|
public SuffixTree.Edge(int parent_node,
int end_node,
int first_char_index,
int last_char_index)
| Method Detail |
|---|
public int split_edge(org.apache.uima.examples.tagger.trainAndTest.SuffixTree.Suffix suffix)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||