edu.stanford.nlp.international.french.pipeline
Class FTBCorrectorVisitor

java.lang.Object
  extended by edu.stanford.nlp.international.french.pipeline.FTBCorrectorVisitor
All Implemented Interfaces:
TreeVisitor

public class FTBCorrectorVisitor
extends Object
implements TreeVisitor

Wrapper class for using the ATBCorrector class with TreebankPipeline's TVISITOR parameter.

Author:
Spence Green

Constructor Summary
FTBCorrectorVisitor()
           
 
Method Summary
 void visitTree(Tree t)
          Does whatever one needs to do to a particular parse tree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FTBCorrectorVisitor

public FTBCorrectorVisitor()
Method Detail

visitTree

public void visitTree(Tree t)
Description copied from interface: TreeVisitor
Does whatever one needs to do to a particular parse tree.

Specified by:
visitTree in interface TreeVisitor
Parameters:
t - A tree. Classes implementing this interface can assume that the tree passed in is not null.


Stanford NLP Group