
| Back to Main Site |
| Name | Description | Type | Package | Framework | JavaDoc | ||
| ArabicTreeNormalizer | Normalizes both terminals and non-terminals in Penn Arabic Treebank (ATB) trees. | Class | edu.stanford.nlp.trees.international.arabic | Stanford Parser | javadoc | ||
| ATBCorrector | Makes ATB trees consistent with ArabicTreebankLanguagePack. | Class | edu.stanford.nlp.international.arabic.pipeline | Stanford Parser | javadoc | ||
| BasicCategoryTreeTransformer | Transforms trees by turning the labels into their basic categories TreebankLanguagePack | Class | edu.stanford.nlp.trees | Stanford Parser | javadoc | ||
| BobChrisTreeNormalizer | Normalizes trees in the way used in Manning and Carpenter 1997. | Class | edu.stanford.nlp.trees | Stanford Parser | javadoc | ||
| BoundaryRemover | Removes a boundary symbol (Lexicon. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser | javadoc | ||
| ChineseCollinizer | Performs collinization operations on Chinese trees similar to those for English Namely: strips all functional & automatically-added tags | Class | edu.stanford.nlp.trees.international.pennchinese | Stanford Parser | javadoc | ||
| CollapseUnaryTransformer | This transformer collapses chains of unary nodes so that the top node is the only node left. | Class | edu.stanford.nlp.sentiment | Stanford Parser | javadoc | ||
| CollinsPuncTransformer | This class manipulates punctuation in trees (used with training trees) in the same manner that Collins manipulated punctuation in trees when | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser | javadoc | ||
| CompositeTreeTransformer | A TreeTransformer that applies component TreeTransformers in order. | Class | edu.stanford.nlp.trees | Stanford Parser | javadoc | ||
| CoordinationTransformer | Coordination transformer transforms a PennTreebank tree containing a coordination in a flat structure in order to get the dependencies | Class | edu.stanford.nlp.trees | Stanford Parser | javadoc | ||
| CTBErrorCorrectingTreeNormalizer | This was originally written to correct a few errors Galen found in CTB3. | Class | edu.stanford.nlp.trees.international.pennchinese | Stanford Parser | javadoc | ||
| DateTreeTransformer | Flattens the following two structures: (NP (NP (NNP Month) (CD Day) ) | Class | edu.stanford.nlp.trees | Stanford Parser | javadoc | ||
| Debinarizer | Debinarizes a binary tree from the parser. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser | javadoc | ||
| DependencyTreeTransformer | Transforms an English structure parse tree in order to get the dependencies right: -- put a ROOT node | Class | edu.stanford.nlp.trees | Stanford Parser | javadoc | ||
| FrenchTreeNormalizer | Prepares French Treebank trees for parsing. | Class | edu.stanford.nlp.trees.international.french | Stanford Parser | javadoc | ||
| FTBCorrector | Makes FTB trees consistent with FrenchTreebankLanguagePack. | Class | edu.stanford.nlp.international.french.pipeline | Stanford Parser | javadoc | ||
| HebrewTreeNormalizer | Class | edu.stanford.nlp.trees.international.hebrew | Stanford Parser | javadoc | |||
| NPTmpRetainingTreeNormalizer | Same TreeNormalizer as BobChrisTreeNormalizer, but optionally provides four extras. | Class | edu.stanford.nlp.trees | Stanford Parser | javadoc | ||
| QPTreeTransformer | Transforms an English structure parse tree in order to get the dependencies right: Adds an extra structure in QP phrases: | Class | edu.stanford.nlp.trees | Stanford Parser | javadoc | ||
| RecursiveTreeTransformer | A tool to recursively alter a tree in various ways. | Class | edu.stanford.nlp.trees | Stanford Parser | javadoc | ||
| SpanishTreeNormalizer | Normalize trees read from the AnCora Spanish corpus. | Class | edu.stanford.nlp.trees.international.spanish | Stanford Parser | javadoc | ||
| SynchronizedTreeTransformer | If you have a TreeTransformer which is not threadsafe, and you need to call it from multiple threads, this will wrap it in a | Class | edu.stanford.nlp.trees | Stanford Parser | javadoc | ||
| TreeAnnotator | Performs non-language specific annotation of Trees. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser | javadoc | ||
| TreeAnnotatorAndBinarizer | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser | javadoc | |||
| |||||||
| TreeBinarizer | Binarizes trees in such a way that head-argument structure is respected. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser | javadoc | ||
| TreeCollinizer | Does detransformations to a parsed sentence to map it back to the standard treebank form for output or evaluation. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser | javadoc | ||
| TreeLeafLabelTransformer | Applies a Function to the labels in a tree. | Class | edu.stanford.nlp.trees | Stanford Parser | javadoc | ||
| TreeLemmatizer | Class | edu.stanford.nlp.trees | Stanford Parser | javadoc | |||
| ArabicTreeNormalizer | Normalizes both terminals and non-terminals in Penn Arabic Treebank (ATB) trees. | Class | edu.stanford.nlp.trees.international.arabic | JavaNlp | javadoc | ||
| ATBCorrector | Makes ATB trees consistent with ArabicTreebankLanguagePack. | Class | edu.stanford.nlp.international.arabic.pipeline | JavaNlp | javadoc | ||
| BasicCategoryTreeTransformer | Transforms trees by turning the labels into their basic categories TreebankLanguagePack | Class | edu.stanford.nlp.trees | JavaNlp | javadoc | ||
| BobChrisTreeNormalizer | Normalizes trees in the way used in Manning and Carpenter 1997. | Class | edu.stanford.nlp.trees | JavaNlp | javadoc | ||
| BoundaryRemover | Removes a boundary symbol (Lexicon. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp | javadoc | ||
| ChineseCollinizer | Performs collinization operations on Chinese trees similar to those for English Namely: strips all functional & automatically-added tags | Class | edu.stanford.nlp.trees.international.pennchinese | JavaNlp | javadoc | ||
| CollapseUnaryTransformer | This transformer collapses chains of unary nodes so that the top node is the only node left. | Class | edu.stanford.nlp.sentiment | JavaNlp | javadoc | ||
| CollinsPuncTransformer | This class manipulates punctuation in trees (used with training trees) in the same manner that Collins manipulated punctuation in trees when | Class | edu.stanford.nlp.parser.lexparser | JavaNlp | javadoc | ||
| CompositeTreeTransformer | A TreeTransformer that applies component TreeTransformers in order. | Class | edu.stanford.nlp.trees | JavaNlp | javadoc | ||
| CoordinationTransformer | Coordination transformer transforms a PennTreebank tree containing a coordination in a flat structure in order to get the dependencies | Class | edu.stanford.nlp.trees | JavaNlp | javadoc | ||
| CTBErrorCorrectingTreeNormalizer | This was originally written to correct a few errors Galen found in CTB3. | Class | edu.stanford.nlp.trees.international.pennchinese | JavaNlp | javadoc | ||
| DateTreeTransformer | Flattens the following two structures: (NP (NP (NNP Month) (CD Day) ) | Class | edu.stanford.nlp.trees | JavaNlp | javadoc | ||
| Debinarizer | Debinarizes a binary tree from the parser. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp | javadoc | ||
| DependencyTreeTransformer | Transforms an English structure parse tree in order to get the dependencies right: -- put a ROOT node | Class | edu.stanford.nlp.trees | JavaNlp | javadoc | ||
| FrenchTreeNormalizer | Prepares French Treebank trees for parsing. | Class | edu.stanford.nlp.trees.international.french | JavaNlp | javadoc | ||
| FTBCorrector | Makes FTB trees consistent with FrenchTreebankLanguagePack. | Class | edu.stanford.nlp.international.french.pipeline | JavaNlp | javadoc | ||
| HebrewTreeNormalizer | Class | edu.stanford.nlp.trees.international.hebrew | JavaNlp | javadoc | |||
| NPTmpRetainingTreeNormalizer | Same TreeNormalizer as BobChrisTreeNormalizer, but optionally provides four extras. | Class | edu.stanford.nlp.trees | JavaNlp | javadoc | ||
| QPTreeTransformer | Transforms an English structure parse tree in order to get the dependencies right: Adds an extra structure in QP phrases: | Class | edu.stanford.nlp.trees | JavaNlp | javadoc | ||
| RecursiveTreeTransformer | A tool to recursively alter a tree in various ways. | Class | edu.stanford.nlp.trees | JavaNlp | javadoc | ||
| SpanishTreeNormalizer | Normalize trees read from the AnCora Spanish corpus. | Class | edu.stanford.nlp.trees.international.spanish | JavaNlp | javadoc | ||
| |||||||
| SynchronizedTreeTransformer | If you have a TreeTransformer which is not threadsafe, and you need to call it from multiple threads, this will wrap it in a | Class | edu.stanford.nlp.trees | JavaNlp | javadoc | ||
| TreeAnnotator | Performs non-language specific annotation of Trees. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp | javadoc | ||
| TreeAnnotatorAndBinarizer | Class | edu.stanford.nlp.parser.lexparser | JavaNlp | javadoc | |||
| TreeBinarizer | Binarizes trees in such a way that head-argument structure is respected. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp | javadoc | ||
| TreeCollinizer | Does detransformations to a parsed sentence to map it back to the standard treebank form for output or evaluation. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp | javadoc | ||
| TreeLeafLabelTransformer | Applies a Function to the labels in a tree. | Class | edu.stanford.nlp.trees | JavaNlp | javadoc | ||
| TreeLemmatizer | Class | edu.stanford.nlp.trees | JavaNlp | javadoc | |||
|
| |||||||