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

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

public class SuffixTree.Node
extends java.lang.Object

Internal Class NODE


Field Summary
 int suffix_node
           
 
Constructor Summary
SuffixTree.Node()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

suffix_node

public int suffix_node
Constructor Detail

SuffixTree.Node

public SuffixTree.Node()


Copyright © 2011. All Rights Reserved.