| Name | Description | Type | Package | Framework |
| AbstractCollinsHeadFinder | A base class for a HeadFinder similar to the one described in Michael Collins' 1999 thesis. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| AbstractDataset | | Class | edu.stanford.nlp.trees.treebank | Stanford Parser |
|
| AbstractDataset .SplitFilter | | Class | edu.stanford.nlp.trees.treebank.AbstractDataset | Stanford Parser |
|
| AbstractTreebankLanguagePack | This provides an implementation of parts of the TreebankLanguagePack API to reduce the load on fresh implementations. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| ArabicHeadFinder | Find the head of an Arabic tree, using the usual kind of heuristic head finding rules. | Class | edu.stanford.nlp.trees.international.arabic | Stanford Parser |
|
| ArabicHeadFinder .TagSet | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.trees.international.arabic.ArabicHeadFinder | Stanford Parser |
|
| ArabicTreebankLanguagePack | Specifies the treebank/language specific components needed for parsing the Penn Arabic Treebank (ATB). | Class | edu.stanford.nlp.trees.international.arabic | Stanford Parser |
|
| ArabicTreebankTokenizer | Builds a tokenizer for the Penn Arabic Treebank (ATB) using a This implementation is current as of the following LDC catalog numbers: | Class | edu.stanford.nlp.trees.international.arabic | Stanford Parser |
|
| ArabicTreeNormalizer | Normalizes both terminals and non-terminals in Penn Arabic Treebank (ATB) trees. | Class | edu.stanford.nlp.trees.international.arabic | Stanford Parser |
|
| ArabicTreeNormalizer .ArabicEmptyFilter | Remove traces and pronoun deletion markers. | Class | edu.stanford.nlp.trees.international.arabic.ArabicTreeNormalizer | Stanford Parser |
|
| ArabicTreeReaderFactory | Reads ArabicTreebank trees. | Class | edu.stanford.nlp.trees.international.arabic | Stanford Parser |
|
| ArabicTreeReaderFactory .ArabicRawTreeReaderFactory | | Class | edu.stanford.nlp.trees.international.arabic.ArabicTreeReaderFactory | Stanford Parser |
|
| ATBTreeUtils | Various static convenience methods for processing Arabic parse trees. | Class | edu.stanford.nlp.trees.international.arabic | Stanford Parser |
|
| BasicCategoryTreeTransformer | Transforms trees by turning the labels into their basic categories TreebankLanguagePack | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| BikelChineseHeadFinder | A headfinder implementing Dan Bikel's head rules. | Class | edu.stanford.nlp.trees.international.pennchinese | Stanford Parser |
|
| BobChrisTreeNormalizer | Normalizes trees in the way used in Manning and Carpenter 1997. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| BobChrisTreeNormalizer .AOverAFilter | | Class | edu.stanford.nlp.trees.BobChrisTreeNormalizer | Stanford Parser |
|
| BobChrisTreeNormalizer .EmptyFilter | | Class | edu.stanford.nlp.trees.BobChrisTreeNormalizer | Stanford Parser |
|
| CEDict | | Class | edu.stanford.nlp.trees.international.pennchinese | Stanford Parser |
|
| 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 |
|
| ChineseEnglishWordMap | A class for mapping Chinese words to English. | Class | edu.stanford.nlp.trees.international.pennchinese | Stanford Parser |
|
| ChineseEscaper | An Escaper for Chinese normalization to match Treebank. | Class | edu.stanford.nlp.trees.international.pennchinese | Stanford Parser |
|
| ChineseGrammaticalRelations | ChineseGrammaticalRelations is a set of GrammaticalRelation objects for the Chinese language. | Class | edu.stanford.nlp.trees.international.pennchinese | Stanford Parser |
|
| ChineseGrammaticalStructure | A GrammaticalStructure for Chinese. | Class | edu.stanford.nlp.trees.international.pennchinese | Stanford Parser |
|
| ChineseGrammaticalStructure .FromDependenciesFactory | | Class | edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalStructure | Stanford Parser |
|
| ChineseGrammaticalStructureFactory | | Class | edu.stanford.nlp.trees.international.pennchinese | Stanford Parser |
|
| ChineseHeadFinder | HeadFinder for the Penn Chinese Treebank. | Class | edu.stanford.nlp.trees.international.pennchinese | Stanford Parser |
|
| ChineseSemanticHeadFinder | | Class | edu.stanford.nlp.trees.international.pennchinese | Stanford Parser |
|
| ChineseTreebankLanguagePack | Language pack for the UPenn/Colorado Chinese treebank. | Class | edu.stanford.nlp.trees.international.pennchinese | Stanford Parser |
|
| ChineseUtils | This class contains a few String constants and static methods for dealing with Chinese text. | Class | edu.stanford.nlp.trees.international.pennchinese | Stanford Parser |
|
| CHTBTokenizer | A simple tokenizer for tokenizing Penn Chinese Treebank files. | Class | edu.stanford.nlp.trees.international.pennchinese | Stanford Parser |
|
| CollinsHeadFinder | Except: we've added a head rule for NX, which returns the leftmost item. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| CollocationFinder | Finds WordNet collocations in parse trees. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| CompositeTreebank | | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| CompositeTreeTransformer | A TreeTransformer that applies component TreeTransformers in order. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| ConfigParser | | Class | edu.stanford.nlp.trees.treebank | Stanford Parser |
|
| CoNLLUDocumentReader | Reader for ConLL-U formatted dependency treebanks. | Class | edu.stanford.nlp.trees.ud | Stanford Parser |
|
| CoNLLUDocumentWriter | | Class | edu.stanford.nlp.trees.ud | Stanford Parser |
|
| CoNLLUUtils | Utility functions for reading and writing CoNLL-U files. | Class | edu.stanford.nlp.trees.ud | Stanford Parser |
|
| CoNLLUUtils .FeatureNameComparator | | Class | edu.stanford.nlp.trees.ud.CoNLLUUtils | Stanford Parser |
|
| Constituent | A Constituent object defines a generic edge in a graph. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| ConstituentFactory | A ConstituentFactory is a factory for creating objects of class Constituent, or some descendent class. | Interface | edu.stanford.nlp.trees | Stanford Parser |
|
| 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 |
|
| CopulaHeadFinder | A mix-in interface for HeadFinders which support the makesCopulaHead method, which says how the HeadFinder in question | Interface | edu.stanford.nlp.trees | Stanford Parser |
|
| CreateSubtreeNode | Given the start and end children of a particular node, takes all children between start and end (including the endpoints) and | Class | edu.stanford.nlp.trees.tregex.tsurgeon | Stanford Parser |
|
| CTBErrorCorrectingTreeNormalizer | This was originally written to correct a few errors Galen found in CTB3. | Class | edu.stanford.nlp.trees.international.pennchinese | Stanford Parser |
|
| CTBErrorCorrectingTreeNormalizer .CTBErrorCorrectingTreeReaderFactory | So you can create a TreeReaderFactory using this TreeNormalizer easily by reflection. | Class | edu.stanford.nlp.trees.international.pennchinese.CTBErrorCorrectingTreeNormalizer | Stanford Parser |
|
| CTBTreeReaderFactory | The CTBTreeReaderFactory is a factory for creating a TreeReader suitable for the Penn Chinese Treebank (CTB). | Class | edu.stanford.nlp.trees.international.pennchinese | Stanford Parser |
|
| CTBTreeReaderFactory .NoEmptiesCTBTreeReaderFactory | | Class | edu.stanford.nlp.trees.international.pennchinese.CTBTreeReaderFactory | Stanford Parser |
|
| Dataset | A generic interface loading, processing, and writing a data set. | Interface | edu.stanford.nlp.trees.treebank | Stanford Parser |
|
| Dataset .Encoding | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.trees.treebank.Dataset | Stanford Parser |
|
| DateTreeTransformer | Flattens the following two structures: (NP (NP (NNP Month) (CD Day) ) | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| DeepTree | A tree combined with a map from subtree to SimpleMatrix vectors. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| DefaultMapper | | Class | edu.stanford.nlp.trees.treebank | Stanford Parser |
|
| Dependencies | Utilities for Dependency objects. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| Dependencies .DependentPuncTagRejectFilter | | Class | edu.stanford.nlp.trees.Dependencies | Stanford Parser |
|
| Dependencies .DependentPuncWordRejectFilter | | Class | edu.stanford.nlp.trees.Dependencies | Stanford Parser |
|
| Dependency | An individual dependency between a governor and a dependent. | Interface | edu.stanford.nlp.trees | Stanford Parser |
|
| DependencyFactory | A factory for dependencies of a certain type. | Interface | edu.stanford.nlp.trees | Stanford Parser |
|
| DependencyPrinter | | Interface | edu.stanford.nlp.trees | Stanford Parser |
|
| DependencyReader | | Interface | edu.stanford.nlp.trees | Stanford Parser |
|
| DependencyScoring | | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| DependencyScoring .Score | | Class | edu.stanford.nlp.trees.DependencyScoring | Stanford Parser |
|
| 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 |
|
| DependencyTyper | A generified interface for making some kind of dependency object between a head and dependent. | Interface | edu.stanford.nlp.trees | Stanford Parser |
|
| DiskTreebank | A DiskTreebank is a Collection of A DiskTreebank object stores merely the information to | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| DisplayMatchesPanel | Class for creating the panel which shows a graphical version of the tree (as in TreeJPanel) as well as the file name of the file from which the tree is from. | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
|
| DistributionPackage | Adds data files to a tar'd / gzip'd distribution package. | Class | edu.stanford.nlp.trees.treebank | Stanford Parser |
|
| DybroFrenchHeadFinder | | Class | edu.stanford.nlp.trees.international.french | Stanford Parser |
|
| EnglishGrammaticalRelations | EnglishGrammaticalRelations is a set of GrammaticalRelation objects for the English language. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| EnglishGrammaticalStructure | A GrammaticalStructure for English. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| EnglishGrammaticalStructure .FromDependenciesFactory | | Class | edu.stanford.nlp.trees.EnglishGrammaticalStructure | Stanford Parser |
|
| EnglishGrammaticalStructureFactory | | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| EnglishPatterns | This class contains some English String or Tregex regular expression patterns. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| EnglishPTBTreebankCorrector | | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| FilePanel | Class representing the hierarchy of files in which trees may be searched and allowing users to select whether to search a particular file or not | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
|
| FileTreeModel | Component for managing the data for files containing trees. | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
|
| FileTreeNode | Represents a node in a JTree that holds a file and displays the short name of the file in the JTree. | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
|
| FileTreeNode .FileTreeNodeListener | | Interface | edu.stanford.nlp.trees.tregex.gui.FileTreeNode | Stanford Parser |
|
| FilteringTreebank | | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| FilteringTreeReader | A FilteringTreeReader filters the output of another TreeReader. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| FragDiscardingPennTreeReader | | Class | edu.stanford.nlp.trees.international.pennchinese | Stanford Parser |
|
| FrenchHeadFinder | TODO wsg2010: Compare these head finding rules to those found in Arun Abishek's Author:mcdmSee Also:Serialized Form | Class | edu.stanford.nlp.trees.international.french | Stanford Parser |
|
| FrenchTreebankLanguagePack | Language pack for the French treebank. | Class | edu.stanford.nlp.trees.international.french | Stanford Parser |
|
| FrenchTreeNormalizer | Prepares French Treebank trees for parsing. | Class | edu.stanford.nlp.trees.international.french | Stanford Parser |
|
| FrenchTreeNormalizer .FrenchAOverAFilter | | Class | edu.stanford.nlp.trees.international.french.FrenchTreeNormalizer | Stanford Parser |
|
| FrenchTreeReaderFactory | A class for reading French Treebank trees that have been converted from XML to PTB format. | Class | edu.stanford.nlp.trees.international.french | Stanford Parser |
|
| FrenchXMLTreeReader | A reader for XML format French Treebank files. | Class | edu.stanford.nlp.trees.international.french | Stanford Parser |
|
| FrenchXMLTreeReaderFactory | A class for reading French Treebank trees that have been converted from XML to PTB format. | Class | edu.stanford.nlp.trees.international.french | Stanford Parser |
|
| GrammaticalFunctionTreeNormalizer | Tree normalizer for cleaning up labels and preserving the whole node label, the grammatical function and category information from the label, or only | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| GrammaticalRelation | GrammaticalRelation is used to define a standardized, hierarchical set of grammatical relations, | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| GrammaticalStructure | A GrammaticalStructure stores dependency relations between nodes in a tree. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| GrammaticalStructure .Extras | A specification for the types of extra edges to add to the dependency tree. | Class | edu.stanford.nlp.trees.GrammaticalStructure | Stanford Parser |
|
| GrammaticalStructureFactory | A general factory for GrammaticalStructure objects. | Interface | edu.stanford.nlp.trees | Stanford Parser |
|
| GrammaticalStructureFromDependenciesFactory | An interface for a factory that builds a GrammaticalStructure from a list of TypedDependencies and a TreeGraphNode. | Interface | edu.stanford.nlp.trees | Stanford Parser |
|
| HasParent | Only to be implemented by Tree subclasses that actualy keep their parent pointers. | Interface | edu.stanford.nlp.trees | Stanford Parser |
|
| HeadFinder | An interface for finding the "head" daughter of a phrase structure tree. | Interface | edu.stanford.nlp.trees | Stanford Parser |
|
| HebrewTreebankLanguagePack | | Class | edu.stanford.nlp.trees.international.hebrew | Stanford Parser |
|
| HebrewTreeNormalizer | | Class | edu.stanford.nlp.trees.international.hebrew | Stanford Parser |
|
| HebrewTreeNormalizer .HebrewEmptyFilter | Remove traces and pronoun deletion markers. | Class | edu.stanford.nlp.trees.international.hebrew.HebrewTreeNormalizer | Stanford Parser |
|
| HebrewTreeReaderFactory | | Class | edu.stanford.nlp.trees.international.hebrew | Stanford Parser |
|
| HighlightUtils | | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
|
| InputPanel | Class representing the panel that gets input from the user and does (in a thread-safe manner) the computation for finding tree matches and performing tsurgeon operations. | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
|
| InputPanel .HistoryEntry | | Class | edu.stanford.nlp.trees.tregex.gui.InputPanel | Stanford Parser |
|
| InputPanel .TRegexGUITreeVisitor | Method for returning the number of matches found in the last tree visited by this tree visitor. | Class | edu.stanford.nlp.trees.tregex.gui.InputPanel | Stanford Parser |
|
| JJTTsurgeonParserState | | Class | edu.stanford.nlp.trees.tregex.tsurgeon | Stanford Parser |
|
| Labeled | Interface for Objects which have a Label. | Interface | edu.stanford.nlp.trees | Stanford Parser |
|
| LabeledConstituent | A LabeledConstituent object represents a single bracketing in a derivation, including start and end points and Label | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| LabeledScoredConstituent | A LabeledScoredConstituent object defines an edge in a graph with a label and a score. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| LabeledScoredConstituentFactory | A LabeledScoredConstituentFactory acts as a factory for creating objects of class LabeledScoredConstituent. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| LabeledScoredTreeFactory | A LabeledScoredTreeFactory acts as a factory for creating trees with labels and scores. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| LabeledScoredTreeNode | A LabeledScoredTreeNode represents a tree composed of a root and an array of daughter parse trees. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| LabeledScoredTreeReaderFactory | This class implements a TreeReaderFactory that produces labeled, scored array-based Trees, which have been cleaned up to | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| LeftHeadFinder | HeadFinder that always returns the leftmost daughter as head. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| LengthTreeFilter | Only accept trees that are short enough (less than or equal to length). | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| Macros | This defines how to use macros from a file in Tregex. | Class | edu.stanford.nlp.trees.tregex | Stanford Parser |
|
| Mapper | Generic interface for mapping one string to another given some contextual evidence. | Interface | edu.stanford.nlp.trees.treebank | Stanford Parser |
|
| MatchesPanel | Component for displaying the list of trees that matchAuthor:Anna RaffertySee Also:Serialized Form | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
|
| MatchesPanel .MatchesPanelListener | Allows other panels to be updated about changes to the matches panel (better abstraction) | Interface | edu.stanford.nlp.trees.tregex.gui.MatchesPanel | Stanford Parser |
|
| MemoryTreebank | A MemoryTreebank object stores a corpus of examples with given tree structures in memory (as a List). | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| ModCollinsHeadFinder | thesis. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| NamedDependency | An individual dependency between a head and a dependent. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| NegraHeadFinder | HeadFinder for the Negra Treebank. | Class | edu.stanford.nlp.trees.international.negra | Stanford Parser |
|
| NegraLabel | | Class | edu.stanford.nlp.trees.international.negra | Stanford Parser |
|
| NegraPennLanguagePack | Language pack for Negra and Tiger treebanks after conversion toAuthor:Roger Levy, Spence GreenSee Also:Serialized Form | Class | edu.stanford.nlp.trees.international.negra | Stanford Parser |
|
| NegraPennTokenizer | | Class | edu.stanford.nlp.trees.international.negra | Stanford Parser |
|
| NegraPennTreeNormalizer | Tree normalizer for Negra Penn Treebank format. | Class | edu.stanford.nlp.trees.international.negra | Stanford Parser |
|
| NegraPennTreeReaderFactory | A TreeReaderFactory for the Negra and Tiger treebanks in their Penn Treebank compatible export format. | Class | edu.stanford.nlp.trees.international.negra | Stanford Parser |
|
| NoEmptiesCTBTreeReaderFactory | A CTB TreeReaderFactory that deletes empty nodes. | Class | edu.stanford.nlp.trees.international.pennchinese | Stanford Parser |
|
| NPTmpRetainingTreeNormalizer | Same TreeNormalizer as BobChrisTreeNormalizer, but optionally provides four extras. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| NPTmpRetainingTreeNormalizer .NPTmpAdvRetainingTreeReaderFactory | constructing by reflection. | Class | edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer | Stanford Parser |
|
| NPTmpRetainingTreeNormalizer .NPTmpRetainingTreeReaderFactory | constructing by reflection. | Class | edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer | Stanford Parser |
|
| OrderedCombinationTreeNormalizer | This class combines multiple tree normalizers. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| ParseException | This exception is thrown when parse errors are encountered. | Class | edu.stanford.nlp.trees.tregex | Stanford Parser |
|
| ParseException | This exception is thrown when parse errors are encountered. | Class | edu.stanford.nlp.trees.tregex.tsurgeon | Stanford Parser |
|
| PennTreebankLanguagePack | Specifies the treebank/language specific components needed for parsing the English Penn Treebank. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| PennTreebankTokenizer | Builds a tokenizer for English PennTreebank (release 2) trees. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| PennTreeReader | This class implements the TreeReader interface to read Penn Treebank-style files. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| PennTreeReaderFactory | Vends PennTreeReader objects. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| Preferences | Manages storage and retrieval of application preferences. | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
|
| PreferencesPanel | Class for creating the preferences panel which holds user definable preferences (e. | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
|
| 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 |
|
| RadicalMap | A way to determine the primary (or "semantic") radical of a Chinese character or get the set of characters with a given semantic radical. | Class | edu.stanford.nlp.trees.international.pennchinese | Stanford Parser |
|
| RecursiveTreeTransformer | A tool to recursively alter a tree in various ways. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| ScrollableTreeJPanel | Component for displaying a tree in a JPanel that works correctly withAuthor:Anna RaffertySee Also:Serialized Form | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
|
| SemanticHeadFinder | found in Michael Collins' 1999 thesis. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| SimpleConstituent | A SimpleConstituent object defines a generic edge in a graph. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| SimpleConstituentFactory | A ConstituentFactory acts as a factory for creating objects of class Constituent, or some descendent class. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| SimpleTree | A SimpleTree is a minimal concrete implementation of an unlabeled, unscored Tree. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| SimpleTreeFactory | A SimpleTreeFactory acts as a factory for creating objects of class SimpleTree. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| Span | A Span is an optimized SimpleConstituent object. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| SpanishHeadFinder | | Class | edu.stanford.nlp.trees.international.spanish | Stanford Parser |
|
| SpanishTreebankLanguagePack | Language pack for the Spanish treebank. | Class | edu.stanford.nlp.trees.international.spanish | Stanford Parser |
|
| SpanishTreeNormalizer | Normalize trees read from the AnCora Spanish corpus. | Class | edu.stanford.nlp.trees.international.spanish | Stanford Parser |
|
| SpanishTreeReaderFactory | A class for reading Spanish AnCora trees that have been converted from XML to PTB format. | Class | edu.stanford.nlp.trees.international.spanish | Stanford Parser |
|
| StringLabeledScoredTreeReaderFactory | This class implements a TreeReaderFactory that produces labeled, scored array-based Trees, which have been cleaned up to | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| SunJurafskyChineseHeadFinder | A HeadFinder for Chinese based on rules described in Sun/Jurafsky NAACL 2004. | Class | edu.stanford.nlp.trees.international.pennchinese | Stanford Parser |
|
| 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 |
|
| Tdiff | Extracts the differences between the sets of constituents indicated by a pair of parse trees. | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
|
| TransformingTreebank | This class wraps another Treebank, and will vend trees that have been through a TreeTransformer. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| Tree | The abstract class Tree is used to collect all of the tree types, and acts as a generic extensible type. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| Treebank | A Treebank object provides access to a corpus of examples with given tree structures. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| TreebankFactory | An interface for treebank vendors. | Interface | edu.stanford.nlp.trees | Stanford Parser |
|
| TreebankLanguagePack | This interface specifies language/treebank specific information for a Treebank, which a parser or other treebank user might need to know. | Interface | edu.stanford.nlp.trees | Stanford Parser |
|
| TreebankPreprocessor | A data preparation pipeline for treebanks. | Class | edu.stanford.nlp.trees.treebank | Stanford Parser |
|
| Treebanks | This is just a main method and other static methods for command-line manipulation, statistics, and testing of | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| TreeCoreAnnotations | Set of common annotations for CoreMaps that require classes from the trees package. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| TreeCoreAnnotations .BinarizedTreeAnnotation | The CoreMap key for getting the binarized version of the syntactic parse tree of a sentence. | Class | edu.stanford.nlp.trees.TreeCoreAnnotations | Stanford Parser |
|
| TreeCoreAnnotations .HeadTagLabelAnnotation | | Class | edu.stanford.nlp.trees.TreeCoreAnnotations | Stanford Parser |
|
| TreeCoreAnnotations .HeadWordLabelAnnotation | | Class | edu.stanford.nlp.trees.TreeCoreAnnotations | Stanford Parser |
|
| TreeCoreAnnotations .KBestTreesAnnotation | The standard key for storing a list of k-best parses. | Class | edu.stanford.nlp.trees.TreeCoreAnnotations | Stanford Parser |
|
| TreeCoreAnnotations .TreeAnnotation | The CoreMap key for getting the syntactic parse tree of a sentence. | Class | edu.stanford.nlp.trees.TreeCoreAnnotations | Stanford Parser |
|
| TreeFactory | A TreeFactory acts as a factory for creating objects of class Tree, or some descendant class. | Interface | edu.stanford.nlp.trees | Stanford Parser |
|
| TreeFilters | A location for general implementations of Filter. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| TreeFilters .HasMatchingChild | | Class | edu.stanford.nlp.trees.TreeFilters | Stanford Parser |
|
| TreeFromFile | Simple utility class for storing a tree as well as the sentence the tree represents and a label with the filename of the file that the tree was stored in. | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
|
| TreeFunctions | This is a utility class which vends tree transformers to translate trees from one factory type to trees of another. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| TreeGraphNode | A TreeGraphNode is simply a with some additional functionality. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| TreeGraphNodeFactory | A TreeGraphNodeFactory acts as a factory for creating tree nodes of type TreeGraphNode. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| TreeLeafLabelTransformer | Applies a Function to the labels in a tree. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| TreeLemmatizer | | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| TreeLengthComparator | A TreeLengthComparator orders trees by their yield sentenceVersion:2003/03/24Author:Christopher Manning | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| TreeNormalizer | A class for tree normalization. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| TreePrint | A class for customizing the print method(s) for a edu. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| TreeReader | A TreeReader adds functionality to another Reader by reading in Trees, or some descendant class. | Interface | edu.stanford.nlp.trees | Stanford Parser |
|
| TreeReaderFactory | A TreeReaderFactory is a factory for creating objects of class TreeReader, or some descendant class. | Interface | edu.stanford.nlp.trees | Stanford Parser |
|
| Trees | Various static utilities for the Tree class. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| TreeTokenizerFactory | Wrapper for TreeReaderFactory. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| TreeTransformer | This is a simple interface for a function that alters aAuthor:Christopher Manning. | Interface | edu.stanford.nlp.trees | Stanford Parser |
|
| TreeVisitor | This is a simple strategy-type interface for operations that are applied to Tree. | Interface | edu.stanford.nlp.trees | Stanford Parser |
|
| TregexGUI | Main class for creating a tregex gui. | Class | edu.stanford.nlp.trees.tregex.gui | Stanford Parser |
|
| TregexGUI .FilterType | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.trees.tregex.gui.TregexGUI | Stanford Parser |
|
| TregexGUI .TransferActionListener | | Class | edu.stanford.nlp.trees.tregex.gui.TregexGUI | Stanford Parser |
|
| TregexMatcher | A TregexMatcher can be used to match a TregexPattern against a Tree. | Class | edu.stanford.nlp.trees.tregex | Stanford Parser |
|
| TregexParseException | A runtime exception that indicates something went wrong parsing a tregex expression. | Class | edu.stanford.nlp.trees.tregex | Stanford Parser |
|
| TregexPattern | A TregexPattern is a tgrep-type pattern for matching tree node configurations. | Class | edu.stanford.nlp.trees.tregex | Stanford Parser |
|
| TregexPattern .TRegexTreeReaderFactory | | Class | edu.stanford.nlp.trees.tregex.TregexPattern | Stanford Parser |
|
| TregexPatternCompiler | A class for compiling TregexPatterns with specific HeadFinders and or basicCategoryFunctions. | Class | edu.stanford.nlp.trees.tregex | Stanford Parser |
|
| Tsurgeon | Tsurgeon provides a way of editing trees based on a set of operations that are applied to tree locations matching a tregex pattern. | Class | edu.stanford.nlp.trees.tregex.tsurgeon | Stanford Parser |
|
| TsurgeonMatcher | An object factored out to keep the state of a Tsurgeon operation separate from the TsurgeonPattern objects. | Class | edu.stanford.nlp.trees.tregex.tsurgeon | Stanford Parser |
|
| TsurgeonParseException | A runtime exception that indicates something went wrong parsing a Tsurgeon expression. | Class | edu.stanford.nlp.trees.tregex.tsurgeon | Stanford Parser |
|
| TsurgeonParserTreeConstants | | Interface | edu.stanford.nlp.trees.tregex.tsurgeon | Stanford Parser |
|
| TsurgeonPattern | An abstract class for patterns to manipulate Trees when successfully matched on with a TregexMatcher. | Class | edu.stanford.nlp.trees.tregex.tsurgeon | Stanford Parser |
|
| TsurgeonRuntimeException | Something has gone wrong internally in TsurgeonAuthor:John BauerSee Also:Serialized Form | Class | edu.stanford.nlp.trees.tregex.tsurgeon | Stanford Parser |
|
| TueBaDZHeadFinder | A HeadFinder for TueBa-D/Z. | Class | edu.stanford.nlp.trees.international.tuebadz | Stanford Parser |
|
| TueBaDZLanguagePack | Language pack for the Tuebingen Treebank of Written German (TueBa-D/Z). | Class | edu.stanford.nlp.trees.international.tuebadz | Stanford Parser |
|
| TueBaDZPennTreeNormalizer | Tree normalizer for the TueBaDZ treebank. | Class | edu.stanford.nlp.trees.international.tuebadz | Stanford Parser |
|
| TueBaDZTreeReaderFactory | | Class | edu.stanford.nlp.trees.international.tuebadz | Stanford Parser |
|
| TypedDependency | A TypedDependency is a relation between two words in a GrammaticalStructure. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| UniversalDependenciesFeatureAnnotator | Adds lemmata and features to an English CoNLL-U dependenciesAuthor:Sebastian Schuster | Class | edu.stanford.nlp.trees.ud | Stanford Parser |
|
| UniversalEnglishGrammaticalRelations | UniversalEnglishGrammaticalRelations is a set of GrammaticalRelation objects according to the Universal | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| UniversalEnglishGrammaticalStructure | A GrammaticalStructure for Universal Dependencies English. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| UniversalEnglishGrammaticalStructure .FromDependenciesFactory | | Class | edu.stanford.nlp.trees.UniversalEnglishGrammaticalStructure | Stanford Parser |
|
| UniversalEnglishGrammaticalStructureFactory | | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| UniversalPOSMapper | Helper class to perform a context-sensitive mapping of POS tags in a tree to universal POS tags. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| UniversalSemanticHeadFinder | in Michael Collins' 1999 thesis. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| UnnamedConcreteDependency | An individual dependency between a head and a dependent. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| UnnamedDependency | An individual dependency between a head and a dependent. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| WordNetConnection | Allows us to verify that a wordnet connection is available without compile time errors if the package is not found. | Interface | edu.stanford.nlp.trees | Stanford Parser |
|
| WordStemmer | Stems the Words in a Tree using Morphology. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| AbstractCollinsHeadFinder | A base class for a HeadFinder similar to the one described in Michael Collins' 1999 thesis. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| AbstractDataset | | Class | edu.stanford.nlp.trees.treebank | JavaNlp |
|
| AbstractDataset .SplitFilter | | Class | edu.stanford.nlp.trees.treebank.AbstractDataset | JavaNlp |
|
| AbstractTreebankLanguagePack | This provides an implementation of parts of the TreebankLanguagePack API to reduce the load on fresh implementations. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| ArabicHeadFinder | Find the head of an Arabic tree, using the usual kind of heuristic head finding rules. | Class | edu.stanford.nlp.trees.international.arabic | JavaNlp |
|
| ArabicHeadFinder .TagSet | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.trees.international.arabic.ArabicHeadFinder | JavaNlp |
|
| ArabicTreebankLanguagePack | Specifies the treebank/language specific components needed for parsing the Penn Arabic Treebank (ATB). | Class | edu.stanford.nlp.trees.international.arabic | JavaNlp |
|
| ArabicTreebankTokenizer | Builds a tokenizer for the Penn Arabic Treebank (ATB) using a This implementation is current as of the following LDC catalog numbers: | Class | edu.stanford.nlp.trees.international.arabic | JavaNlp |
|
| ArabicTreeNormalizer | Normalizes both terminals and non-terminals in Penn Arabic Treebank (ATB) trees. | Class | edu.stanford.nlp.trees.international.arabic | JavaNlp |
|
| ArabicTreeNormalizer .ArabicEmptyFilter | Remove traces and pronoun deletion markers. | Class | edu.stanford.nlp.trees.international.arabic.ArabicTreeNormalizer | JavaNlp |
|
| ArabicTreeReaderFactory | Reads ArabicTreebank trees. | Class | edu.stanford.nlp.trees.international.arabic | JavaNlp |
|
| ArabicTreeReaderFactory .ArabicRawTreeReaderFactory | | Class | edu.stanford.nlp.trees.international.arabic.ArabicTreeReaderFactory | JavaNlp |
|
| ATBTreeUtils | Various static convenience methods for processing Arabic parse trees. | Class | edu.stanford.nlp.trees.international.arabic | JavaNlp |
|
| BasicCategoryTreeTransformer | Transforms trees by turning the labels into their basic categories TreebankLanguagePack | Class | edu.stanford.nlp.trees | JavaNlp |
|
| BikelChineseHeadFinder | A headfinder implementing Dan Bikel's head rules. | Class | edu.stanford.nlp.trees.international.pennchinese | JavaNlp |
|
| BobChrisTreeNormalizer | Normalizes trees in the way used in Manning and Carpenter 1997. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| BobChrisTreeNormalizer .AOverAFilter | | Class | edu.stanford.nlp.trees.BobChrisTreeNormalizer | JavaNlp |
|
| BobChrisTreeNormalizer .EmptyFilter | | Class | edu.stanford.nlp.trees.BobChrisTreeNormalizer | JavaNlp |
|
| CEDict | | Class | edu.stanford.nlp.trees.international.pennchinese | JavaNlp |
|
| 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 |
|
| ChineseEnglishWordMap | A class for mapping Chinese words to English. | Class | edu.stanford.nlp.trees.international.pennchinese | JavaNlp |
|
| ChineseEscaper | An Escaper for Chinese normalization to match Treebank. | Class | edu.stanford.nlp.trees.international.pennchinese | JavaNlp |
|
| ChineseGrammaticalRelations | ChineseGrammaticalRelations is a set of GrammaticalRelation objects for the Chinese language. | Class | edu.stanford.nlp.trees.international.pennchinese | JavaNlp |
|
| ChineseGrammaticalStructure | A GrammaticalStructure for Chinese. | Class | edu.stanford.nlp.trees.international.pennchinese | JavaNlp |
|
| ChineseGrammaticalStructure .FromDependenciesFactory | | Class | edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalStructure | JavaNlp |
|
| ChineseGrammaticalStructureFactory | | Class | edu.stanford.nlp.trees.international.pennchinese | JavaNlp |
|
| ChineseHeadFinder | HeadFinder for the Penn Chinese Treebank. | Class | edu.stanford.nlp.trees.international.pennchinese | JavaNlp |
|
| ChineseSemanticHeadFinder | | Class | edu.stanford.nlp.trees.international.pennchinese | JavaNlp |
|
| ChineseTreebankLanguagePack | Language pack for the UPenn/Colorado Chinese treebank. | Class | edu.stanford.nlp.trees.international.pennchinese | JavaNlp |
|
| ChineseUtils | This class contains a few String constants and static methods for dealing with Chinese text. | Class | edu.stanford.nlp.trees.international.pennchinese | JavaNlp |
|
| CHTBTokenizer | A simple tokenizer for tokenizing Penn Chinese Treebank files. | Class | edu.stanford.nlp.trees.international.pennchinese | JavaNlp |
|
| CollinsHeadFinder | Except: we've added a head rule for NX, which returns the leftmost item. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| CollocationFinder | Finds WordNet collocations in parse trees. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| CompositeTreebank | | Class | edu.stanford.nlp.trees | JavaNlp |
|
| CompositeTreeTransformer | A TreeTransformer that applies component TreeTransformers in order. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| ConfigParser | | Class | edu.stanford.nlp.trees.treebank | JavaNlp |
|
| CoNLLUDocumentReader | Reader for ConLL-U formatted dependency treebanks. | Class | edu.stanford.nlp.trees.ud | JavaNlp |
|
| CoNLLUDocumentWriter | | Class | edu.stanford.nlp.trees.ud | JavaNlp |
|
| CoNLLUUtils | Utility functions for reading and writing CoNLL-U files. | Class | edu.stanford.nlp.trees.ud | JavaNlp |
|
| CoNLLUUtils .FeatureNameComparator | | Class | edu.stanford.nlp.trees.ud.CoNLLUUtils | JavaNlp |
|
| Constituent | A Constituent object defines a generic edge in a graph. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| ConstituentFactory | A ConstituentFactory is a factory for creating objects of class Constituent, or some descendent class. | Interface | edu.stanford.nlp.trees | JavaNlp |
|
| 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 |
|
| CopulaHeadFinder | A mix-in interface for HeadFinders which support the makesCopulaHead method, which says how the HeadFinder in question | Interface | edu.stanford.nlp.trees | JavaNlp |
|
| CreateSubtreeNode | Given the start and end children of a particular node, takes all children between start and end (including the endpoints) and | Class | edu.stanford.nlp.trees.tregex.tsurgeon | JavaNlp |
|
| CTBErrorCorrectingTreeNormalizer | This was originally written to correct a few errors Galen found in CTB3. | Class | edu.stanford.nlp.trees.international.pennchinese | JavaNlp |
|
| CTBErrorCorrectingTreeNormalizer .CTBErrorCorrectingTreeReaderFactory | So you can create a TreeReaderFactory using this TreeNormalizer easily by reflection. | Class | edu.stanford.nlp.trees.international.pennchinese.CTBErrorCorrectingTreeNormalizer | JavaNlp |
|
| CTBTreeReaderFactory | The CTBTreeReaderFactory is a factory for creating a TreeReader suitable for the Penn Chinese Treebank (CTB). | Class | edu.stanford.nlp.trees.international.pennchinese | JavaNlp |
|
| CTBTreeReaderFactory .NoEmptiesCTBTreeReaderFactory | | Class | edu.stanford.nlp.trees.international.pennchinese.CTBTreeReaderFactory | JavaNlp |
|
| Dataset | A generic interface loading, processing, and writing a data set. | Interface | edu.stanford.nlp.trees.treebank | JavaNlp |
|
| Dataset .Encoding | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.trees.treebank.Dataset | JavaNlp |
|
| DateTreeTransformer | Flattens the following two structures: (NP (NP (NNP Month) (CD Day) ) | Class | edu.stanford.nlp.trees | JavaNlp |
|
| DeepTree | A tree combined with a map from subtree to SimpleMatrix vectors. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| DefaultMapper | | Class | edu.stanford.nlp.trees.treebank | JavaNlp |
|
| Dependencies | Utilities for Dependency objects. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| Dependencies .DependentPuncTagRejectFilter | | Class | edu.stanford.nlp.trees.Dependencies | JavaNlp |
|
| Dependencies .DependentPuncWordRejectFilter | | Class | edu.stanford.nlp.trees.Dependencies | JavaNlp |
|
| Dependency | An individual dependency between a governor and a dependent. | Interface | edu.stanford.nlp.trees | JavaNlp |
|
| DependencyFactory | A factory for dependencies of a certain type. | Interface | edu.stanford.nlp.trees | JavaNlp |
|
| DependencyPrinter | | Interface | edu.stanford.nlp.trees | JavaNlp |
|
| DependencyReader | | Interface | edu.stanford.nlp.trees | JavaNlp |
|
| DependencyScoring | | Class | edu.stanford.nlp.trees | JavaNlp |
|
| DependencyScoring .Score | | Class | edu.stanford.nlp.trees.DependencyScoring | JavaNlp |
|
| DependencyTreeTransformer | Transforms an English structure parse tree in order to get the dependencies right: -- put a ROOT node | Class | edu.stanford.nlp.trees | JavaNlp |
|
| DependencyTyper | A generified interface for making some kind of dependency object between a head and dependent. | Interface | edu.stanford.nlp.trees | JavaNlp |
|
| DiskTreebank | A DiskTreebank is a Collection of A DiskTreebank object stores merely the information to | Class | edu.stanford.nlp.trees | JavaNlp |
|
| DisplayMatchesPanel | Class for creating the panel which shows a graphical version of the tree (as in TreeJPanel) as well as the file name of the file from which the tree is from. | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
|
| DistributionPackage | Adds data files to a tar'd / gzip'd distribution package. | Class | edu.stanford.nlp.trees.treebank | JavaNlp |
|
| DybroFrenchHeadFinder | | Class | edu.stanford.nlp.trees.international.french | JavaNlp |
|
| EnglishGrammaticalRelations | EnglishGrammaticalRelations is a set of GrammaticalRelation objects for the English language. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| EnglishGrammaticalStructure | A GrammaticalStructure for English. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| EnglishGrammaticalStructure .FromDependenciesFactory | | Class | edu.stanford.nlp.trees.EnglishGrammaticalStructure | JavaNlp |
|
| EnglishGrammaticalStructureFactory | | Class | edu.stanford.nlp.trees | JavaNlp |
|
| EnglishPatterns | This class contains some English String or Tregex regular expression patterns. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| EnglishPTBTreebankCorrector | | Class | edu.stanford.nlp.trees | JavaNlp |
|
| FilePanel | Class representing the hierarchy of files in which trees may be searched and allowing users to select whether to search a particular file or not | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
|
| FileTreeModel | Component for managing the data for files containing trees. | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
|
| FileTreeNode | Represents a node in a JTree that holds a file and displays the short name of the file in the JTree. | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
|
| FileTreeNode .FileTreeNodeListener | | Interface | edu.stanford.nlp.trees.tregex.gui.FileTreeNode | JavaNlp |
|
| FilteringTreebank | | Class | edu.stanford.nlp.trees | JavaNlp |
|
| FilteringTreeReader | A FilteringTreeReader filters the output of another TreeReader. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| FragDiscardingPennTreeReader | | Class | edu.stanford.nlp.trees.international.pennchinese | JavaNlp |
|
| FrenchHeadFinder | TODO wsg2010: Compare these head finding rules to those found in Arun Abishek's Author:mcdmSee Also:Serialized Form | Class | edu.stanford.nlp.trees.international.french | JavaNlp |
|
| FrenchTreebankLanguagePack | Language pack for the French treebank. | Class | edu.stanford.nlp.trees.international.french | JavaNlp |
|
| FrenchTreeNormalizer | Prepares French Treebank trees for parsing. | Class | edu.stanford.nlp.trees.international.french | JavaNlp |
|
| FrenchTreeNormalizer .FrenchAOverAFilter | | Class | edu.stanford.nlp.trees.international.french.FrenchTreeNormalizer | JavaNlp |
|
| FrenchTreeReaderFactory | A class for reading French Treebank trees that have been converted from XML to PTB format. | Class | edu.stanford.nlp.trees.international.french | JavaNlp |
|
| FrenchXMLTreeReader | A reader for XML format French Treebank files. | Class | edu.stanford.nlp.trees.international.french | JavaNlp |
|
| FrenchXMLTreeReaderFactory | A class for reading French Treebank trees that have been converted from XML to PTB format. | Class | edu.stanford.nlp.trees.international.french | JavaNlp |
|
| GrammaticalFunctionTreeNormalizer | Tree normalizer for cleaning up labels and preserving the whole node label, the grammatical function and category information from the label, or only | Class | edu.stanford.nlp.trees | JavaNlp |
|
| GrammaticalRelation | GrammaticalRelation is used to define a standardized, hierarchical set of grammatical relations, | Class | edu.stanford.nlp.trees | JavaNlp |
|
| GrammaticalStructure | A GrammaticalStructure stores dependency relations between nodes in a tree. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| GrammaticalStructure .Extras | A specification for the types of extra edges to add to the dependency tree. | Class | edu.stanford.nlp.trees.GrammaticalStructure | JavaNlp |
|
| GrammaticalStructureFactory | A general factory for GrammaticalStructure objects. | Interface | edu.stanford.nlp.trees | JavaNlp |
|
| GrammaticalStructureFromDependenciesFactory | An interface for a factory that builds a GrammaticalStructure from a list of TypedDependencies and a TreeGraphNode. | Interface | edu.stanford.nlp.trees | JavaNlp |
|
| HasParent | Only to be implemented by Tree subclasses that actualy keep their parent pointers. | Interface | edu.stanford.nlp.trees | JavaNlp |
|
| HeadFinder | An interface for finding the "head" daughter of a phrase structure tree. | Interface | edu.stanford.nlp.trees | JavaNlp |
|
| HebrewTreebankLanguagePack | | Class | edu.stanford.nlp.trees.international.hebrew | JavaNlp |
|
| HebrewTreeNormalizer | | Class | edu.stanford.nlp.trees.international.hebrew | JavaNlp |
|
| HebrewTreeNormalizer .HebrewEmptyFilter | Remove traces and pronoun deletion markers. | Class | edu.stanford.nlp.trees.international.hebrew.HebrewTreeNormalizer | JavaNlp |
|
| HebrewTreeReaderFactory | | Class | edu.stanford.nlp.trees.international.hebrew | JavaNlp |
|
| HighlightUtils | | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
|
| InputPanel | Class representing the panel that gets input from the user and does (in a thread-safe manner) the computation for finding tree matches and performing tsurgeon operations. | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
|
| InputPanel .HistoryEntry | | Class | edu.stanford.nlp.trees.tregex.gui.InputPanel | JavaNlp |
|
| InputPanel .TRegexGUITreeVisitor | Method for returning the number of matches found in the last tree visited by this tree visitor. | Class | edu.stanford.nlp.trees.tregex.gui.InputPanel | JavaNlp |
|
| JJTTsurgeonParserState | | Class | edu.stanford.nlp.trees.tregex.tsurgeon | JavaNlp |
|
| Labeled | Interface for Objects which have a Label. | Interface | edu.stanford.nlp.trees | JavaNlp |
|
| LabeledConstituent | A LabeledConstituent object represents a single bracketing in a derivation, including start and end points and Label | Class | edu.stanford.nlp.trees | JavaNlp |
|
| LabeledScoredConstituent | A LabeledScoredConstituent object defines an edge in a graph with a label and a score. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| LabeledScoredConstituentFactory | A LabeledScoredConstituentFactory acts as a factory for creating objects of class LabeledScoredConstituent. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| LabeledScoredTreeFactory | A LabeledScoredTreeFactory acts as a factory for creating trees with labels and scores. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| LabeledScoredTreeNode | A LabeledScoredTreeNode represents a tree composed of a root and an array of daughter parse trees. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| LabeledScoredTreeReaderFactory | This class implements a TreeReaderFactory that produces labeled, scored array-based Trees, which have been cleaned up to | Class | edu.stanford.nlp.trees | JavaNlp |
|
| LeftHeadFinder | HeadFinder that always returns the leftmost daughter as head. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| LengthTreeFilter | Only accept trees that are short enough (less than or equal to length). | Class | edu.stanford.nlp.trees | JavaNlp |
|
| Macros | This defines how to use macros from a file in Tregex. | Class | edu.stanford.nlp.trees.tregex | JavaNlp |
|
| Mapper | Generic interface for mapping one string to another given some contextual evidence. | Interface | edu.stanford.nlp.trees.treebank | JavaNlp |
|
| MatchesPanel | Component for displaying the list of trees that matchAuthor:Anna RaffertySee Also:Serialized Form | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
|
| MatchesPanel .MatchesPanelListener | Allows other panels to be updated about changes to the matches panel (better abstraction) | Interface | edu.stanford.nlp.trees.tregex.gui.MatchesPanel | JavaNlp |
|
| MemoryTreebank | A MemoryTreebank object stores a corpus of examples with given tree structures in memory (as a List). | Class | edu.stanford.nlp.trees | JavaNlp |
|
| ModCollinsHeadFinder | thesis. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| NamedDependency | An individual dependency between a head and a dependent. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| NegraHeadFinder | HeadFinder for the Negra Treebank. | Class | edu.stanford.nlp.trees.international.negra | JavaNlp |
|
| NegraLabel | | Class | edu.stanford.nlp.trees.international.negra | JavaNlp |
|
| NegraPennLanguagePack | Language pack for Negra and Tiger treebanks after conversion toAuthor:Roger Levy, Spence GreenSee Also:Serialized Form | Class | edu.stanford.nlp.trees.international.negra | JavaNlp |
|
| NegraPennTokenizer | | Class | edu.stanford.nlp.trees.international.negra | JavaNlp |
|
| NegraPennTreeNormalizer | Tree normalizer for Negra Penn Treebank format. | Class | edu.stanford.nlp.trees.international.negra | JavaNlp |
|
| NegraPennTreeReaderFactory | A TreeReaderFactory for the Negra and Tiger treebanks in their Penn Treebank compatible export format. | Class | edu.stanford.nlp.trees.international.negra | JavaNlp |
|
| NoEmptiesCTBTreeReaderFactory | A CTB TreeReaderFactory that deletes empty nodes. | Class | edu.stanford.nlp.trees.international.pennchinese | JavaNlp |
|
| NPTmpRetainingTreeNormalizer | Same TreeNormalizer as BobChrisTreeNormalizer, but optionally provides four extras. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| NPTmpRetainingTreeNormalizer .NPTmpAdvRetainingTreeReaderFactory | constructing by reflection. | Class | edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer | JavaNlp |
|
| NPTmpRetainingTreeNormalizer .NPTmpRetainingTreeReaderFactory | constructing by reflection. | Class | edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer | JavaNlp |
|
| OrderedCombinationTreeNormalizer | This class combines multiple tree normalizers. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| ParseException | This exception is thrown when parse errors are encountered. | Class | edu.stanford.nlp.trees.tregex | JavaNlp |
|
| ParseException | This exception is thrown when parse errors are encountered. | Class | edu.stanford.nlp.trees.tregex.tsurgeon | JavaNlp |
|
| PennTreebankLanguagePack | Specifies the treebank/language specific components needed for parsing the English Penn Treebank. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| PennTreebankTokenizer | Builds a tokenizer for English PennTreebank (release 2) trees. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| PennTreeReader | This class implements the TreeReader interface to read Penn Treebank-style files. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| PennTreeReaderFactory | Vends PennTreeReader objects. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| Preferences | Manages storage and retrieval of application preferences. | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
|
| PreferencesPanel | Class for creating the preferences panel which holds user definable preferences (e. | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
|
| 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 |
|
| RadicalMap | A way to determine the primary (or "semantic") radical of a Chinese character or get the set of characters with a given semantic radical. | Class | edu.stanford.nlp.trees.international.pennchinese | JavaNlp |
|
| RecursiveTreeTransformer | A tool to recursively alter a tree in various ways. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| ScrollableTreeJPanel | Component for displaying a tree in a JPanel that works correctly withAuthor:Anna RaffertySee Also:Serialized Form | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
|
| SemanticHeadFinder | found in Michael Collins' 1999 thesis. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| SimpleConstituent | A SimpleConstituent object defines a generic edge in a graph. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| SimpleConstituentFactory | A ConstituentFactory acts as a factory for creating objects of class Constituent, or some descendent class. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| SimpleTree | A SimpleTree is a minimal concrete implementation of an unlabeled, unscored Tree. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| SimpleTreeFactory | A SimpleTreeFactory acts as a factory for creating objects of class SimpleTree. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| Span | A Span is an optimized SimpleConstituent object. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| SpanishHeadFinder | | Class | edu.stanford.nlp.trees.international.spanish | JavaNlp |
|
| SpanishTreebankLanguagePack | Language pack for the Spanish treebank. | Class | edu.stanford.nlp.trees.international.spanish | JavaNlp |
|
| SpanishTreeNormalizer | Normalize trees read from the AnCora Spanish corpus. | Class | edu.stanford.nlp.trees.international.spanish | JavaNlp |
|
| SpanishTreeReaderFactory | A class for reading Spanish AnCora trees that have been converted from XML to PTB format. | Class | edu.stanford.nlp.trees.international.spanish | JavaNlp |
|
| StringLabeledScoredTreeReaderFactory | This class implements a TreeReaderFactory that produces labeled, scored array-based Trees, which have been cleaned up to | Class | edu.stanford.nlp.trees | JavaNlp |
|
| SunJurafskyChineseHeadFinder | A HeadFinder for Chinese based on rules described in Sun/Jurafsky NAACL 2004. | Class | edu.stanford.nlp.trees.international.pennchinese | JavaNlp |
|
| 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 |
|
| Tdiff | Extracts the differences between the sets of constituents indicated by a pair of parse trees. | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
|
| TransformingTreebank | This class wraps another Treebank, and will vend trees that have been through a TreeTransformer. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| Tree | The abstract class Tree is used to collect all of the tree types, and acts as a generic extensible type. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| Treebank | A Treebank object provides access to a corpus of examples with given tree structures. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| TreebankFactory | An interface for treebank vendors. | Interface | edu.stanford.nlp.trees | JavaNlp |
|
| TreebankLanguagePack | This interface specifies language/treebank specific information for a Treebank, which a parser or other treebank user might need to know. | Interface | edu.stanford.nlp.trees | JavaNlp |
|
| TreebankPreprocessor | A data preparation pipeline for treebanks. | Class | edu.stanford.nlp.trees.treebank | JavaNlp |
|
| Treebanks | This is just a main method and other static methods for command-line manipulation, statistics, and testing of | Class | edu.stanford.nlp.trees | JavaNlp |
|
| TreebankTransformer | | Interface | edu.stanford.nlp.trees | JavaNlp |
|
| TreeCoreAnnotations | Set of common annotations for CoreMaps that require classes from the trees package. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| TreeCoreAnnotations .BinarizedTreeAnnotation | The CoreMap key for getting the binarized version of the syntactic parse tree of a sentence. | Class | edu.stanford.nlp.trees.TreeCoreAnnotations | JavaNlp |
|
| TreeCoreAnnotations .HeadTagLabelAnnotation | | Class | edu.stanford.nlp.trees.TreeCoreAnnotations | JavaNlp |
|
| TreeCoreAnnotations .HeadWordLabelAnnotation | | Class | edu.stanford.nlp.trees.TreeCoreAnnotations | JavaNlp |
|
| TreeCoreAnnotations .KBestTreesAnnotation | The standard key for storing a list of k-best parses. | Class | edu.stanford.nlp.trees.TreeCoreAnnotations | JavaNlp |
|
| TreeCoreAnnotations .TreeAnnotation | The CoreMap key for getting the syntactic parse tree of a sentence. | Class | edu.stanford.nlp.trees.TreeCoreAnnotations | JavaNlp |
|
| TreeFactory | A TreeFactory acts as a factory for creating objects of class Tree, or some descendant class. | Interface | edu.stanford.nlp.trees | JavaNlp |
|
| TreeFilters | A location for general implementations of Filter. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| TreeFilters .HasMatchingChild | | Class | edu.stanford.nlp.trees.TreeFilters | JavaNlp |
|
| TreeFromFile | Simple utility class for storing a tree as well as the sentence the tree represents and a label with the filename of the file that the tree was stored in. | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
|
| TreeFunctions | This is a utility class which vends tree transformers to translate trees from one factory type to trees of another. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| TreeGraphNode | A TreeGraphNode is simply a with some additional functionality. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| TreeGraphNodeFactory | A TreeGraphNodeFactory acts as a factory for creating tree nodes of type TreeGraphNode. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| TreeLeafLabelTransformer | Applies a Function to the labels in a tree. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| TreeLemmatizer | | Class | edu.stanford.nlp.trees | JavaNlp |
|
| TreeLengthComparator | A TreeLengthComparator orders trees by their yield sentenceVersion:2003/03/24Author:Christopher Manning | Class | edu.stanford.nlp.trees | JavaNlp |
|
| TreeNormalizer | A class for tree normalization. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| TreePrint | A class for customizing the print method(s) for a edu. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| TreeReader | A TreeReader adds functionality to another Reader by reading in Trees, or some descendant class. | Interface | edu.stanford.nlp.trees | JavaNlp |
|
| TreeReaderFactory | A TreeReaderFactory is a factory for creating objects of class TreeReader, or some descendant class. | Interface | edu.stanford.nlp.trees | JavaNlp |
|
| Trees | Various static utilities for the Tree class. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| TreeTokenizerFactory | Wrapper for TreeReaderFactory. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| TreeTransformer | This is a simple interface for a function that alters aAuthor:Christopher Manning. | Interface | edu.stanford.nlp.trees | JavaNlp |
|
| TreeVisitor | This is a simple strategy-type interface for operations that are applied to Tree. | Interface | edu.stanford.nlp.trees | JavaNlp |
|
| TregexGUI | Main class for creating a tregex gui. | Class | edu.stanford.nlp.trees.tregex.gui | JavaNlp |
|
| TregexGUI .FilterType | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.trees.tregex.gui.TregexGUI | JavaNlp |
|
| TregexGUI .TransferActionListener | | Class | edu.stanford.nlp.trees.tregex.gui.TregexGUI | JavaNlp |
|
| TregexMatcher | A TregexMatcher can be used to match a TregexPattern against a Tree. | Class | edu.stanford.nlp.trees.tregex | JavaNlp |
|
| TregexParseException | A runtime exception that indicates something went wrong parsing a tregex expression. | Class | edu.stanford.nlp.trees.tregex | JavaNlp |
|
| TregexPattern | A TregexPattern is a tgrep-type pattern for matching tree node configurations. | Class | edu.stanford.nlp.trees.tregex | JavaNlp |
|
| TregexPattern .TRegexTreeReaderFactory | | Class | edu.stanford.nlp.trees.tregex.TregexPattern | JavaNlp |
|
| TregexPatternCompiler | A class for compiling TregexPatterns with specific HeadFinders and or basicCategoryFunctions. | Class | edu.stanford.nlp.trees.tregex | JavaNlp |
|
| Tsurgeon | Tsurgeon provides a way of editing trees based on a set of operations that are applied to tree locations matching a tregex pattern. | Class | edu.stanford.nlp.trees.tregex.tsurgeon | JavaNlp |
|
| TsurgeonMatcher | An object factored out to keep the state of a Tsurgeon operation separate from the TsurgeonPattern objects. | Class | edu.stanford.nlp.trees.tregex.tsurgeon | JavaNlp |
|
| TsurgeonParseException | A runtime exception that indicates something went wrong parsing a Tsurgeon expression. | Class | edu.stanford.nlp.trees.tregex.tsurgeon | JavaNlp |
|
| TsurgeonParserTreeConstants | | Interface | edu.stanford.nlp.trees.tregex.tsurgeon | JavaNlp |
|
| TsurgeonPattern | An abstract class for patterns to manipulate Trees when successfully matched on with a TregexMatcher. | Class | edu.stanford.nlp.trees.tregex.tsurgeon | JavaNlp |
|
| TsurgeonRuntimeException | Something has gone wrong internally in TsurgeonAuthor:John BauerSee Also:Serialized Form | Class | edu.stanford.nlp.trees.tregex.tsurgeon | JavaNlp |
|
| TueBaDZHeadFinder | A HeadFinder for TueBa-D/Z. | Class | edu.stanford.nlp.trees.international.tuebadz | JavaNlp |
|
| TueBaDZLanguagePack | Language pack for the Tuebingen Treebank of Written German (TueBa-D/Z). | Class | edu.stanford.nlp.trees.international.tuebadz | JavaNlp |
|
| TueBaDZPennTreeNormalizer | Tree normalizer for the TueBaDZ treebank. | Class | edu.stanford.nlp.trees.international.tuebadz | JavaNlp |
|
| TueBaDZTreeReaderFactory | | Class | edu.stanford.nlp.trees.international.tuebadz | JavaNlp |
|
| TypedDependency | A TypedDependency is a relation between two words in a GrammaticalStructure. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| UniversalDependenciesFeatureAnnotator | Adds lemmata and features to an English CoNLL-U dependenciesAuthor:Sebastian Schuster | Class | edu.stanford.nlp.trees.ud | JavaNlp |
|
| UniversalEnglishGrammaticalRelations | UniversalEnglishGrammaticalRelations is a set of GrammaticalRelation objects according to the Universal | Class | edu.stanford.nlp.trees | JavaNlp |
|
| UniversalEnglishGrammaticalStructure | A GrammaticalStructure for Universal Dependencies English. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| UniversalEnglishGrammaticalStructure .FromDependenciesFactory | | Class | edu.stanford.nlp.trees.UniversalEnglishGrammaticalStructure | JavaNlp |
|
| UniversalEnglishGrammaticalStructureFactory | | Class | edu.stanford.nlp.trees | JavaNlp |
|
| UniversalPOSMapper | Helper class to perform a context-sensitive mapping of POS tags in a tree to universal POS tags. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| UniversalSemanticHeadFinder | in Michael Collins' 1999 thesis. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| UnnamedConcreteDependency | An individual dependency between a head and a dependent. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| UnnamedDependency | An individual dependency between a head and a dependent. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| WordNetConnection | Allows us to verify that a wordnet connection is available without compile time errors if the package is not found. | Interface | edu.stanford.nlp.trees | JavaNlp |
|
| WordStemmer | Stems the Words in a Tree using Morphology. | Class | edu.stanford.nlp.trees | JavaNlp |