|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.international.arabic.pipeline.ATBCorrectorVisitor
public class ATBCorrectorVisitor
Wrapper class for using the ATBCorrector class with TreebankPipeline's TVISITOR parameter.
Constructor Summary | |
---|---|
ATBCorrectorVisitor()
|
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 ATBCorrectorVisitor()
Method Detail |
---|
public void visitTree(Tree t)
TreeVisitor
visitTree
in interface TreeVisitor
t
- 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 |