This class wraps another Treebank, and will vend trees that have been through a TreeTransformer. You can access them via requests like apply() or iterator().
Important note: This class will only function properly if the TreeTransformer used is a function (which doesn't change its argument) rather than if it is a TreeMunger.
@author Pi-Chuan Chang
@author Christopher Manning
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.