Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Edu.stanford.nlp.parser Classes and Interfaces - 372 results found.
NameDescriptionTypePackageFramework
AbstractDependencyGrammarAn abstract base class for dependency grammars.Classedu.stanford.nlp.parser.lexparserStanford Parser
AbstractEvalA framework for Set-based precision/recall/F1 evaluation.Classedu.stanford.nlp.parser.metricsStanford Parser
AbstractEval .CatErrorEvalThis class counts which categories are over and underproposed in trees.Classedu.stanford.nlp.parser.metrics.AbstractEvalStanford Parser
AbstractEval .RuleErrorEvalClassedu.stanford.nlp.parser.metrics.AbstractEvalStanford Parser
AbstractEval .ScoreEvalThis isn't really a kind of AbstractEval: we're sort of cheating here.Classedu.stanford.nlp.parser.metrics.AbstractEvalStanford Parser
AbstractTreebankParserParamsAn abstract class providing a common method base from which to complete a TreebankLangParserParams implementing class.Classedu.stanford.nlp.parser.lexparserStanford Parser
AbstractTreebankParserParams .AnnotatePunctuationFunctionAnnotation function for mapping punctuation to PTB-style equivalence classes.Classedu.stanford.nlp.parser.lexparser.AbstractTreebankParserParamsStanford Parser
AbstractTreeExtractorAn abstract superclass for parser classes that extract counts from Trees.Classedu.stanford.nlp.parser.lexparserStanford Parser
AbstractUnknownWordModelTrainerClassedu.stanford.nlp.parser.lexparserStanford Parser
ArabicTreebankParserParamsA TreebankLangParserParams implementing class for the Penn Arabic Treebank.Classedu.stanford.nlp.parser.lexparserStanford Parser
ArabicUnknownWordModelThis is a basic unknown word model for Arabic.Classedu.stanford.nlp.parser.lexparserStanford Parser
ArabicUnknownWordModelTrainerClassedu.stanford.nlp.parser.lexparserStanford Parser
ArcStandardClassedu.stanford.nlp.parser.nndepStanford Parser
ArgUtilsUtility methods or common blocks of code for dealing with parser arguments, such as extracting Treebank informationClassedu.stanford.nlp.parser.commonStanford Parser
BaseLexiconThis is the default concrete instantiation of the Lexicon interface.Classedu.stanford.nlp.parser.lexparserStanford Parser
BaseModelClassedu.stanford.nlp.parser.shiftreduceStanford Parser
BaseUnknownWordModelAn unknown word model for a generic language.Classedu.stanford.nlp.parser.lexparserStanford Parser
BaseUnknownWordModelTrainerClassedu.stanford.nlp.parser.lexparserStanford Parser
BasicFeatureFactoryClassedu.stanford.nlp.parser.shiftreduceStanford Parser
BestOfTopKEvalApplies an AbstractEval to a list of trees to pick the best tree using F1 measure.Classedu.stanford.nlp.parser.metricsStanford Parser
BiLexPCFGParser PCFG parsing.Classedu.stanford.nlp.parser.lexparserStanford Parser
BiLexPCFGParser .N5BiLexPCFGParserClassedu.stanford.nlp.parser.lexparser.BiLexPCFGParserStanford Parser
BinaryGrammarMaintains efficient indexing of binary grammar rules.Classedu.stanford.nlp.parser.lexparserStanford Parser
BinaryGrammarExtractorClassedu.stanford.nlp.parser.lexparserStanford Parser
BinaryHeadFinderClassedu.stanford.nlp.parser.lexparserStanford Parser
BinaryRuleBinary rules (ints for parent, left and right children)Author:Dan Klein, Christopher ManningSee Also:Serialized FormClassedu.stanford.nlp.parser.lexparserStanford Parser
BinaryTransitionTransition that makes a binary parse node in a partially finished tree.Classedu.stanford.nlp.parser.shiftreduceStanford Parser
BinaryTransition .SideReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.parser.shiftreduce.BinaryTransitionStanford Parser
BoundaryRemoverRemoves a boundary symbol (Lexicon.Classedu.stanford.nlp.parser.lexparserStanford Parser
CacheParseHypothesesClassedu.stanford.nlp.parser.dvparserStanford Parser
CharniakParserClassedu.stanford.nlp.parser.charniakStanford Parser
CharniakScoredParsesReaderWriterClassedu.stanford.nlp.parser.charniakStanford Parser
ChineseCharacterBasedLexiconClassedu.stanford.nlp.parser.lexparserStanford Parser
ChineseLexiconA lexicon class for Chinese.Classedu.stanford.nlp.parser.lexparserStanford Parser
ChineseLexiconAndWordSegmenterThis class lets you train a lexicon and segmenter at the same time.Classedu.stanford.nlp.parser.lexparserStanford Parser
ChineseMarkovWordSegmenterPerforms word segmentation with a hierarchical markov model over POS and over characters given POS.Classedu.stanford.nlp.parser.lexparserStanford Parser
ChineseSimWordAvgDepGrammarA Dependency grammar that smooths by averaging over similar words.Classedu.stanford.nlp.parser.lexparserStanford Parser
ChineseTreebankParserParamsParameter file for parsing the Penn Chinese Treebank.Classedu.stanford.nlp.parser.lexparserStanford Parser
ChineseUnknownWordModelStores, trains, and scores with an unknown word model.Classedu.stanford.nlp.parser.lexparserStanford Parser
ChineseUnknownWordModelTrainerClassedu.stanford.nlp.parser.lexparserStanford Parser
ClassifierNeural network classifier which powers a transition-based dependency This classifier is built to accept distributed-representationClassedu.stanford.nlp.parser.nndepStanford Parser
CNFTransformersClassedu.stanford.nlp.parser.lexparserStanford Parser
CollinsPuncTransformerThis class manipulates punctuation in trees (used with training trees) in the same manner that Collins manipulated punctuation in trees whenClassedu.stanford.nlp.parser.lexparserStanford Parser
CombinationFeatureFactoryCombines multiple feature factories into one feature factoryAuthor:John BauerSee Also:Serialized FormClassedu.stanford.nlp.parser.shiftreduceStanford Parser
CompoundUnaryTransitionTransition that makes a compound unary parse node in a partially finished tree.Classedu.stanford.nlp.parser.shiftreduceStanford Parser
ConfigDefines configuration settings for training and testing the neural-network dependency parser.Classedu.stanford.nlp.parser.nndepStanford Parser
ConfigurationDescribe the current configuration of a parser (i.Classedu.stanford.nlp.parser.nndepStanford Parser
CreateTransitionSequenceClassedu.stanford.nlp.parser.shiftreduceStanford Parser
DatasetDefines a list of training / testing examples in multi-class classification setting.Classedu.stanford.nlp.parser.nndepStanford Parser
DebinarizerDebinarizes a binary tree from the parser.Classedu.stanford.nlp.parser.lexparserStanford Parser
DependencyGrammarAn interface for DependencyGrammars.Interfaceedu.stanford.nlp.parser.lexparserStanford Parser
DependencyParserThis class defines a transition-based dependency parser which makes use of a classifier powered by a neural network.Classedu.stanford.nlp.parser.nndepStanford Parser
DependencyParserDemoDemonstrates how to first use the tagger, then use the NN dependency parser.Classedu.stanford.nlp.parser.nndep.demoStanford Parser
DistsimFeatureFactoryFeaturizes words based only on their distributional similarity classes.Classedu.stanford.nlp.parser.shiftreduceStanford Parser
DVModelClassedu.stanford.nlp.parser.dvparserStanford Parser
DVModelRerankerClassedu.stanford.nlp.parser.dvparserStanford Parser
DVParserClassedu.stanford.nlp.parser.dvparserStanford Parser
DVParserCostAndGradientClassedu.stanford.nlp.parser.dvparserStanford Parser
EdgeClass for parse edges.Classedu.stanford.nlp.parser.lexparserStanford Parser
EnglishTreebankParserParamsParser parameters for the Penn English Treebank (WSJ, Brown, Switchboard).Classedu.stanford.nlp.parser.lexparserStanford Parser
EnglishTreebankParserParams .EnglishTestClassedu.stanford.nlp.parser.lexparser.EnglishTreebankParserParamsStanford Parser
EnglishTreebankParserParams .EnglishTrainClassedu.stanford.nlp.parser.lexparser.EnglishTreebankParserParamsStanford Parser
EnglishUnknownWordModelThis is a basic unknown word model for English.Classedu.stanford.nlp.parser.lexparserStanford Parser
EnglishUnknownWordModelTrainerClassedu.stanford.nlp.parser.lexparserStanford Parser
EvalAn interface which can be implemented by anything that evaluates one tree at a time and then prints out a summary when done.Interfaceedu.stanford.nlp.parser.metricsStanford Parser
EvalbA Java re-implementation of the evalb bracket scoring metric (Collins, 1997) that accepts Unicode input.Classedu.stanford.nlp.parser.metricsStanford Parser
Evalb .CBEvalClassedu.stanford.nlp.parser.metrics.EvalbStanford Parser
EvalbByCatComputes labeled precision and recall (evalb) at the constituent category level.Classedu.stanford.nlp.parser.metricsStanford Parser
EvalbFormatWriterClassedu.stanford.nlp.parser.lexparserStanford Parser
EvaluateTreebankClassedu.stanford.nlp.parser.lexparserStanford Parser
ExactGrammarCompactorClassedu.stanford.nlp.parser.lexparserStanford Parser
ExhaustiveDependencyParserAn exhaustive O(n4t2) time and O(n2t) space dependency parser.Classedu.stanford.nlp.parser.lexparserStanford Parser
ExhaustivePCFGParserAn exhaustive generalized CKY PCFG parser.Classedu.stanford.nlp.parser.lexparserStanford Parser
ExtractorInterfaceedu.stanford.nlp.parser.lexparserStanford Parser
FactoredLexiconClassedu.stanford.nlp.parser.lexparserStanford Parser
FactoredLexiconEventClassedu.stanford.nlp.parser.lexparserStanford Parser
FactoredParserClassedu.stanford.nlp.parser.lexparserStanford Parser
FastFactoredParserProvides a much faster way to realize the factored parsing idea, including easily returning "k good" resultsClassedu.stanford.nlp.parser.lexparserStanford Parser
FeatureFactoryClassedu.stanford.nlp.parser.shiftreduceStanford Parser
FilterConfusingRulesThis filter rejects Trees which have unary or binary productions which the given parser does not contain.Classedu.stanford.nlp.parser.dvparserStanford Parser
FilteredEvalAn AbstractEval which doesn't just evaluate all constituents, but lets you provide a filter to only pay attention to constituentsClassedu.stanford.nlp.parser.metricsStanford Parser
FinalizeTransitionTransition that finishes the processing of a stateSee Also:Serialized FormClassedu.stanford.nlp.parser.shiftreduceStanford Parser
FrenchTreebankParserParamsTreebankLangParserParams for the French Treebank corpus.Classedu.stanford.nlp.parser.lexparserStanford Parser
FrenchUnknownWordModelClassedu.stanford.nlp.parser.lexparserStanford Parser
FrenchUnknownWordModelTrainerClassedu.stanford.nlp.parser.lexparserStanford Parser
GermanUnknownWordModelAn unknown word model for German; relies on BaseUnknownWordModel plus number matching.Classedu.stanford.nlp.parser.lexparserStanford Parser
GermanUnknownWordModelTrainerClassedu.stanford.nlp.parser.lexparserStanford Parser
GrammarCompactorClassedu.stanford.nlp.parser.lexparserStanford Parser
GrammarProjectionMaps between the states of a more split and less split grammar.Interfaceedu.stanford.nlp.parser.lexparserStanford Parser
HebrewTreebankParserParamsInitial version of a parser pack for the HTB.Classedu.stanford.nlp.parser.lexparserStanford Parser
HookClass for parse table hooks.Classedu.stanford.nlp.parser.lexparserStanford Parser
HTKLatticeReaderClassedu.stanford.nlp.parser.lexparserStanford Parser
HTKLatticeReader .LatticeWordClassedu.stanford.nlp.parser.lexparser.HTKLatticeReaderStanford Parser
IdleTransitionTransition that literally does nothingSee Also:Serialized FormClassedu.stanford.nlp.parser.shiftreduceStanford Parser
IntDependencyMaintains a dependency between head and dependent where they are each an IntTaggedWord.Classedu.stanford.nlp.parser.lexparserStanford Parser
IntTaggedWordRepresents a WordTag (in the sense that equality is defined on both components), where each half is represented by anClassedu.stanford.nlp.parser.lexparserStanford Parser
ItemAbstract class for parse items.Classedu.stanford.nlp.parser.lexparserStanford Parser
IterativeCKYPCFGParserDoes iterative deepening search inside the CKY algorithm for faster parsing.Classedu.stanford.nlp.parser.lexparserStanford Parser
KBestViterbiParserAn interface that supports finding k best and/or k good parses and parse sampling.Interfaceedu.stanford.nlp.parserStanford Parser
LatticeClassedu.stanford.nlp.parser.lexparserStanford Parser
LatticeEdgeClassedu.stanford.nlp.parser.lexparserStanford Parser
LatticeScorerInterfaceedu.stanford.nlp.parser.lexparserStanford Parser
LeafAncestorEval later analyzed more completely by Clegg and Shepherd (2005).Classedu.stanford.nlp.parser.metricsStanford Parser
LexicalizedParserThis class provides the top-level API and command-line interface to a set of reasonably good treebank-trained parsers.Classedu.stanford.nlp.parser.lexparserStanford Parser
LexicalizedParserClientThe sister class to LexicalizedParserServer.Classedu.stanford.nlp.parser.serverStanford Parser
LexicalizedParserQueryReturn the best parse of the sentence most recently parsed.Classedu.stanford.nlp.parser.lexparserStanford Parser
LexicalizedParserServerServes requests to the given parser model on the given port.Classedu.stanford.nlp.parser.serverStanford Parser
LexiconAn interface for lexicons interfacing to lexparser.Interfaceedu.stanford.nlp.parser.lexparserStanford Parser
LinearGrammarSmootherClassedu.stanford.nlp.parser.lexparserStanford Parser
MLEDependencyGrammarClassedu.stanford.nlp.parser.lexparserStanford Parser
MLEDependencyGrammarExtractorGathers statistics on tree dependencies and then passes them to an MLEDependencyGrammar for dependency grammar construction.Classedu.stanford.nlp.parser.lexparserStanford Parser
NegraPennTreebankParserParamsParameter file for parsing the Penn Treebank format of the Negra Treebank (German).Classedu.stanford.nlp.parser.lexparserStanford Parser
NoSuchParseExceptionClassedu.stanford.nlp.parser.commonStanford Parser
OptionsThis class contains options to the parser which MUST be the SAME at both training and testing (parsing) time in order for the parser toClassedu.stanford.nlp.parser.lexparserStanford Parser
Options .LexOptionsClassedu.stanford.nlp.parser.lexparser.OptionsStanford Parser
OutsideRuleFilterClassedu.stanford.nlp.parser.lexparserStanford Parser
ParentAnnotationStatsSee what parent annotation helps in treebank, based on support andVersion:2003/01/04Author:Christopher ManningClassedu.stanford.nlp.parser.lexparserStanford Parser
ParseFilesRuns the parser over a set of files.Classedu.stanford.nlp.parser.lexparserStanford Parser
ParserThe interface for parser objects.Interfaceedu.stanford.nlp.parserStanford Parser
ParserA simple GUI app for Parsing.Classedu.stanford.nlp.parser.uiStanford Parser
ParserAnnotationsParse time options for the Stanford lexicalized parser.Classedu.stanford.nlp.parser.commonStanford Parser
ParserAnnotations .CandidatePartOfSpeechAnnotationThis CoreMap key represents a regular expression which the parser will try to match when assigning tags.Classedu.stanford.nlp.parser.common.ParserAnnotationsStanford Parser
ParserAnnotations .ConstraintAnnotationThe CoreMap key for getting a list of constraints to apply when parsing.Classedu.stanford.nlp.parser.common.ParserAnnotationsStanford Parser
ParserConstraintA Constraint represents a restriction on possible parse trees to consider.Classedu.stanford.nlp.parser.commonStanford Parser
ParserGrammarAn interface for the classes which store the data for a parser.Classedu.stanford.nlp.parser.commonStanford Parser
ParserPanelProvides a simple GUI Panel for Parsing.Classedu.stanford.nlp.parser.uiStanford Parser
ParserQueryInterfaceedu.stanford.nlp.parser.commonStanford Parser
ParserQueryEvalInterfaceedu.stanford.nlp.parser.metricsStanford Parser
ParserUtilsFactor out some useful methods more than lexparser module may want.Classedu.stanford.nlp.parser.commonStanford Parser
ParsingSystemDefines a transition-based parsing framework for dependency parsing.Classedu.stanford.nlp.parser.nndepStanford Parser
ParsingThreadsafeProcessorTakes a sentence and returns a ParserQuery with the given sentence parsed.Classedu.stanford.nlp.parser.commonStanford Parser
PerceptronModelClassedu.stanford.nlp.parser.shiftreduceStanford Parser
PunctEquivalenceClasserPerforms equivalence classing of punctuation per PTB guidelines.Classedu.stanford.nlp.parser.toolsStanford Parser
ReorderingOracleA second attempt at making an oracle.Classedu.stanford.nlp.parser.shiftreduceStanford Parser
RerankerA scorer which the RerankingParserQuery can use to rescore sentences.Interfaceedu.stanford.nlp.parser.lexparserStanford Parser
RerankerQueryProcess a Tree and return a score.Interfaceedu.stanford.nlp.parser.lexparserStanford Parser
RerankingParserQueryRerank trees from the ParserQuery based on scores from a Reranker.Classedu.stanford.nlp.parser.lexparserStanford Parser
RuleInterface for int-format grammar rules.Interfaceedu.stanford.nlp.parser.lexparserStanford Parser
ScorerInterface for supporting A* scoring.Interfaceedu.stanford.nlp.parser.lexparserStanford Parser
ShiftReduceOptionsClassedu.stanford.nlp.parser.shiftreduceStanford Parser
ShiftReduceParserA shift-reduce constituency parser.Classedu.stanford.nlp.parser.shiftreduceStanford Parser
ShiftReduceParserQueryClassedu.stanford.nlp.parser.shiftreduceStanford Parser
ShiftReduceTestOptionsClassedu.stanford.nlp.parser.shiftreduceStanford Parser
ShiftReduceTrainOptionsClassedu.stanford.nlp.parser.shiftreduceStanford Parser
ShiftReduceTrainOptions .TrainingMethodReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.parser.shiftreduce.ShiftReduceTrainOptionsStanford Parser
ShiftTransitionTransition that moves a single item from the front of the queue to the top of the stack without making any other changes.Classedu.stanford.nlp.parser.shiftreduceStanford Parser
SisterAnnotationStatsSee what sister annotation helps in treebank, based on support and KL divergence.Classedu.stanford.nlp.parser.lexparserStanford Parser
SpanishTreebankParserParamsTreebankLangParserParams for the AnCora corpus.Classedu.stanford.nlp.parser.lexparserStanford Parser
SpanishUnknownWordModelClassedu.stanford.nlp.parser.lexparserStanford Parser
SpanishUnknownWordModelTrainerClassedu.stanford.nlp.parser.lexparserStanford Parser
SplittingGrammarExtractorThis class is a reimplementation of Berkeley's state splitting grammar.Classedu.stanford.nlp.parser.lexparserStanford Parser
StateA class which encodes the current state of the parsing.Classedu.stanford.nlp.parser.shiftreduceStanford Parser
State .HeadPositionUsed to describe the relative location of separators to the head of a subtreeReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.parser.shiftreduce.StateStanford Parser
TaggingEvalComputes POS tagging P/R/F1 from guess/gold trees.Classedu.stanford.nlp.parser.metricsStanford Parser
TagProjectionAn interface for projecting POS tags onto a reduced set for the dependency grammar.Interfaceedu.stanford.nlp.parser.lexparserStanford Parser
TestOptionsOptions to the parser which affect performance only at testing (parsing) The Options class that stores the TestOptions stores theClassedu.stanford.nlp.parser.lexparserStanford Parser
TopMatchEvalClassedu.stanford.nlp.parser.metricsStanford Parser
TrainOptionsNon-language-specific options for training a grammar from a treebank.Classedu.stanford.nlp.parser.lexparserStanford Parser
TrainOptions .TransformMatrixTypeReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.parser.lexparser.TrainOptionsStanford Parser
TransitionAn interface which defines a transition type in the shift-reduce parser.Interfaceedu.stanford.nlp.parser.shiftreduceStanford Parser
TreeAnnotatorPerforms non-language specific annotation of Trees.Classedu.stanford.nlp.parser.lexparserStanford Parser
TreeAnnotatorAndBinarizerClassedu.stanford.nlp.parser.lexparserStanford Parser
TreebankAnnotatorClass for getting an annotated treebank.Classedu.stanford.nlp.parser.lexparserStanford Parser
TreebankLangParserParamsContains language-specific methods commonly necessary to get a parser to parse an arbitrary treebank.Interfaceedu.stanford.nlp.parser.lexparserStanford Parser
TreeBinarizerBinarizes trees in such a way that head-argument structure is respected.Classedu.stanford.nlp.parser.lexparserStanford Parser
TreeCollinizerDoes detransformations to a parsed sentence to map it back to the standard treebank form for output or evaluation.Classedu.stanford.nlp.parser.lexparserStanford Parser
TreeJPanelClass for displaying a Tree.Classedu.stanford.nlp.parser.uiStanford Parser
TreeJPanel .WidthResultClassedu.stanford.nlp.parser.ui.TreeJPanelStanford Parser
TreeRecorderOutputs either binarized or debinarized trees to a given filename.Classedu.stanford.nlp.parser.shiftreduceStanford Parser
TreeRecorder .ModeReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.parser.shiftreduce.TreeRecorderStanford Parser
TreeSpanScoringProvides a method for deciding how similar two trees are.Classedu.stanford.nlp.parser.metricsStanford Parser
TregexPoweredTreebankParserParams AbstractTreebankParserParams which provides support for Tregex-powered annotations.Classedu.stanford.nlp.parser.lexparserStanford Parser
TregexPoweredTreebankParserParams .AnnotateHeadFunctionAnnotate a tree constituent with its lexical head.Classedu.stanford.nlp.parser.lexparser.TregexPoweredTreebankParserParamsStanford Parser
TregexPoweredTreebankParserParams .SimpleStringFunctionAnnotates all nodes that match the tregex query with some string.Classedu.stanford.nlp.parser.lexparser.TregexPoweredTreebankParserParamsStanford Parser
TueBaDZParserParamsTreebankLangParserParams for the German Tuebingen corpus.Classedu.stanford.nlp.parser.lexparserStanford Parser
UnaryGrammarMaintains efficient indexing of unary grammar rules.Classedu.stanford.nlp.parser.lexparserStanford Parser
UnaryRuleUnary grammar rules (with ints for parent and child).Classedu.stanford.nlp.parser.lexparserStanford Parser
UnaryTransitionTransition that makes a unary parse node in a partially finished tree.Classedu.stanford.nlp.parser.shiftreduceStanford Parser
UnknownGTTrainerThis class trains a Good-Turing model for unknown words from a collection of trees.Classedu.stanford.nlp.parser.lexparserStanford Parser
UnknownWordModelThis class defines the runtime interface for unknown words in lexparser.Interfaceedu.stanford.nlp.parser.lexparserStanford Parser
UnknownWordModelTrainerAn interface for training an UnknownWordModel.Interfaceedu.stanford.nlp.parser.lexparserStanford Parser
UnknownWordPrinterPrints out words which are unknown to the DVParser.Classedu.stanford.nlp.parser.dvparserStanford Parser
UnlabeledAttachmentEvalDependency unlabeled attachment score.Classedu.stanford.nlp.parser.metricsStanford Parser
ViterbiParserThe interface for Viterbi parsers.Interfaceedu.stanford.nlp.parserStanford Parser
ViterbiParserWithOptionsThe interface for Viterbi parsers with options.Interfaceedu.stanford.nlp.parserStanford Parser
WeightStores one row of the sparse matrix which makes up the multiclass perceptron.Classedu.stanford.nlp.parser.shiftreduceStanford Parser
AbstractDependencyGrammarAn abstract base class for dependency grammars.Classedu.stanford.nlp.parser.lexparserJavaNlp
AbstractEvalA framework for Set-based precision/recall/F1 evaluation.Classedu.stanford.nlp.parser.metricsJavaNlp
AbstractEval .CatErrorEvalThis class counts which categories are over and underproposed in trees.Classedu.stanford.nlp.parser.metrics.AbstractEvalJavaNlp
AbstractEval .RuleErrorEvalClassedu.stanford.nlp.parser.metrics.AbstractEvalJavaNlp
AbstractEval .ScoreEvalThis isn't really a kind of AbstractEval: we're sort of cheating here.Classedu.stanford.nlp.parser.metrics.AbstractEvalJavaNlp
AbstractTreebankParserParamsAn abstract class providing a common method base from which to complete a TreebankLangParserParams implementing class.Classedu.stanford.nlp.parser.lexparserJavaNlp
AbstractTreebankParserParams .AnnotatePunctuationFunctionAnnotation function for mapping punctuation to PTB-style equivalence classes.Classedu.stanford.nlp.parser.lexparser.AbstractTreebankParserParamsJavaNlp
AbstractTreeExtractorAn abstract superclass for parser classes that extract counts from Trees.Classedu.stanford.nlp.parser.lexparserJavaNlp
AbstractUnknownWordModelTrainerClassedu.stanford.nlp.parser.lexparserJavaNlp
ArabicTreebankParserParamsA TreebankLangParserParams implementing class for the Penn Arabic Treebank.Classedu.stanford.nlp.parser.lexparserJavaNlp
ArabicUnknownWordModelThis is a basic unknown word model for Arabic.Classedu.stanford.nlp.parser.lexparserJavaNlp
ArabicUnknownWordModelTrainerClassedu.stanford.nlp.parser.lexparserJavaNlp
ArcStandardClassedu.stanford.nlp.parser.nndepJavaNlp
ArgUtilsUtility methods or common blocks of code for dealing with parser arguments, such as extracting Treebank informationClassedu.stanford.nlp.parser.commonJavaNlp
BaseLexiconThis is the default concrete instantiation of the Lexicon interface.Classedu.stanford.nlp.parser.lexparserJavaNlp
BaseModelClassedu.stanford.nlp.parser.shiftreduceJavaNlp
BaseUnknownWordModelAn unknown word model for a generic language.Classedu.stanford.nlp.parser.lexparserJavaNlp
BaseUnknownWordModelTrainerClassedu.stanford.nlp.parser.lexparserJavaNlp
BasicFeatureFactoryClassedu.stanford.nlp.parser.shiftreduceJavaNlp
BestOfTopKEvalApplies an AbstractEval to a list of trees to pick the best tree using F1 measure.Classedu.stanford.nlp.parser.metricsJavaNlp
BiLexPCFGParser PCFG parsing.Classedu.stanford.nlp.parser.lexparserJavaNlp
BiLexPCFGParser .N5BiLexPCFGParserClassedu.stanford.nlp.parser.lexparser.BiLexPCFGParserJavaNlp
BinaryGrammarMaintains efficient indexing of binary grammar rules.Classedu.stanford.nlp.parser.lexparserJavaNlp
BinaryGrammarExtractorClassedu.stanford.nlp.parser.lexparserJavaNlp
BinaryHeadFinderClassedu.stanford.nlp.parser.lexparserJavaNlp
BinaryRuleBinary rules (ints for parent, left and right children)Author:Dan Klein, Christopher ManningSee Also:Serialized FormClassedu.stanford.nlp.parser.lexparserJavaNlp
BinaryTransitionTransition that makes a binary parse node in a partially finished tree.Classedu.stanford.nlp.parser.shiftreduceJavaNlp
BinaryTransition .SideReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.parser.shiftreduce.BinaryTransitionJavaNlp
BoundaryRemoverRemoves a boundary symbol (Lexicon.Classedu.stanford.nlp.parser.lexparserJavaNlp
CacheParseHypothesesClassedu.stanford.nlp.parser.dvparserJavaNlp
CharniakParserClassedu.stanford.nlp.parser.charniakJavaNlp
CharniakScoredParsesReaderWriterClassedu.stanford.nlp.parser.charniakJavaNlp
ChineseCharacterBasedLexiconClassedu.stanford.nlp.parser.lexparserJavaNlp
ChineseLexiconA lexicon class for Chinese.Classedu.stanford.nlp.parser.lexparserJavaNlp
ChineseLexiconAndWordSegmenterThis class lets you train a lexicon and segmenter at the same time.Classedu.stanford.nlp.parser.lexparserJavaNlp
ChineseMarkovWordSegmenterPerforms word segmentation with a hierarchical markov model over POS and over characters given POS.Classedu.stanford.nlp.parser.lexparserJavaNlp
ChineseSimWordAvgDepGrammarA Dependency grammar that smooths by averaging over similar words.Classedu.stanford.nlp.parser.lexparserJavaNlp
ChineseTreebankParserParamsParameter file for parsing the Penn Chinese Treebank.Classedu.stanford.nlp.parser.lexparserJavaNlp
ChineseUnknownWordModelStores, trains, and scores with an unknown word model.Classedu.stanford.nlp.parser.lexparserJavaNlp
ChineseUnknownWordModelTrainerClassedu.stanford.nlp.parser.lexparserJavaNlp
ClassifierNeural network classifier which powers a transition-based dependency This classifier is built to accept distributed-representationClassedu.stanford.nlp.parser.nndepJavaNlp
CNFTransformersClassedu.stanford.nlp.parser.lexparserJavaNlp
CollinsPuncTransformerThis class manipulates punctuation in trees (used with training trees) in the same manner that Collins manipulated punctuation in trees whenClassedu.stanford.nlp.parser.lexparserJavaNlp
CombinationFeatureFactoryCombines multiple feature factories into one feature factoryAuthor:John BauerSee Also:Serialized FormClassedu.stanford.nlp.parser.shiftreduceJavaNlp
CompoundUnaryTransitionTransition that makes a compound unary parse node in a partially finished tree.Classedu.stanford.nlp.parser.shiftreduceJavaNlp
ConfigDefines configuration settings for training and testing the neural-network dependency parser.Classedu.stanford.nlp.parser.nndepJavaNlp
ConfigurationDescribe the current configuration of a parser (i.Classedu.stanford.nlp.parser.nndepJavaNlp
CreateTransitionSequenceClassedu.stanford.nlp.parser.shiftreduceJavaNlp
DatasetDefines a list of training / testing examples in multi-class classification setting.Classedu.stanford.nlp.parser.nndepJavaNlp
DebinarizerDebinarizes a binary tree from the parser.Classedu.stanford.nlp.parser.lexparserJavaNlp
DependencyGrammarAn interface for DependencyGrammars.Interfaceedu.stanford.nlp.parser.lexparserJavaNlp
DependencyParserThis class defines a transition-based dependency parser which makes use of a classifier powered by a neural network.Classedu.stanford.nlp.parser.nndepJavaNlp
DependencyParserDemoDemonstrates how to first use the tagger, then use the NN dependency parser.Classedu.stanford.nlp.parser.nndep.demoJavaNlp
DistsimFeatureFactoryFeaturizes words based only on their distributional similarity classes.Classedu.stanford.nlp.parser.shiftreduceJavaNlp
DVModelClassedu.stanford.nlp.parser.dvparserJavaNlp
DVModelRerankerClassedu.stanford.nlp.parser.dvparserJavaNlp
DVParserClassedu.stanford.nlp.parser.dvparserJavaNlp
DVParserCostAndGradientClassedu.stanford.nlp.parser.dvparserJavaNlp
EdgeClass for parse edges.Classedu.stanford.nlp.parser.lexparserJavaNlp
EnglishTreebankParserParamsParser parameters for the Penn English Treebank (WSJ, Brown, Switchboard).Classedu.stanford.nlp.parser.lexparserJavaNlp
EnglishTreebankParserParams .EnglishTestClassedu.stanford.nlp.parser.lexparser.EnglishTreebankParserParamsJavaNlp
EnglishTreebankParserParams .EnglishTrainClassedu.stanford.nlp.parser.lexparser.EnglishTreebankParserParamsJavaNlp
EnglishUnknownWordModelThis is a basic unknown word model for English.Classedu.stanford.nlp.parser.lexparserJavaNlp
EnglishUnknownWordModelTrainerClassedu.stanford.nlp.parser.lexparserJavaNlp
EvalAn interface which can be implemented by anything that evaluates one tree at a time and then prints out a summary when done.Interfaceedu.stanford.nlp.parser.metricsJavaNlp
EvalbA Java re-implementation of the evalb bracket scoring metric (Collins, 1997) that accepts Unicode input.Classedu.stanford.nlp.parser.metricsJavaNlp
Evalb .CBEvalClassedu.stanford.nlp.parser.metrics.EvalbJavaNlp
EvalbByCatComputes labeled precision and recall (evalb) at the constituent category level.Classedu.stanford.nlp.parser.metricsJavaNlp
EvalbFormatWriterClassedu.stanford.nlp.parser.lexparserJavaNlp
EvaluateTreebankClassedu.stanford.nlp.parser.lexparserJavaNlp
ExactGrammarCompactorClassedu.stanford.nlp.parser.lexparserJavaNlp
ExhaustiveDependencyParserAn exhaustive O(n4t2) time and O(n2t) space dependency parser.Classedu.stanford.nlp.parser.lexparserJavaNlp
ExhaustivePCFGParserAn exhaustive generalized CKY PCFG parser.Classedu.stanford.nlp.parser.lexparserJavaNlp
ExtractorInterfaceedu.stanford.nlp.parser.lexparserJavaNlp
FactoredLexiconClassedu.stanford.nlp.parser.lexparserJavaNlp
FactoredLexiconEventClassedu.stanford.nlp.parser.lexparserJavaNlp
FactoredParserClassedu.stanford.nlp.parser.lexparserJavaNlp
FastFactoredParserProvides a much faster way to realize the factored parsing idea, including easily returning "k good" resultsClassedu.stanford.nlp.parser.lexparserJavaNlp
FeatureFactoryClassedu.stanford.nlp.parser.shiftreduceJavaNlp
FilterConfusingRulesThis filter rejects Trees which have unary or binary productions which the given parser does not contain.Classedu.stanford.nlp.parser.dvparserJavaNlp
FilteredEvalAn AbstractEval which doesn't just evaluate all constituents, but lets you provide a filter to only pay attention to constituentsClassedu.stanford.nlp.parser.metricsJavaNlp
FinalizeTransitionTransition that finishes the processing of a stateSee Also:Serialized FormClassedu.stanford.nlp.parser.shiftreduceJavaNlp
FrenchTreebankParserParamsTreebankLangParserParams for the French Treebank corpus.Classedu.stanford.nlp.parser.lexparserJavaNlp
FrenchUnknownWordModelClassedu.stanford.nlp.parser.lexparserJavaNlp
FrenchUnknownWordModelTrainerClassedu.stanford.nlp.parser.lexparserJavaNlp
GermanUnknownWordModelAn unknown word model for German; relies on BaseUnknownWordModel plus number matching.Classedu.stanford.nlp.parser.lexparserJavaNlp
GermanUnknownWordModelTrainerClassedu.stanford.nlp.parser.lexparserJavaNlp
GrammarCompactorClassedu.stanford.nlp.parser.lexparserJavaNlp
GrammarProjectionMaps between the states of a more split and less split grammar.Interfaceedu.stanford.nlp.parser.lexparserJavaNlp
HebrewTreebankParserParamsInitial version of a parser pack for the HTB.Classedu.stanford.nlp.parser.lexparserJavaNlp
HookClass for parse table hooks.Classedu.stanford.nlp.parser.lexparserJavaNlp
HTKLatticeReaderClassedu.stanford.nlp.parser.lexparserJavaNlp
HTKLatticeReader .LatticeWordClassedu.stanford.nlp.parser.lexparser.HTKLatticeReaderJavaNlp
IdleTransitionTransition that literally does nothingSee Also:Serialized FormClassedu.stanford.nlp.parser.shiftreduceJavaNlp
IntDependencyMaintains a dependency between head and dependent where they are each an IntTaggedWord.Classedu.stanford.nlp.parser.lexparserJavaNlp
IntTaggedWordRepresents a WordTag (in the sense that equality is defined on both components), where each half is represented by anClassedu.stanford.nlp.parser.lexparserJavaNlp
ItemAbstract class for parse items.Classedu.stanford.nlp.parser.lexparserJavaNlp
IterativeCKYPCFGParserDoes iterative deepening search inside the CKY algorithm for faster parsing.Classedu.stanford.nlp.parser.lexparserJavaNlp
KBestViterbiParserAn interface that supports finding k best and/or k good parses and parse sampling.Interfaceedu.stanford.nlp.parserJavaNlp
LatticeClassedu.stanford.nlp.parser.lexparserJavaNlp
LatticeEdgeClassedu.stanford.nlp.parser.lexparserJavaNlp
LatticeScorerInterfaceedu.stanford.nlp.parser.lexparserJavaNlp
LeafAncestorEval later analyzed more completely by Clegg and Shepherd (2005).Classedu.stanford.nlp.parser.metricsJavaNlp
LexicalizedParserThis class provides the top-level API and command-line interface to a set of reasonably good treebank-trained parsers.Classedu.stanford.nlp.parser.lexparserJavaNlp
LexicalizedParserClientThe sister class to LexicalizedParserServer.Classedu.stanford.nlp.parser.serverJavaNlp
LexicalizedParserQueryReturn the best parse of the sentence most recently parsed.Classedu.stanford.nlp.parser.lexparserJavaNlp
LexicalizedParserServerServes requests to the given parser model on the given port.Classedu.stanford.nlp.parser.serverJavaNlp
LexiconAn interface for lexicons interfacing to lexparser.Interfaceedu.stanford.nlp.parser.lexparserJavaNlp
LinearGrammarSmootherClassedu.stanford.nlp.parser.lexparserJavaNlp
MLEDependencyGrammarClassedu.stanford.nlp.parser.lexparserJavaNlp
MLEDependencyGrammarExtractorGathers statistics on tree dependencies and then passes them to an MLEDependencyGrammar for dependency grammar construction.Classedu.stanford.nlp.parser.lexparserJavaNlp
NegraPennTreebankParserParamsParameter file for parsing the Penn Treebank format of the Negra Treebank (German).Classedu.stanford.nlp.parser.lexparserJavaNlp
NoSuchParseExceptionClassedu.stanford.nlp.parser.commonJavaNlp
OptionsThis class contains options to the parser which MUST be the SAME at both training and testing (parsing) time in order for the parser toClassedu.stanford.nlp.parser.lexparserJavaNlp
Options .LexOptionsClassedu.stanford.nlp.parser.lexparser.OptionsJavaNlp
OutsideRuleFilterClassedu.stanford.nlp.parser.lexparserJavaNlp
ParentAnnotationStatsSee what parent annotation helps in treebank, based on support andVersion:2003/01/04Author:Christopher ManningClassedu.stanford.nlp.parser.lexparserJavaNlp
ParseFilesRuns the parser over a set of files.Classedu.stanford.nlp.parser.lexparserJavaNlp
ParserThe interface for parser objects.Interfaceedu.stanford.nlp.parserJavaNlp
ParserA simple GUI app for Parsing.Classedu.stanford.nlp.parser.uiJavaNlp
ParserAnnotationsParse time options for the Stanford lexicalized parser.Classedu.stanford.nlp.parser.commonJavaNlp
ParserAnnotations .CandidatePartOfSpeechAnnotationThis CoreMap key represents a regular expression which the parser will try to match when assigning tags.Classedu.stanford.nlp.parser.common.ParserAnnotationsJavaNlp
ParserAnnotations .ConstraintAnnotationThe CoreMap key for getting a list of constraints to apply when parsing.Classedu.stanford.nlp.parser.common.ParserAnnotationsJavaNlp
ParserConstraintA Constraint represents a restriction on possible parse trees to consider.Classedu.stanford.nlp.parser.commonJavaNlp
ParserGrammarAn interface for the classes which store the data for a parser.Classedu.stanford.nlp.parser.commonJavaNlp
ParserPanelProvides a simple GUI Panel for Parsing.Classedu.stanford.nlp.parser.uiJavaNlp
ParserQueryInterfaceedu.stanford.nlp.parser.commonJavaNlp
ParserQueryEvalInterfaceedu.stanford.nlp.parser.metricsJavaNlp
ParserUtilsFactor out some useful methods more than lexparser module may want.Classedu.stanford.nlp.parser.commonJavaNlp
ParsingSystemDefines a transition-based parsing framework for dependency parsing.Classedu.stanford.nlp.parser.nndepJavaNlp
ParsingThreadsafeProcessorTakes a sentence and returns a ParserQuery with the given sentence parsed.Classedu.stanford.nlp.parser.commonJavaNlp
PerceptronModelClassedu.stanford.nlp.parser.shiftreduceJavaNlp
PunctEquivalenceClasserPerforms equivalence classing of punctuation per PTB guidelines.Classedu.stanford.nlp.parser.toolsJavaNlp
ReorderingOracleA second attempt at making an oracle.Classedu.stanford.nlp.parser.shiftreduceJavaNlp
RerankerA scorer which the RerankingParserQuery can use to rescore sentences.Interfaceedu.stanford.nlp.parser.lexparserJavaNlp
RerankerQueryProcess a Tree and return a score.Interfaceedu.stanford.nlp.parser.lexparserJavaNlp
RerankingParserQueryRerank trees from the ParserQuery based on scores from a Reranker.Classedu.stanford.nlp.parser.lexparserJavaNlp
RuleInterface for int-format grammar rules.Interfaceedu.stanford.nlp.parser.lexparserJavaNlp
ScorerInterface for supporting A* scoring.Interfaceedu.stanford.nlp.parser.lexparserJavaNlp
ShiftReduceOptionsClassedu.stanford.nlp.parser.shiftreduceJavaNlp
ShiftReduceParserA shift-reduce constituency parser.Classedu.stanford.nlp.parser.shiftreduceJavaNlp
ShiftReduceParserQueryClassedu.stanford.nlp.parser.shiftreduceJavaNlp
ShiftReduceTestOptionsClassedu.stanford.nlp.parser.shiftreduceJavaNlp
ShiftReduceTrainOptionsClassedu.stanford.nlp.parser.shiftreduceJavaNlp
ShiftReduceTrainOptions .TrainingMethodReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.parser.shiftreduce.ShiftReduceTrainOptionsJavaNlp
ShiftTransitionTransition that moves a single item from the front of the queue to the top of the stack without making any other changes.Classedu.stanford.nlp.parser.shiftreduceJavaNlp
SisterAnnotationStatsSee what sister annotation helps in treebank, based on support and KL divergence.Classedu.stanford.nlp.parser.lexparserJavaNlp
SpanishTreebankParserParamsTreebankLangParserParams for the AnCora corpus.Classedu.stanford.nlp.parser.lexparserJavaNlp
SpanishUnknownWordModelClassedu.stanford.nlp.parser.lexparserJavaNlp
SpanishUnknownWordModelTrainerClassedu.stanford.nlp.parser.lexparserJavaNlp
SplittingGrammarExtractorThis class is a reimplementation of Berkeley's state splitting grammar.Classedu.stanford.nlp.parser.lexparserJavaNlp
StateA class which encodes the current state of the parsing.Classedu.stanford.nlp.parser.shiftreduceJavaNlp
State .HeadPositionUsed to describe the relative location of separators to the head of a subtreeReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.parser.shiftreduce.StateJavaNlp
TaggingEvalComputes POS tagging P/R/F1 from guess/gold trees.Classedu.stanford.nlp.parser.metricsJavaNlp
TagProjectionAn interface for projecting POS tags onto a reduced set for the dependency grammar.Interfaceedu.stanford.nlp.parser.lexparserJavaNlp
TestOptionsOptions to the parser which affect performance only at testing (parsing) The Options class that stores the TestOptions stores theClassedu.stanford.nlp.parser.lexparserJavaNlp
TopMatchEvalClassedu.stanford.nlp.parser.metricsJavaNlp
TrainOptionsNon-language-specific options for training a grammar from a treebank.Classedu.stanford.nlp.parser.lexparserJavaNlp
TrainOptions .TransformMatrixTypeReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.parser.lexparser.TrainOptionsJavaNlp
TransitionAn interface which defines a transition type in the shift-reduce parser.Interfaceedu.stanford.nlp.parser.shiftreduceJavaNlp
TreeAnnotatorPerforms non-language specific annotation of Trees.Classedu.stanford.nlp.parser.lexparserJavaNlp
TreeAnnotatorAndBinarizerClassedu.stanford.nlp.parser.lexparserJavaNlp
TreebankAnnotatorClass for getting an annotated treebank.Classedu.stanford.nlp.parser.lexparserJavaNlp
TreebankLangParserParamsContains language-specific methods commonly necessary to get a parser to parse an arbitrary treebank.Interfaceedu.stanford.nlp.parser.lexparserJavaNlp
TreeBinarizerBinarizes trees in such a way that head-argument structure is respected.Classedu.stanford.nlp.parser.lexparserJavaNlp
TreeCollinizerDoes detransformations to a parsed sentence to map it back to the standard treebank form for output or evaluation.Classedu.stanford.nlp.parser.lexparserJavaNlp
TreeJPanelClass for displaying a Tree.Classedu.stanford.nlp.parser.uiJavaNlp
TreeJPanel .WidthResultClassedu.stanford.nlp.parser.ui.TreeJPanelJavaNlp
TreeRecorderOutputs either binarized or debinarized trees to a given filename.Classedu.stanford.nlp.parser.shiftreduceJavaNlp
TreeRecorder .ModeReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.parser.shiftreduce.TreeRecorderJavaNlp
TreeSpanScoringProvides a method for deciding how similar two trees are.Classedu.stanford.nlp.parser.metricsJavaNlp
TregexPoweredTreebankParserParams AbstractTreebankParserParams which provides support for Tregex-powered annotations.Classedu.stanford.nlp.parser.lexparserJavaNlp
TregexPoweredTreebankParserParams .AnnotateHeadFunctionAnnotate a tree constituent with its lexical head.Classedu.stanford.nlp.parser.lexparser.TregexPoweredTreebankParserParamsJavaNlp
TregexPoweredTreebankParserParams .SimpleStringFunctionAnnotates all nodes that match the tregex query with some string.Classedu.stanford.nlp.parser.lexparser.TregexPoweredTreebankParserParamsJavaNlp
TueBaDZParserParamsTreebankLangParserParams for the German Tuebingen corpus.Classedu.stanford.nlp.parser.lexparserJavaNlp
UnaryGrammarMaintains efficient indexing of unary grammar rules.Classedu.stanford.nlp.parser.lexparserJavaNlp
UnaryRuleUnary grammar rules (with ints for parent and child).Classedu.stanford.nlp.parser.lexparserJavaNlp
UnaryTransitionTransition that makes a unary parse node in a partially finished tree.Classedu.stanford.nlp.parser.shiftreduceJavaNlp
UnknownGTTrainerThis class trains a Good-Turing model for unknown words from a collection of trees.Classedu.stanford.nlp.parser.lexparserJavaNlp
UnknownWordModelThis class defines the runtime interface for unknown words in lexparser.Interfaceedu.stanford.nlp.parser.lexparserJavaNlp
UnknownWordModelTrainerAn interface for training an UnknownWordModel.Interfaceedu.stanford.nlp.parser.lexparserJavaNlp
UnknownWordPrinterPrints out words which are unknown to the DVParser.Classedu.stanford.nlp.parser.dvparserJavaNlp
UnlabeledAttachmentEvalDependency unlabeled attachment score.Classedu.stanford.nlp.parser.metricsJavaNlp
ViterbiParserThe interface for Viterbi parsers.Interfaceedu.stanford.nlp.parserJavaNlp
ViterbiParserWithOptionsThe interface for Viterbi parsers with options.Interfaceedu.stanford.nlp.parserJavaNlp
WeightStores one row of the sparse matrix which makes up the multiclass perceptron.Classedu.stanford.nlp.parser.shiftreduceJavaNlp