Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Edu.stanford.nlp.tagger.maxent Classes and Interfaces - 72 results found.
NameDescriptionTypePackageFramework
AmbiguityClassAn ambiguity class for a word is the word by itself or its set of observed tags.Classedu.stanford.nlp.tagger.maxentStanford Parser
AmbiguityClassesA collection of Ambiguity Class.Classedu.stanford.nlp.tagger.maxentStanford Parser
ASBCunkDictClassedu.stanford.nlp.tagger.maxentStanford Parser
CountWrapperA simple data structure for some tag counts.Classedu.stanford.nlp.tagger.maxentStanford Parser
CtbDictClassedu.stanford.nlp.tagger.maxentStanford Parser
CTBunkDictReturns "1" as true if the dictionary listed this word with this tag, and "0" otherwise.Classedu.stanford.nlp.tagger.maxentStanford Parser
DataWordTagClassedu.stanford.nlp.tagger.maxentStanford Parser
DictionaryMaintains a map from words to tags and their counts.Classedu.stanford.nlp.tagger.maxentStanford Parser
DictionaryExtractorThis class is the same as a regular Extractor, but keeps a pointer to the tagger's dictionary as well.Classedu.stanford.nlp.tagger.maxentStanford Parser
DistsimKeeps track of a distributional similarity mapping, eg a map from word to class.Classedu.stanford.nlp.tagger.maxentStanford Parser
ExtractorThis class serves as the base class for classes which extract relevant information from a history to give it to the features.Classedu.stanford.nlp.tagger.maxentStanford Parser
ExtractorDistsimExtractor for adding distsim information.Classedu.stanford.nlp.tagger.maxentStanford Parser
ExtractorDistsimConjunctionExtractor for adding a conjunction of distsim information.Classedu.stanford.nlp.tagger.maxentStanford Parser
ExtractorFramesThis class contains the basic feature extractors used for all words and tag sequences (and interaction terms) for the MaxentTagger, but not theClassedu.stanford.nlp.tagger.maxentStanford Parser
ExtractorFramesRareThis class contains feature extractors for the MaxentTagger that are only applied to rare (low frequency/unknown) words.Classedu.stanford.nlp.tagger.maxentStanford Parser
ExtractorsMaintains a set of feature extractors and applies them.Classedu.stanford.nlp.tagger.maxentStanford Parser
ExtractorVerbalVBNZeroLook for verbs selecting a VBN verb.Classedu.stanford.nlp.tagger.maxentStanford Parser
FeatureKeyStores a triple of an extractor ID, a feature value (derived from history) and a y (tag) value.Classedu.stanford.nlp.tagger.maxentStanford Parser
HistoryClassedu.stanford.nlp.tagger.maxentStanford Parser
HistoryTableNotes: This maintains a two way lookup between a History andVersion:1.Classedu.stanford.nlp.tagger.maxentStanford Parser
LambdaSolveTaggerThis module does the working out of lambda parameters for binary tagger features.Classedu.stanford.nlp.tagger.maxentStanford Parser
MaxentTaggerThe main class for users to run, train, and test the part of speech tagger.Classedu.stanford.nlp.tagger.maxentStanford Parser
MaxentTaggerGUIA very simple GUI for illustrating the POS tagger tagging text.Classedu.stanford.nlp.tagger.maxentStanford Parser
MaxentTaggerServerA POS tagger server for the Stanford POS Tagger.Classedu.stanford.nlp.tagger.maxentStanford Parser
MulticoreWrapperDemoIllustrates simple multithreading of threadsafe objects.Classedu.stanford.nlp.tagger.maxent.documentationStanford Parser
PairsHolderA simple class that maintains a list of WordTag pairs which are interned as they are added.Classedu.stanford.nlp.tagger.maxentStanford Parser
ReadDataTaggedReads tagged data from a file and creates a dictionary.Classedu.stanford.nlp.tagger.maxentStanford Parser
TaggerConfigReads and stores configuration information for a POS tagger.Classedu.stanford.nlp.tagger.maxentStanford Parser
TaggerConfig .ModeReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.tagger.maxent.TaggerConfigStanford Parser
TaggerExperimentsThis class represents the training samples.Classedu.stanford.nlp.tagger.maxentStanford Parser
TaggerFeatureHolds a Tagger Feature for the loglinear model.Classedu.stanford.nlp.tagger.maxentStanford Parser
TaggerFeaturesThis class contains POS tagger specific features.Classedu.stanford.nlp.tagger.maxentStanford Parser
TemplateHashClassedu.stanford.nlp.tagger.maxentStanford Parser
TestClassifierTags data and can handle either data with gold-standard tags (computing performance statistics) or unlabeled data.Classedu.stanford.nlp.tagger.maxentStanford Parser
TestSentenceClassedu.stanford.nlp.tagger.maxentStanford Parser
TTagsThis class holds the POS tags, assigns them unique ids, and knows which tags are open versus closed class.Classedu.stanford.nlp.tagger.maxentStanford Parser
AmbiguityClassAn ambiguity class for a word is the word by itself or its set of observed tags.Classedu.stanford.nlp.tagger.maxentJavaNlp
AmbiguityClassesA collection of Ambiguity Class.Classedu.stanford.nlp.tagger.maxentJavaNlp
ASBCunkDictClassedu.stanford.nlp.tagger.maxentJavaNlp
CountWrapperA simple data structure for some tag counts.Classedu.stanford.nlp.tagger.maxentJavaNlp
CtbDictClassedu.stanford.nlp.tagger.maxentJavaNlp
CTBunkDictReturns "1" as true if the dictionary listed this word with this tag, and "0" otherwise.Classedu.stanford.nlp.tagger.maxentJavaNlp
DataWordTagClassedu.stanford.nlp.tagger.maxentJavaNlp
DictionaryMaintains a map from words to tags and their counts.Classedu.stanford.nlp.tagger.maxentJavaNlp
DictionaryExtractorThis class is the same as a regular Extractor, but keeps a pointer to the tagger's dictionary as well.Classedu.stanford.nlp.tagger.maxentJavaNlp
DistsimKeeps track of a distributional similarity mapping, eg a map from word to class.Classedu.stanford.nlp.tagger.maxentJavaNlp
ExtractorThis class serves as the base class for classes which extract relevant information from a history to give it to the features.Classedu.stanford.nlp.tagger.maxentJavaNlp
ExtractorDistsimExtractor for adding distsim information.Classedu.stanford.nlp.tagger.maxentJavaNlp
ExtractorDistsimConjunctionExtractor for adding a conjunction of distsim information.Classedu.stanford.nlp.tagger.maxentJavaNlp
ExtractorFramesThis class contains the basic feature extractors used for all words and tag sequences (and interaction terms) for the MaxentTagger, but not theClassedu.stanford.nlp.tagger.maxentJavaNlp
ExtractorFramesRareThis class contains feature extractors for the MaxentTagger that are only applied to rare (low frequency/unknown) words.Classedu.stanford.nlp.tagger.maxentJavaNlp
ExtractorsMaintains a set of feature extractors and applies them.Classedu.stanford.nlp.tagger.maxentJavaNlp
ExtractorVerbalVBNZeroLook for verbs selecting a VBN verb.Classedu.stanford.nlp.tagger.maxentJavaNlp
FeatureKeyStores a triple of an extractor ID, a feature value (derived from history) and a y (tag) value.Classedu.stanford.nlp.tagger.maxentJavaNlp
HistoryClassedu.stanford.nlp.tagger.maxentJavaNlp
HistoryTableNotes: This maintains a two way lookup between a History andVersion:1.Classedu.stanford.nlp.tagger.maxentJavaNlp
LambdaSolveTaggerThis module does the working out of lambda parameters for binary tagger features.Classedu.stanford.nlp.tagger.maxentJavaNlp
MaxentTaggerThe main class for users to run, train, and test the part of speech tagger.Classedu.stanford.nlp.tagger.maxentJavaNlp
MaxentTaggerGUIA very simple GUI for illustrating the POS tagger tagging text.Classedu.stanford.nlp.tagger.maxentJavaNlp
MaxentTaggerServerA POS tagger server for the Stanford POS Tagger.Classedu.stanford.nlp.tagger.maxentJavaNlp
MulticoreWrapperDemoIllustrates simple multithreading of threadsafe objects.Classedu.stanford.nlp.tagger.maxent.documentationJavaNlp
PairsHolderA simple class that maintains a list of WordTag pairs which are interned as they are added.Classedu.stanford.nlp.tagger.maxentJavaNlp
ReadDataTaggedReads tagged data from a file and creates a dictionary.Classedu.stanford.nlp.tagger.maxentJavaNlp
TaggerConfigReads and stores configuration information for a POS tagger.Classedu.stanford.nlp.tagger.maxentJavaNlp
TaggerConfig .ModeReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.tagger.maxent.TaggerConfigJavaNlp
TaggerExperimentsThis class represents the training samples.Classedu.stanford.nlp.tagger.maxentJavaNlp
TaggerFeatureHolds a Tagger Feature for the loglinear model.Classedu.stanford.nlp.tagger.maxentJavaNlp
TaggerFeaturesThis class contains POS tagger specific features.Classedu.stanford.nlp.tagger.maxentJavaNlp
TemplateHashClassedu.stanford.nlp.tagger.maxentJavaNlp
TestClassifierTags data and can handle either data with gold-standard tags (computing performance statistics) or unlabeled data.Classedu.stanford.nlp.tagger.maxentJavaNlp
TestSentenceClassedu.stanford.nlp.tagger.maxentJavaNlp
TTagsThis class holds the POS tags, assigns them unique ids, and knows which tags are open versus closed class.Classedu.stanford.nlp.tagger.maxentJavaNlp