Back to Main Site

Search Implementing Classes


Search Classes / Packages Search Frameworks / Libraries



#Java - Classes that implement #TreeTransformer interface
NameDescriptionTypePackageFrameworkJavaDoc
ArabicTreeNormalizerNormalizes both terminals and non-terminals in Penn Arabic Treebank (ATB) trees.Classedu.stanford.nlp.trees.international.arabicStanford Parserjavadoc
ATBCorrectorMakes ATB trees consistent with ArabicTreebankLanguagePack.Classedu.stanford.nlp.international.arabic.pipelineStanford Parserjavadoc
BasicCategoryTreeTransformerTransforms trees by turning the labels into their basic categories TreebankLanguagePackClassedu.stanford.nlp.treesStanford Parserjavadoc
BobChrisTreeNormalizerNormalizes trees in the way used in Manning and Carpenter 1997.Classedu.stanford.nlp.treesStanford Parserjavadoc
BoundaryRemoverRemoves a boundary symbol (Lexicon.Classedu.stanford.nlp.parser.lexparserStanford Parserjavadoc
ChineseCollinizerPerforms collinization operations on Chinese trees similar to those for English Namely: strips all functional & automatically-added tagsClassedu.stanford.nlp.trees.international.pennchineseStanford Parserjavadoc
CollapseUnaryTransformerThis transformer collapses chains of unary nodes so that the top node is the only node left.Classedu.stanford.nlp.sentimentStanford Parserjavadoc
CollinsPuncTransformerThis class manipulates punctuation in trees (used with training trees) in the same manner that Collins manipulated punctuation in trees whenClassedu.stanford.nlp.parser.lexparserStanford Parserjavadoc
CompositeTreeTransformerA TreeTransformer that applies component TreeTransformers in order.Classedu.stanford.nlp.treesStanford Parserjavadoc
CoordinationTransformerCoordination transformer transforms a PennTreebank tree containing a coordination in a flat structure in order to get the dependenciesClassedu.stanford.nlp.treesStanford Parserjavadoc
CTBErrorCorrectingTreeNormalizerThis was originally written to correct a few errors Galen found in CTB3.Classedu.stanford.nlp.trees.international.pennchineseStanford Parserjavadoc
DateTreeTransformerFlattens the following two structures: (NP (NP (NNP Month) (CD Day) )Classedu.stanford.nlp.treesStanford Parserjavadoc
DebinarizerDebinarizes a binary tree from the parser.Classedu.stanford.nlp.parser.lexparserStanford Parserjavadoc
DependencyTreeTransformerTransforms an English structure parse tree in order to get the dependencies right: -- put a ROOT node Classedu.stanford.nlp.treesStanford Parserjavadoc
FrenchTreeNormalizerPrepares French Treebank trees for parsing.Classedu.stanford.nlp.trees.international.frenchStanford Parserjavadoc
FTBCorrectorMakes FTB trees consistent with FrenchTreebankLanguagePack.Classedu.stanford.nlp.international.french.pipelineStanford Parserjavadoc
HebrewTreeNormalizerClassedu.stanford.nlp.trees.international.hebrewStanford Parserjavadoc
NPTmpRetainingTreeNormalizerSame TreeNormalizer as BobChrisTreeNormalizer, but optionally provides four extras.Classedu.stanford.nlp.treesStanford Parserjavadoc
QPTreeTransformerTransforms an English structure parse tree in order to get the dependencies right: Adds an extra structure in QP phrases:Classedu.stanford.nlp.treesStanford Parserjavadoc
RecursiveTreeTransformerA tool to recursively alter a tree in various ways.Classedu.stanford.nlp.treesStanford Parserjavadoc
SpanishTreeNormalizerNormalize trees read from the AnCora Spanish corpus.Classedu.stanford.nlp.trees.international.spanishStanford Parserjavadoc
SynchronizedTreeTransformerIf you have a TreeTransformer which is not threadsafe, and you need to call it from multiple threads, this will wrap it in aClassedu.stanford.nlp.treesStanford Parserjavadoc
TreeAnnotatorPerforms non-language specific annotation of Trees.Classedu.stanford.nlp.parser.lexparserStanford Parserjavadoc
TreeAnnotatorAndBinarizerClassedu.stanford.nlp.parser.lexparserStanford Parserjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

TreeBinarizerBinarizes trees in such a way that head-argument structure is respected.Classedu.stanford.nlp.parser.lexparserStanford Parserjavadoc
TreeCollinizerDoes detransformations to a parsed sentence to map it back to the standard treebank form for output or evaluation.Classedu.stanford.nlp.parser.lexparserStanford Parserjavadoc
TreeLeafLabelTransformerApplies a Function to the labels in a tree.Classedu.stanford.nlp.treesStanford Parserjavadoc
TreeLemmatizerClassedu.stanford.nlp.treesStanford Parserjavadoc
ArabicTreeNormalizerNormalizes both terminals and non-terminals in Penn Arabic Treebank (ATB) trees.Classedu.stanford.nlp.trees.international.arabicJavaNlpjavadoc
ATBCorrectorMakes ATB trees consistent with ArabicTreebankLanguagePack.Classedu.stanford.nlp.international.arabic.pipelineJavaNlpjavadoc
BasicCategoryTreeTransformerTransforms trees by turning the labels into their basic categories TreebankLanguagePackClassedu.stanford.nlp.treesJavaNlpjavadoc
BobChrisTreeNormalizerNormalizes trees in the way used in Manning and Carpenter 1997.Classedu.stanford.nlp.treesJavaNlpjavadoc
BoundaryRemoverRemoves a boundary symbol (Lexicon.Classedu.stanford.nlp.parser.lexparserJavaNlpjavadoc
ChineseCollinizerPerforms collinization operations on Chinese trees similar to those for English Namely: strips all functional & automatically-added tagsClassedu.stanford.nlp.trees.international.pennchineseJavaNlpjavadoc
CollapseUnaryTransformerThis transformer collapses chains of unary nodes so that the top node is the only node left.Classedu.stanford.nlp.sentimentJavaNlpjavadoc
CollinsPuncTransformerThis class manipulates punctuation in trees (used with training trees) in the same manner that Collins manipulated punctuation in trees whenClassedu.stanford.nlp.parser.lexparserJavaNlpjavadoc
CompositeTreeTransformerA TreeTransformer that applies component TreeTransformers in order.Classedu.stanford.nlp.treesJavaNlpjavadoc
CoordinationTransformerCoordination transformer transforms a PennTreebank tree containing a coordination in a flat structure in order to get the dependenciesClassedu.stanford.nlp.treesJavaNlpjavadoc
CTBErrorCorrectingTreeNormalizerThis was originally written to correct a few errors Galen found in CTB3.Classedu.stanford.nlp.trees.international.pennchineseJavaNlpjavadoc
DateTreeTransformerFlattens the following two structures: (NP (NP (NNP Month) (CD Day) )Classedu.stanford.nlp.treesJavaNlpjavadoc
DebinarizerDebinarizes a binary tree from the parser.Classedu.stanford.nlp.parser.lexparserJavaNlpjavadoc
DependencyTreeTransformerTransforms an English structure parse tree in order to get the dependencies right: -- put a ROOT node Classedu.stanford.nlp.treesJavaNlpjavadoc
FrenchTreeNormalizerPrepares French Treebank trees for parsing.Classedu.stanford.nlp.trees.international.frenchJavaNlpjavadoc
FTBCorrectorMakes FTB trees consistent with FrenchTreebankLanguagePack.Classedu.stanford.nlp.international.french.pipelineJavaNlpjavadoc
HebrewTreeNormalizerClassedu.stanford.nlp.trees.international.hebrewJavaNlpjavadoc
NPTmpRetainingTreeNormalizerSame TreeNormalizer as BobChrisTreeNormalizer, but optionally provides four extras.Classedu.stanford.nlp.treesJavaNlpjavadoc
QPTreeTransformerTransforms an English structure parse tree in order to get the dependencies right: Adds an extra structure in QP phrases:Classedu.stanford.nlp.treesJavaNlpjavadoc
RecursiveTreeTransformerA tool to recursively alter a tree in various ways.Classedu.stanford.nlp.treesJavaNlpjavadoc
SpanishTreeNormalizerNormalize trees read from the AnCora Spanish corpus.Classedu.stanford.nlp.trees.international.spanishJavaNlpjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner

SynchronizedTreeTransformerIf you have a TreeTransformer which is not threadsafe, and you need to call it from multiple threads, this will wrap it in aClassedu.stanford.nlp.treesJavaNlpjavadoc
TreeAnnotatorPerforms non-language specific annotation of Trees.Classedu.stanford.nlp.parser.lexparserJavaNlpjavadoc
TreeAnnotatorAndBinarizerClassedu.stanford.nlp.parser.lexparserJavaNlpjavadoc
TreeBinarizerBinarizes trees in such a way that head-argument structure is respected.Classedu.stanford.nlp.parser.lexparserJavaNlpjavadoc
TreeCollinizerDoes detransformations to a parsed sentence to map it back to the standard treebank form for output or evaluation.Classedu.stanford.nlp.parser.lexparserJavaNlpjavadoc
TreeLeafLabelTransformerApplies a Function to the labels in a tree.Classedu.stanford.nlp.treesJavaNlpjavadoc
TreeLemmatizerClassedu.stanford.nlp.treesJavaNlpjavadoc

Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner