|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.nlp.international.french.pipeline.FTBCorrectorVisitor
public class FTBCorrectorVisitor
Wrapper class for using the ATBCorrector class with TreebankPipeline's TVISITOR parameter.
| 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 |
|---|
public FTBCorrectorVisitor()
| Method Detail |
|---|
public void visitTree(Tree t)
TreeVisitor
visitTree in interface TreeVisitort - A tree. Classes implementing this interface can assume
that the tree passed in is not null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||