speech
Class Unfolder

java.lang.Object
  |
  +--speech.Unfolder

public class Unfolder
extends Object

Unfold methods for pulling text out of a parse tree. This allows users to actually get the text corresponding to particular tokens in a parse. This is a strange API omission on the part of JSAPI.


Constructor Summary
Unfolder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Unfolder

public Unfolder()