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

Packages that use GornAddress
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 GornAddress in edu.upenn.cis.spinal
 

Methods in edu.upenn.cis.spinal that return GornAddress
 GornAddress SpinalNode.getLocationInSpine()
          Returns the GornAddress of this spinal node, relative to the root of the spine in which it is contained (rather than the root of the derivation tree in which it is contained).
 

Methods in edu.upenn.cis.spinal with parameters of type GornAddress
 SpinalNode ElemTree.getSpinalNodeAt(GornAddress g)
          Returns the spinal node at a given Gorn address in this tree.