Package edu.stanford.nlp.tagger.maxent

Class Summary
AmbiguityClass An ambiguity class for a word is the word by itself or its set of observed tags.
AmbiguityClasses A collection of Ambiguity Class.
ASBCunkDict  
CountWrapper A simple data structure for some tag counts.
CtbDict  
CTBunkDict  
DataWordTag  
Dictionary Maintains a map from words to tags and their counts.
DictionaryExtractor This class is the same as a regular Extractor, but keeps a pointer to the tagger's dictionary as well.
Extractor This class serves as the base class for classes which extract relevant information from a history to give it to the features.
ExtractorDistsim Extractor for adding distsim information.
ExtractorDistsim.ExtractorDistsimConjunction  
ExtractorFrames This class contains the basic feature extractors used for all words and tag sequences (and interaction terms) for the MaxentTagger, but not the feature extractors explicitly targeting generalization for rare or unknown words.
ExtractorFramesRare This class contains feature extractors for the MaxentTagger that are only applied to rare (low frequency/unknown) words.
Extractors Maintains a set of feature extractors and applies them.
ExtractorVerbalVBNZero Look for verbs selecting a VBN verb.
FeatureKey Stores a triple of an extractor ID, a feature value (derived from history) and a y (tag) value.
History  
HistoryTable Notes: This maintains a two way lookup between a History and an Integer index.
LambdaSolveTagger This module does the working out of lambda parameters for binary tagger features.
MaxentTagger The main class for users to run, train, and test the part of speech tagger.
PairsHolder A simple class that maintains a list of WordTag pairs which are interned as they are added.
ReadDataTagged Reads tagged data from a file and creates a dictionary.
TaggerConfig Reads and stores configuration information for a POS tagger.
TaggerExperiments This class represents the training samples.
TaggerFeature Holds a Tagger Feature for the loglinear model.
TaggerFeatures This class contains POS tagger specific features.
TemplateHash  
TestClassifier Tags data and can handle either data with gold-standard tags (computing performance statistics) or unlabeled data.
TestSentence  
TTags This class holds the POS tags, assigns them unique ids, and knows which tags are open versus closed class.
 

Enum Summary
TaggerConfig.Mode  
 



Stanford NLP Group