| Name | Description | Type | Package | Framework |
| AbstractDependencyGrammar | An abstract base class for dependency grammars. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| AbstractEval | A framework for Set-based precision/recall/F1 evaluation. | Class | edu.stanford.nlp.parser.metrics | Stanford Parser |
|
| AbstractEval .CatErrorEval | This class counts which categories are over and underproposed in trees. | Class | edu.stanford.nlp.parser.metrics.AbstractEval | Stanford Parser |
|
| AbstractEval .RuleErrorEval | | Class | edu.stanford.nlp.parser.metrics.AbstractEval | Stanford Parser |
|
| AbstractEval .ScoreEval | This isn't really a kind of AbstractEval: we're sort of cheating here. | Class | edu.stanford.nlp.parser.metrics.AbstractEval | 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 |
|
| ArcStandard | | Class | edu.stanford.nlp.parser.nndep | Stanford Parser |
|
| ArgUtils | Utility methods or common blocks of code for dealing with parser arguments, such as extracting Treebank information | Class | edu.stanford.nlp.parser.common | Stanford Parser |
|
| BaseLexicon | This is the default concrete instantiation of the Lexicon interface. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| BaseModel | | Class | edu.stanford.nlp.parser.shiftreduce | 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 |
|
| BasicFeatureFactory | | Class | edu.stanford.nlp.parser.shiftreduce | Stanford Parser |
|
| BestOfTopKEval | Applies an AbstractEval to a list of trees to pick the best tree using F1 measure. | Class | edu.stanford.nlp.parser.metrics | 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 |
|
| BinaryTransition | Transition that makes a binary parse node in a partially finished tree. | Class | edu.stanford.nlp.parser.shiftreduce | Stanford Parser |
|
| BinaryTransition .Side | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.parser.shiftreduce.BinaryTransition | Stanford Parser |
|
| BoundaryRemover | Removes a boundary symbol (Lexicon. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| CacheParseHypotheses | | Class | edu.stanford.nlp.parser.dvparser | Stanford Parser |
|
| CharniakParser | | Class | edu.stanford.nlp.parser.charniak | Stanford Parser |
|
| CharniakScoredParsesReaderWriter | | Class | edu.stanford.nlp.parser.charniak | 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 |
|
| Classifier | Neural network classifier which powers a transition-based dependency This classifier is built to accept distributed-representation | Class | edu.stanford.nlp.parser.nndep | 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 |
|
| CombinationFeatureFactory | Combines multiple feature factories into one feature factoryAuthor:John BauerSee Also:Serialized Form | Class | edu.stanford.nlp.parser.shiftreduce | Stanford Parser |
|
| CompoundUnaryTransition | Transition that makes a compound unary parse node in a partially finished tree. | Class | edu.stanford.nlp.parser.shiftreduce | Stanford Parser |
|
| Config | Defines configuration settings for training and testing the neural-network dependency parser. | Class | edu.stanford.nlp.parser.nndep | Stanford Parser |
|
| Configuration | Describe the current configuration of a parser (i. | Class | edu.stanford.nlp.parser.nndep | Stanford Parser |
|
| CreateTransitionSequence | | Class | edu.stanford.nlp.parser.shiftreduce | Stanford Parser |
|
| Dataset | Defines a list of training / testing examples in multi-class classification setting. | Class | edu.stanford.nlp.parser.nndep | 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 |
|
| DependencyParser | This class defines a transition-based dependency parser which makes use of a classifier powered by a neural network. | Class | edu.stanford.nlp.parser.nndep | Stanford Parser |
|
| DependencyParserDemo | Demonstrates how to first use the tagger, then use the NN dependency parser. | Class | edu.stanford.nlp.parser.nndep.demo | Stanford Parser |
|
| DistsimFeatureFactory | Featurizes words based only on their distributional similarity classes. | Class | edu.stanford.nlp.parser.shiftreduce | Stanford Parser |
|
| DVModel | | Class | edu.stanford.nlp.parser.dvparser | Stanford Parser |
|
| DVModelReranker | | Class | edu.stanford.nlp.parser.dvparser | Stanford Parser |
|
| DVParser | | Class | edu.stanford.nlp.parser.dvparser | Stanford Parser |
|
| DVParserCostAndGradient | | Class | edu.stanford.nlp.parser.dvparser | 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 |
|
| Eval | An interface which can be implemented by anything that evaluates one tree at a time and then prints out a summary when done. | Interface | edu.stanford.nlp.parser.metrics | Stanford Parser |
|
| Evalb | A Java re-implementation of the evalb bracket scoring metric (Collins, 1997) that accepts Unicode input. | Class | edu.stanford.nlp.parser.metrics | Stanford Parser |
|
| Evalb .CBEval | | Class | edu.stanford.nlp.parser.metrics.Evalb | Stanford Parser |
|
| EvalbByCat | Computes labeled precision and recall (evalb) at the constituent category level. | Class | edu.stanford.nlp.parser.metrics | 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 |
|
| FeatureFactory | | Class | edu.stanford.nlp.parser.shiftreduce | Stanford Parser |
|
| FilterConfusingRules | This filter rejects Trees which have unary or binary productions which the given parser does not contain. | Class | edu.stanford.nlp.parser.dvparser | Stanford Parser |
|
| FilteredEval | An AbstractEval which doesn't just evaluate all constituents, but lets you provide a filter to only pay attention to constituents | Class | edu.stanford.nlp.parser.metrics | Stanford Parser |
|
| FinalizeTransition | Transition that finishes the processing of a stateSee Also:Serialized Form | Class | edu.stanford.nlp.parser.shiftreduce | 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 |
|
| IdleTransition | Transition that literally does nothingSee Also:Serialized Form | Class | edu.stanford.nlp.parser.shiftreduce | 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 |
|
| KBestViterbiParser | An interface that supports finding k best and/or k good parses and parse sampling. | Interface | edu.stanford.nlp.parser | 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 |
|
| LeafAncestorEval | later analyzed more completely by Clegg and Shepherd (2005). | Class | edu.stanford.nlp.parser.metrics | 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 |
|
| LexicalizedParserClient | The sister class to LexicalizedParserServer. | Class | edu.stanford.nlp.parser.server | Stanford Parser |
|
| LexicalizedParserQuery | Return the best parse of the sentence most recently parsed. | Class | edu.stanford.nlp.parser.lexparser | Stanford Parser |
|
| LexicalizedParserServer | Serves requests to the given parser model on the given port. | Class | edu.stanford.nlp.parser.server | 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 |
|
| NoSuchParseException | | Class | edu.stanford.nlp.parser.common | 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 |
|
| Parser | The interface for parser objects. | Interface | edu.stanford.nlp.parser | Stanford Parser |
|
| Parser | A simple GUI app for Parsing. | Class | edu.stanford.nlp.parser.ui | Stanford Parser |
|
| ParserAnnotations | Parse time options for the Stanford lexicalized parser. | Class | edu.stanford.nlp.parser.common | Stanford Parser |
|
| ParserAnnotations .CandidatePartOfSpeechAnnotation | This CoreMap key represents a regular expression which the parser will try to match when assigning tags. | Class | edu.stanford.nlp.parser.common.ParserAnnotations | Stanford Parser |
|
| ParserAnnotations .ConstraintAnnotation | The CoreMap key for getting a list of constraints to apply when parsing. | Class | edu.stanford.nlp.parser.common.ParserAnnotations | Stanford Parser |
|
| ParserConstraint | A Constraint represents a restriction on possible parse trees to consider. | Class | edu.stanford.nlp.parser.common | Stanford Parser |
|
| ParserGrammar | An interface for the classes which store the data for a parser. | Class | edu.stanford.nlp.parser.common | Stanford Parser |
|
| ParserPanel | Provides a simple GUI Panel for Parsing. | Class | edu.stanford.nlp.parser.ui | Stanford Parser |
|
| ParserQuery | | Interface | edu.stanford.nlp.parser.common | Stanford Parser |
|
| ParserQueryEval | | Interface | edu.stanford.nlp.parser.metrics | Stanford Parser |
|
| ParserUtils | Factor out some useful methods more than lexparser module may want. | Class | edu.stanford.nlp.parser.common | Stanford Parser |
|
| ParsingSystem | Defines a transition-based parsing framework for dependency parsing. | Class | edu.stanford.nlp.parser.nndep | Stanford Parser |
|
| ParsingThreadsafeProcessor | Takes a sentence and returns a ParserQuery with the given sentence parsed. | Class | edu.stanford.nlp.parser.common | Stanford Parser |
|
| PerceptronModel | | Class | edu.stanford.nlp.parser.shiftreduce | Stanford Parser |
|
| PunctEquivalenceClasser | Performs equivalence classing of punctuation per PTB guidelines. | Class | edu.stanford.nlp.parser.tools | Stanford Parser |
|
| ReorderingOracle | A second attempt at making an oracle. | Class | edu.stanford.nlp.parser.shiftreduce | 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 |
|
| ShiftReduceOptions | | Class | edu.stanford.nlp.parser.shiftreduce | Stanford Parser |
|
| ShiftReduceParser | A shift-reduce constituency parser. | Class | edu.stanford.nlp.parser.shiftreduce | Stanford Parser |
|
| ShiftReduceParserQuery | | Class | edu.stanford.nlp.parser.shiftreduce | Stanford Parser |
|
| ShiftReduceTestOptions | | Class | edu.stanford.nlp.parser.shiftreduce | Stanford Parser |
|
| ShiftReduceTrainOptions | | Class | edu.stanford.nlp.parser.shiftreduce | Stanford Parser |
|
| ShiftReduceTrainOptions .TrainingMethod | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.parser.shiftreduce.ShiftReduceTrainOptions | Stanford Parser |
|
| ShiftTransition | Transition that moves a single item from the front of the queue to the top of the stack without making any other changes. | Class | edu.stanford.nlp.parser.shiftreduce | 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 |
|
| State | A class which encodes the current state of the parsing. | Class | edu.stanford.nlp.parser.shiftreduce | Stanford Parser |
|
| State .HeadPosition | Used to describe the relative location of separators to the head of a subtreeReturns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.parser.shiftreduce.State | Stanford Parser |
|
| TaggingEval | Computes POS tagging P/R/F1 from guess/gold trees. | Class | edu.stanford.nlp.parser.metrics | 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 |
|
| TopMatchEval | | Class | edu.stanford.nlp.parser.metrics | 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 |
|
| Transition | An interface which defines a transition type in the shift-reduce parser. | Interface | edu.stanford.nlp.parser.shiftreduce | 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 |
|
| TreeJPanel | Class for displaying a Tree. | Class | edu.stanford.nlp.parser.ui | Stanford Parser |
|
| TreeJPanel .WidthResult | | Class | edu.stanford.nlp.parser.ui.TreeJPanel | Stanford Parser |
|
| TreeRecorder | Outputs either binarized or debinarized trees to a given filename. | Class | edu.stanford.nlp.parser.shiftreduce | Stanford Parser |
|
| TreeRecorder .Mode | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.parser.shiftreduce.TreeRecorder | Stanford Parser |
|
| TreeSpanScoring | Provides a method for deciding how similar two trees are. | Class | edu.stanford.nlp.parser.metrics | 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 |
|
| UnaryTransition | Transition that makes a unary parse node in a partially finished tree. | Class | edu.stanford.nlp.parser.shiftreduce | 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 |
|
| UnknownWordPrinter | Prints out words which are unknown to the DVParser. | Class | edu.stanford.nlp.parser.dvparser | Stanford Parser |
|
| UnlabeledAttachmentEval | Dependency unlabeled attachment score. | Class | edu.stanford.nlp.parser.metrics | Stanford Parser |
|
| ViterbiParser | The interface for Viterbi parsers. | Interface | edu.stanford.nlp.parser | Stanford Parser |
|
| ViterbiParserWithOptions | The interface for Viterbi parsers with options. | Interface | edu.stanford.nlp.parser | Stanford Parser |
|
| Weight | Stores one row of the sparse matrix which makes up the multiclass perceptron. | Class | edu.stanford.nlp.parser.shiftreduce | Stanford Parser |
|
| AbstractDependencyGrammar | An abstract base class for dependency grammars. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| AbstractEval | A framework for Set-based precision/recall/F1 evaluation. | Class | edu.stanford.nlp.parser.metrics | JavaNlp |
|
| AbstractEval .CatErrorEval | This class counts which categories are over and underproposed in trees. | Class | edu.stanford.nlp.parser.metrics.AbstractEval | JavaNlp |
|
| AbstractEval .RuleErrorEval | | Class | edu.stanford.nlp.parser.metrics.AbstractEval | JavaNlp |
|
| AbstractEval .ScoreEval | This isn't really a kind of AbstractEval: we're sort of cheating here. | Class | edu.stanford.nlp.parser.metrics.AbstractEval | 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 |
|
| ArcStandard | | Class | edu.stanford.nlp.parser.nndep | JavaNlp |
|
| ArgUtils | Utility methods or common blocks of code for dealing with parser arguments, such as extracting Treebank information | Class | edu.stanford.nlp.parser.common | JavaNlp |
|
| BaseLexicon | This is the default concrete instantiation of the Lexicon interface. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| BaseModel | | Class | edu.stanford.nlp.parser.shiftreduce | 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 |
|
| BasicFeatureFactory | | Class | edu.stanford.nlp.parser.shiftreduce | JavaNlp |
|
| BestOfTopKEval | Applies an AbstractEval to a list of trees to pick the best tree using F1 measure. | Class | edu.stanford.nlp.parser.metrics | 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 |
|
| BinaryTransition | Transition that makes a binary parse node in a partially finished tree. | Class | edu.stanford.nlp.parser.shiftreduce | JavaNlp |
|
| BinaryTransition .Side | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.parser.shiftreduce.BinaryTransition | JavaNlp |
|
| BoundaryRemover | Removes a boundary symbol (Lexicon. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| CacheParseHypotheses | | Class | edu.stanford.nlp.parser.dvparser | JavaNlp |
|
| CharniakParser | | Class | edu.stanford.nlp.parser.charniak | JavaNlp |
|
| CharniakScoredParsesReaderWriter | | Class | edu.stanford.nlp.parser.charniak | 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 |
|
| Classifier | Neural network classifier which powers a transition-based dependency This classifier is built to accept distributed-representation | Class | edu.stanford.nlp.parser.nndep | 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 |
|
| CombinationFeatureFactory | Combines multiple feature factories into one feature factoryAuthor:John BauerSee Also:Serialized Form | Class | edu.stanford.nlp.parser.shiftreduce | JavaNlp |
|
| CompoundUnaryTransition | Transition that makes a compound unary parse node in a partially finished tree. | Class | edu.stanford.nlp.parser.shiftreduce | JavaNlp |
|
| Config | Defines configuration settings for training and testing the neural-network dependency parser. | Class | edu.stanford.nlp.parser.nndep | JavaNlp |
|
| Configuration | Describe the current configuration of a parser (i. | Class | edu.stanford.nlp.parser.nndep | JavaNlp |
|
| CreateTransitionSequence | | Class | edu.stanford.nlp.parser.shiftreduce | JavaNlp |
|
| Dataset | Defines a list of training / testing examples in multi-class classification setting. | Class | edu.stanford.nlp.parser.nndep | 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 |
|
| DependencyParser | This class defines a transition-based dependency parser which makes use of a classifier powered by a neural network. | Class | edu.stanford.nlp.parser.nndep | JavaNlp |
|
| DependencyParserDemo | Demonstrates how to first use the tagger, then use the NN dependency parser. | Class | edu.stanford.nlp.parser.nndep.demo | JavaNlp |
|
| DistsimFeatureFactory | Featurizes words based only on their distributional similarity classes. | Class | edu.stanford.nlp.parser.shiftreduce | JavaNlp |
|
| DVModel | | Class | edu.stanford.nlp.parser.dvparser | JavaNlp |
|
| DVModelReranker | | Class | edu.stanford.nlp.parser.dvparser | JavaNlp |
|
| DVParser | | Class | edu.stanford.nlp.parser.dvparser | JavaNlp |
|
| DVParserCostAndGradient | | Class | edu.stanford.nlp.parser.dvparser | 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 |
|
| Eval | An interface which can be implemented by anything that evaluates one tree at a time and then prints out a summary when done. | Interface | edu.stanford.nlp.parser.metrics | JavaNlp |
|
| Evalb | A Java re-implementation of the evalb bracket scoring metric (Collins, 1997) that accepts Unicode input. | Class | edu.stanford.nlp.parser.metrics | JavaNlp |
|
| Evalb .CBEval | | Class | edu.stanford.nlp.parser.metrics.Evalb | JavaNlp |
|
| EvalbByCat | Computes labeled precision and recall (evalb) at the constituent category level. | Class | edu.stanford.nlp.parser.metrics | 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 |
|
| FeatureFactory | | Class | edu.stanford.nlp.parser.shiftreduce | JavaNlp |
|
| FilterConfusingRules | This filter rejects Trees which have unary or binary productions which the given parser does not contain. | Class | edu.stanford.nlp.parser.dvparser | JavaNlp |
|
| FilteredEval | An AbstractEval which doesn't just evaluate all constituents, but lets you provide a filter to only pay attention to constituents | Class | edu.stanford.nlp.parser.metrics | JavaNlp |
|
| FinalizeTransition | Transition that finishes the processing of a stateSee Also:Serialized Form | Class | edu.stanford.nlp.parser.shiftreduce | 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 |
|
| IdleTransition | Transition that literally does nothingSee Also:Serialized Form | Class | edu.stanford.nlp.parser.shiftreduce | 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 |
|
| KBestViterbiParser | An interface that supports finding k best and/or k good parses and parse sampling. | Interface | edu.stanford.nlp.parser | 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 |
|
| LeafAncestorEval | later analyzed more completely by Clegg and Shepherd (2005). | Class | edu.stanford.nlp.parser.metrics | 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 |
|
| LexicalizedParserClient | The sister class to LexicalizedParserServer. | Class | edu.stanford.nlp.parser.server | JavaNlp |
|
| LexicalizedParserQuery | Return the best parse of the sentence most recently parsed. | Class | edu.stanford.nlp.parser.lexparser | JavaNlp |
|
| LexicalizedParserServer | Serves requests to the given parser model on the given port. | Class | edu.stanford.nlp.parser.server | 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 |
|
| NoSuchParseException | | Class | edu.stanford.nlp.parser.common | 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 |
|
| Parser | The interface for parser objects. | Interface | edu.stanford.nlp.parser | JavaNlp |
|
| Parser | A simple GUI app for Parsing. | Class | edu.stanford.nlp.parser.ui | JavaNlp |
|
| ParserAnnotations | Parse time options for the Stanford lexicalized parser. | Class | edu.stanford.nlp.parser.common | JavaNlp |
|
| ParserAnnotations .CandidatePartOfSpeechAnnotation | This CoreMap key represents a regular expression which the parser will try to match when assigning tags. | Class | edu.stanford.nlp.parser.common.ParserAnnotations | JavaNlp |
|
| ParserAnnotations .ConstraintAnnotation | The CoreMap key for getting a list of constraints to apply when parsing. | Class | edu.stanford.nlp.parser.common.ParserAnnotations | JavaNlp |
|
| ParserConstraint | A Constraint represents a restriction on possible parse trees to consider. | Class | edu.stanford.nlp.parser.common | JavaNlp |
|
| ParserGrammar | An interface for the classes which store the data for a parser. | Class | edu.stanford.nlp.parser.common | JavaNlp |
|
| ParserPanel | Provides a simple GUI Panel for Parsing. | Class | edu.stanford.nlp.parser.ui | JavaNlp |
|
| ParserQuery | | Interface | edu.stanford.nlp.parser.common | JavaNlp |
|
| ParserQueryEval | | Interface | edu.stanford.nlp.parser.metrics | JavaNlp |
|
| ParserUtils | Factor out some useful methods more than lexparser module may want. | Class | edu.stanford.nlp.parser.common | JavaNlp |
|
| ParsingSystem | Defines a transition-based parsing framework for dependency parsing. | Class | edu.stanford.nlp.parser.nndep | JavaNlp |
|
| ParsingThreadsafeProcessor | Takes a sentence and returns a ParserQuery with the given sentence parsed. | Class | edu.stanford.nlp.parser.common | JavaNlp |
|
| PerceptronModel | | Class | edu.stanford.nlp.parser.shiftreduce | JavaNlp |
|
| PunctEquivalenceClasser | Performs equivalence classing of punctuation per PTB guidelines. | Class | edu.stanford.nlp.parser.tools | JavaNlp |
|
| ReorderingOracle | A second attempt at making an oracle. | Class | edu.stanford.nlp.parser.shiftreduce | 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 |
|
| ShiftReduceOptions | | Class | edu.stanford.nlp.parser.shiftreduce | JavaNlp |
|
| ShiftReduceParser | A shift-reduce constituency parser. | Class | edu.stanford.nlp.parser.shiftreduce | JavaNlp |
|
| ShiftReduceParserQuery | | Class | edu.stanford.nlp.parser.shiftreduce | JavaNlp |
|
| ShiftReduceTestOptions | | Class | edu.stanford.nlp.parser.shiftreduce | JavaNlp |
|
| ShiftReduceTrainOptions | | Class | edu.stanford.nlp.parser.shiftreduce | JavaNlp |
|
| ShiftReduceTrainOptions .TrainingMethod | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.parser.shiftreduce.ShiftReduceTrainOptions | JavaNlp |
|
| ShiftTransition | Transition that moves a single item from the front of the queue to the top of the stack without making any other changes. | Class | edu.stanford.nlp.parser.shiftreduce | 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 |
|
| State | A class which encodes the current state of the parsing. | Class | edu.stanford.nlp.parser.shiftreduce | JavaNlp |
|
| State .HeadPosition | Used to describe the relative location of separators to the head of a subtreeReturns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.parser.shiftreduce.State | JavaNlp |
|
| TaggingEval | Computes POS tagging P/R/F1 from guess/gold trees. | Class | edu.stanford.nlp.parser.metrics | 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 |
|
| TopMatchEval | | Class | edu.stanford.nlp.parser.metrics | 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 |
|
| Transition | An interface which defines a transition type in the shift-reduce parser. | Interface | edu.stanford.nlp.parser.shiftreduce | 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 |
|
| TreeJPanel | Class for displaying a Tree. | Class | edu.stanford.nlp.parser.ui | JavaNlp |
|
| TreeJPanel .WidthResult | | Class | edu.stanford.nlp.parser.ui.TreeJPanel | JavaNlp |
|
| TreeRecorder | Outputs either binarized or debinarized trees to a given filename. | Class | edu.stanford.nlp.parser.shiftreduce | JavaNlp |
|
| TreeRecorder .Mode | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.parser.shiftreduce.TreeRecorder | JavaNlp |
|
| TreeSpanScoring | Provides a method for deciding how similar two trees are. | Class | edu.stanford.nlp.parser.metrics | 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 |
|
| UnaryTransition | Transition that makes a unary parse node in a partially finished tree. | Class | edu.stanford.nlp.parser.shiftreduce | 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 |
|
| UnknownWordPrinter | Prints out words which are unknown to the DVParser. | Class | edu.stanford.nlp.parser.dvparser | JavaNlp |
|
| UnlabeledAttachmentEval | Dependency unlabeled attachment score. | Class | edu.stanford.nlp.parser.metrics | JavaNlp |
|
| ViterbiParser | The interface for Viterbi parsers. | Interface | edu.stanford.nlp.parser | JavaNlp |
|
| ViterbiParserWithOptions | The interface for Viterbi parsers with options. | Interface | edu.stanford.nlp.parser | JavaNlp |
|
| Weight | Stores one row of the sparse matrix which makes up the multiclass perceptron. | Class | edu.stanford.nlp.parser.shiftreduce | JavaNlp |