Uses of Class
edu.upenn.cis.spinal.AbstractWalker

Packages that use AbstractWalker
edu.upenn.cis.spinal Provides a read/write programming API for the output of Libin Shen's incremental and bidirectional parsers and for the LTAG-spinal treebank. 
 

Uses of AbstractWalker in edu.upenn.cis.spinal
 

Subclasses of AbstractWalker in edu.upenn.cis.spinal
 class EchoWalker
          Walks through a treebank, reads it in, and prints it to stdout unchanged.
 class GraphvizWalker
          Walks through a treebank, reads it in, and outputs representations of the trees in Graphviz format.