Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Edu.stanford.nlp.parser.lexparser Classes and Interfaces - 210 results found.
NameDescriptionTypePackageFramework
AbstractDependencyGrammarAn abstract base class for dependency grammars.Classedu.stanford.nlp.parser.lexparserStanford 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
BaseLexiconThis is the default concrete instantiation of the Lexicon interface.Classedu.stanford.nlp.parser.lexparserStanford Parser
BaseUnknownWordModelAn unknown word model for a generic language.Classedu.stanford.nlp.parser.lexparserStanford Parser
BaseUnknownWordModelTrainerClassedu.stanford.nlp.parser.lexparserStanford 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
BoundaryRemoverRemoves a boundary symbol (Lexicon.Classedu.stanford.nlp.parser.lexparserStanford 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
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
DebinarizerDebinarizes a binary tree from the parser.Classedu.stanford.nlp.parser.lexparserStanford Parser
DependencyGrammarAn interface for DependencyGrammars.Interfaceedu.stanford.nlp.parser.lexparserStanford 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
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
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
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
LatticeClassedu.stanford.nlp.parser.lexparserStanford Parser
LatticeEdgeClassedu.stanford.nlp.parser.lexparserStanford Parser
LatticeScorerInterfaceedu.stanford.nlp.parser.lexparserStanford 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
LexicalizedParserQueryReturn the best parse of the sentence most recently parsed.Classedu.stanford.nlp.parser.lexparserStanford 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
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
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
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
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
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
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
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
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
AbstractDependencyGrammarAn abstract base class for dependency grammars.Classedu.stanford.nlp.parser.lexparserJavaNlp
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
BaseLexiconThis is the default concrete instantiation of the Lexicon interface.Classedu.stanford.nlp.parser.lexparserJavaNlp
BaseUnknownWordModelAn unknown word model for a generic language.Classedu.stanford.nlp.parser.lexparserJavaNlp
BaseUnknownWordModelTrainerClassedu.stanford.nlp.parser.lexparserJavaNlp
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
BoundaryRemoverRemoves a boundary symbol (Lexicon.Classedu.stanford.nlp.parser.lexparserJavaNlp
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
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
DebinarizerDebinarizes a binary tree from the parser.Classedu.stanford.nlp.parser.lexparserJavaNlp
DependencyGrammarAn interface for DependencyGrammars.Interfaceedu.stanford.nlp.parser.lexparserJavaNlp
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
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
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
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
LatticeClassedu.stanford.nlp.parser.lexparserJavaNlp
LatticeEdgeClassedu.stanford.nlp.parser.lexparserJavaNlp
LatticeScorerInterfaceedu.stanford.nlp.parser.lexparserJavaNlp
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
LexicalizedParserQueryReturn the best parse of the sentence most recently parsed.Classedu.stanford.nlp.parser.lexparserJavaNlp
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
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
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
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
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
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
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
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
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