org.apache.uima.examples.tagger.trainAndTest
Class SuffixTree.Edge

java.lang.Object
  extended by org.apache.uima.examples.tagger.trainAndTest.SuffixTree.Edge
Enclosing class:
SuffixTree

public class SuffixTree.Edge
extends java.lang.Object

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

first_char_index

public int first_char_index

last_char_index

public int last_char_index

end_node

public int end_node
Constructor Detail

SuffixTree.Edge

public SuffixTree.Edge(int parent_node,
                       int end_node,
                       int first_char_index,
                       int last_char_index)
Method Detail

split_edge

public int split_edge(org.apache.uima.examples.tagger.trainAndTest.SuffixTree.Suffix suffix)


Copyright © 2011. All Rights Reserved.