| Name | Description | Type | Package | Framework |
| AbstractDependencyGrammar | An abstract base class for dependency grammars. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| AbstractTreebankParserParams | An abstract class providing a common method base from which to complete a TreebankLangParserParams implementing class. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| AbstractTreebankParserParams .AnnotatePunctuationFunction | Annotation function for mapping punctuation to PTB-style equivalence classes. | Class | edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams | Stanford Parser |
|
| AbstractTreeExtractor | An abstract superclass for parser classes that extract counts from Trees. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| AbstractUnknownWordModelTrainer | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| ArabicTreebankParserParams | A TreebankLangParserParams implementing class for the Penn Arabic Treebank. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| ArabicUnknownWordModel | This is a basic unknown word model for Arabic. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| ArabicUnknownWordModelTrainer | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| BaseLexicon | This is the default concrete instantiation of the Lexicon interface. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| BaseUnknownWordModel | An unknown word model for a generic language. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| BaseUnknownWordModelTrainer | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| BiLexPCFGParser | PCFG parsing. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| BiLexPCFGParser .N5BiLexPCFGParser | | Class | edu.stanford.nlp.parser.lexparser.BiLexPCFGParser | Stanford Parser |
|
| BinaryGrammar | Maintains efficient indexing of binary grammar rules. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| BinaryGrammarExtractor | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| BinaryHeadFinder | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| BinaryRule | Binary rules (ints for parent, left and right children)Author:Dan Klein, Christopher ManningSee Also:Serialized Form | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| BoundaryRemover | Removes a boundary symbol (Lexicon. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| ChineseCharacterBasedLexicon | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| ChineseLexicon | A lexicon class for Chinese. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| ChineseLexiconAndWordSegmenter | This class lets you train a lexicon and segmenter at the same time. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| ChineseMarkovWordSegmenter | Performs word segmentation with a hierarchical markov model over POS and over characters given POS. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| ChineseSimWordAvgDepGrammar | A Dependency grammar that smooths by averaging over similar words. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| ChineseTreebankParserParams | Parameter file for parsing the Penn Chinese Treebank. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| ChineseUnknownWordModel | Stores, trains, and scores with an unknown word model. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| ChineseUnknownWordModelTrainer | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| CNFTransformers | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| 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 |
|
| Debinarizer | Debinarizes a binary tree from the parser. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| DependencyGrammar | An interface for DependencyGrammars. | Interface | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| Edge | Class for parse edges. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| EnglishTreebankParserParams | Parser parameters for the Penn English Treebank (WSJ, Brown, Switchboard). | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| EnglishTreebankParserParams .EnglishTest | | Class | edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams | Stanford Parser |
|
| EnglishTreebankParserParams .EnglishTrain | | Class | edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams | Stanford Parser |
|
| EnglishUnknownWordModel | This is a basic unknown word model for English. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| EnglishUnknownWordModelTrainer | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| EvalbFormatWriter | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| EvaluateTreebank | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| ExactGrammarCompactor | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| ExhaustiveDependencyParser | An exhaustive O(n4t2) time and O(n2t) space dependency parser. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| ExhaustivePCFGParser | An exhaustive generalized CKY PCFG parser. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| Extractor | | Interface | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| FactoredLexicon | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| FactoredLexiconEvent | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| FactoredParser | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| FastFactoredParser | Provides a much faster way to realize the factored parsing idea, including easily returning "k good" results | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| FrenchTreebankParserParams | TreebankLangParserParams for the French Treebank corpus. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| FrenchUnknownWordModel | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| FrenchUnknownWordModelTrainer | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| GermanUnknownWordModel | An unknown word model for German; relies on BaseUnknownWordModel plus number matching. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| GermanUnknownWordModelTrainer | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| GrammarCompactor | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| GrammarProjection | Maps between the states of a more split and less split grammar. | Interface | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| HebrewTreebankParserParams | Initial version of a parser pack for the HTB. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| Hook | Class for parse table hooks. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| HTKLatticeReader | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| HTKLatticeReader .LatticeWord | | Class | edu.stanford.nlp.parser.lexparser.HTKLatticeReader | Stanford Parser |
|
| IntDependency | Maintains a dependency between head and dependent where they are each an IntTaggedWord. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| IntTaggedWord | Represents a WordTag (in the sense that equality is defined on both components), where each half is represented by an | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| Item | Abstract class for parse items. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| IterativeCKYPCFGParser | Does iterative deepening search inside the CKY algorithm for faster parsing. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| Lattice | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| LatticeEdge | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| LatticeScorer | | Interface | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| LexicalizedParser | This class provides the top-level API and command-line interface to a set of reasonably good treebank-trained parsers. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| LexicalizedParserQuery | Return the best parse of the sentence most recently parsed. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| Lexicon | An interface for lexicons interfacing to lexparser. | Interface | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| LinearGrammarSmoother | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| MLEDependencyGrammar | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| MLEDependencyGrammarExtractor | Gathers statistics on tree dependencies and then passes them to an MLEDependencyGrammar for dependency grammar construction. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| NegraPennTreebankParserParams | Parameter file for parsing the Penn Treebank format of the Negra Treebank (German). | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| Options | This class contains options to the parser which MUST be the SAME at both training and testing (parsing) time in order for the parser to | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| Options .LexOptions | | Class | edu.stanford.nlp.parser.lexparser.Options | Stanford Parser |
|
| OutsideRuleFilter | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| ParentAnnotationStats | See what parent annotation helps in treebank, based on support andVersion:2003/01/04Author:Christopher Manning | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| ParseFiles | Runs the parser over a set of files. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| Reranker | A scorer which the RerankingParserQuery can use to rescore sentences. | Interface | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| RerankerQuery | Process a Tree and return a score. | Interface | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| RerankingParserQuery | Rerank trees from the ParserQuery based on scores from a Reranker. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| Rule | Interface for int-format grammar rules. | Interface | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| Scorer | Interface for supporting A* scoring. | Interface | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| SisterAnnotationStats | See what sister annotation helps in treebank, based on support and KL divergence. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| SpanishTreebankParserParams | TreebankLangParserParams for the AnCora corpus. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| SpanishUnknownWordModel | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| SpanishUnknownWordModelTrainer | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| SplittingGrammarExtractor | This class is a reimplementation of Berkeley's state splitting grammar. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| TagProjection | An interface for projecting POS tags onto a reduced set for the dependency grammar. | Interface | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| TestOptions | Options to the parser which affect performance only at testing (parsing) The Options class that stores the TestOptions stores the | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| TrainOptions | Non-language-specific options for training a grammar from a treebank. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| TrainOptions .TransformMatrixType | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.parser.lexparser.TrainOptions | Stanford Parser |
|
| TreeAnnotator | Performs non-language specific annotation of Trees. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| TreeAnnotatorAndBinarizer | | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| TreebankAnnotator | Class for getting an annotated treebank. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| TreebankLangParserParams | Contains language-specific methods commonly necessary to get a parser to parse an arbitrary treebank. | Interface | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| TreeBinarizer | Binarizes trees in such a way that head-argument structure is respected. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| 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 |
|
| TregexPoweredTreebankParserParams | AbstractTreebankParserParams which provides support for Tregex-powered annotations. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| TregexPoweredTreebankParserParams .AnnotateHeadFunction | Annotate a tree constituent with its lexical head. | Class | edu.stanford.nlp.parser.lexparser.TregexPoweredTreebankParserParams | Stanford Parser |
|
| TregexPoweredTreebankParserParams .SimpleStringFunction | Annotates all nodes that match the tregex query with some string. | Class | edu.stanford.nlp.parser.lexparser.TregexPoweredTreebankParserParams | Stanford Parser |
|
| TueBaDZParserParams | TreebankLangParserParams for the German Tuebingen corpus. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| UnaryGrammar | Maintains efficient indexing of unary grammar rules. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| UnaryRule | Unary grammar rules (with ints for parent and child). | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| UnknownGTTrainer | This class trains a Good-Turing model for unknown words from a collection of trees. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| UnknownWordModel | This class defines the runtime interface for unknown words in lexparser. | Interface | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| UnknownWordModelTrainer | An interface for training an UnknownWordModel. | Interface | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| AbstractDependencyGrammar | An abstract base class for dependency grammars. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| AbstractTreebankParserParams | An abstract class providing a common method base from which to complete a TreebankLangParserParams implementing class. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| AbstractTreebankParserParams .AnnotatePunctuationFunction | Annotation function for mapping punctuation to PTB-style equivalence classes. | Class | edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams | JavaNlp |
|
| AbstractTreeExtractor | An abstract superclass for parser classes that extract counts from Trees. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| AbstractUnknownWordModelTrainer | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| ArabicTreebankParserParams | A TreebankLangParserParams implementing class for the Penn Arabic Treebank. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| ArabicUnknownWordModel | This is a basic unknown word model for Arabic. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| ArabicUnknownWordModelTrainer | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| BaseLexicon | This is the default concrete instantiation of the Lexicon interface. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| BaseUnknownWordModel | An unknown word model for a generic language. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| BaseUnknownWordModelTrainer | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| BiLexPCFGParser | PCFG parsing. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| BiLexPCFGParser .N5BiLexPCFGParser | | Class | edu.stanford.nlp.parser.lexparser.BiLexPCFGParser | JavaNlp |
|
| BinaryGrammar | Maintains efficient indexing of binary grammar rules. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| BinaryGrammarExtractor | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| BinaryHeadFinder | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| BinaryRule | Binary rules (ints for parent, left and right children)Author:Dan Klein, Christopher ManningSee Also:Serialized Form | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| BoundaryRemover | Removes a boundary symbol (Lexicon. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| ChineseCharacterBasedLexicon | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| ChineseLexicon | A lexicon class for Chinese. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| ChineseLexiconAndWordSegmenter | This class lets you train a lexicon and segmenter at the same time. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| ChineseMarkovWordSegmenter | Performs word segmentation with a hierarchical markov model over POS and over characters given POS. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| ChineseSimWordAvgDepGrammar | A Dependency grammar that smooths by averaging over similar words. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| ChineseTreebankParserParams | Parameter file for parsing the Penn Chinese Treebank. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| ChineseUnknownWordModel | Stores, trains, and scores with an unknown word model. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| ChineseUnknownWordModelTrainer | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| CNFTransformers | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| 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 |
|
| Debinarizer | Debinarizes a binary tree from the parser. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| DependencyGrammar | An interface for DependencyGrammars. | Interface | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| Edge | Class for parse edges. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| EnglishTreebankParserParams | Parser parameters for the Penn English Treebank (WSJ, Brown, Switchboard). | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| EnglishTreebankParserParams .EnglishTest | | Class | edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams | JavaNlp |
|
| EnglishTreebankParserParams .EnglishTrain | | Class | edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams | JavaNlp |
|
| EnglishUnknownWordModel | This is a basic unknown word model for English. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| EnglishUnknownWordModelTrainer | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| EvalbFormatWriter | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| EvaluateTreebank | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| ExactGrammarCompactor | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| ExhaustiveDependencyParser | An exhaustive O(n4t2) time and O(n2t) space dependency parser. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| ExhaustivePCFGParser | An exhaustive generalized CKY PCFG parser. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| Extractor | | Interface | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| FactoredLexicon | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| FactoredLexiconEvent | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| FactoredParser | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| FastFactoredParser | Provides a much faster way to realize the factored parsing idea, including easily returning "k good" results | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| FrenchTreebankParserParams | TreebankLangParserParams for the French Treebank corpus. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| FrenchUnknownWordModel | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| FrenchUnknownWordModelTrainer | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| GermanUnknownWordModel | An unknown word model for German; relies on BaseUnknownWordModel plus number matching. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| GermanUnknownWordModelTrainer | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| GrammarCompactor | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| GrammarProjection | Maps between the states of a more split and less split grammar. | Interface | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| HebrewTreebankParserParams | Initial version of a parser pack for the HTB. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| Hook | Class for parse table hooks. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| HTKLatticeReader | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| HTKLatticeReader .LatticeWord | | Class | edu.stanford.nlp.parser.lexparser.HTKLatticeReader | JavaNlp |
|
| IntDependency | Maintains a dependency between head and dependent where they are each an IntTaggedWord. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| IntTaggedWord | Represents a WordTag (in the sense that equality is defined on both components), where each half is represented by an | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| Item | Abstract class for parse items. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| IterativeCKYPCFGParser | Does iterative deepening search inside the CKY algorithm for faster parsing. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| Lattice | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| LatticeEdge | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| LatticeScorer | | Interface | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| LexicalizedParser | This class provides the top-level API and command-line interface to a set of reasonably good treebank-trained parsers. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| LexicalizedParserQuery | Return the best parse of the sentence most recently parsed. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| Lexicon | An interface for lexicons interfacing to lexparser. | Interface | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| LinearGrammarSmoother | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| MLEDependencyGrammar | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| MLEDependencyGrammarExtractor | Gathers statistics on tree dependencies and then passes them to an MLEDependencyGrammar for dependency grammar construction. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| NegraPennTreebankParserParams | Parameter file for parsing the Penn Treebank format of the Negra Treebank (German). | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| Options | This class contains options to the parser which MUST be the SAME at both training and testing (parsing) time in order for the parser to | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| Options .LexOptions | | Class | edu.stanford.nlp.parser.lexparser.Options | JavaNlp |
|
| OutsideRuleFilter | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| ParentAnnotationStats | See what parent annotation helps in treebank, based on support andVersion:2003/01/04Author:Christopher Manning | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| ParseFiles | Runs the parser over a set of files. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| Reranker | A scorer which the RerankingParserQuery can use to rescore sentences. | Interface | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| RerankerQuery | Process a Tree and return a score. | Interface | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| RerankingParserQuery | Rerank trees from the ParserQuery based on scores from a Reranker. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| Rule | Interface for int-format grammar rules. | Interface | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| Scorer | Interface for supporting A* scoring. | Interface | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| SisterAnnotationStats | See what sister annotation helps in treebank, based on support and KL divergence. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| SpanishTreebankParserParams | TreebankLangParserParams for the AnCora corpus. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| SpanishUnknownWordModel | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| SpanishUnknownWordModelTrainer | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| SplittingGrammarExtractor | This class is a reimplementation of Berkeley's state splitting grammar. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| TagProjection | An interface for projecting POS tags onto a reduced set for the dependency grammar. | Interface | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| TestOptions | Options to the parser which affect performance only at testing (parsing) The Options class that stores the TestOptions stores the | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| TrainOptions | Non-language-specific options for training a grammar from a treebank. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| TrainOptions .TransformMatrixType | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.parser.lexparser.TrainOptions | JavaNlp |
|
| TreeAnnotator | Performs non-language specific annotation of Trees. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| TreeAnnotatorAndBinarizer | | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| TreebankAnnotator | Class for getting an annotated treebank. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| TreebankLangParserParams | Contains language-specific methods commonly necessary to get a parser to parse an arbitrary treebank. | Interface | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| TreeBinarizer | Binarizes trees in such a way that head-argument structure is respected. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| 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 |
|
| TregexPoweredTreebankParserParams | AbstractTreebankParserParams which provides support for Tregex-powered annotations. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| TregexPoweredTreebankParserParams .AnnotateHeadFunction | Annotate a tree constituent with its lexical head. | Class | edu.stanford.nlp.parser.lexparser.TregexPoweredTreebankParserParams | JavaNlp |
|
| TregexPoweredTreebankParserParams .SimpleStringFunction | Annotates all nodes that match the tregex query with some string. | Class | edu.stanford.nlp.parser.lexparser.TregexPoweredTreebankParserParams | JavaNlp |
|
| TueBaDZParserParams | TreebankLangParserParams for the German Tuebingen corpus. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| UnaryGrammar | Maintains efficient indexing of unary grammar rules. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| UnaryRule | Unary grammar rules (with ints for parent and child). | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| UnknownGTTrainer | This class trains a Good-Turing model for unknown words from a collection of trees. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| UnknownWordModel | This class defines the runtime interface for unknown words in lexparser. | Interface | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| UnknownWordModelTrainer | An interface for training an UnknownWordModel. | Interface | edu.stanford.nlp.parser.lexparser | JavaNlp |