| Name | Description | Type | Package | Framework |
| AmbiguityClass | An ambiguity class for a word is the word by itself or its set of observed tags. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| AmbiguityClasses | A collection of Ambiguity Class. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| ASBCunkDict | | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| CountWrapper | A simple data structure for some tag counts. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| CtbDict | | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| CTBunkDict | Returns "1" as true if the dictionary listed this word with this tag, and "0" otherwise. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| DataWordTag | | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| Dictionary | Maintains a map from words to tags and their counts. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| DictionaryExtractor | This class is the same as a regular Extractor, but keeps a pointer to the tagger's dictionary as well. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| Distsim | Keeps track of a distributional similarity mapping, eg a map from word to class. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| Extractor | This class serves as the base class for classes which extract relevant information from a history to give it to the features. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| ExtractorDistsim | Extractor for adding distsim information. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| ExtractorDistsimConjunction | Extractor for adding a conjunction of distsim information. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| ExtractorFrames | This class contains the basic feature extractors used for all words and tag sequences (and interaction terms) for the MaxentTagger, but not the | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| ExtractorFramesRare | This class contains feature extractors for the MaxentTagger that are only applied to rare (low frequency/unknown) words. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| Extractors | Maintains a set of feature extractors and applies them. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| ExtractorVerbalVBNZero | Look for verbs selecting a VBN verb. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| FeatureKey | Stores a triple of an extractor ID, a feature value (derived from history) and a y (tag) value. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| History | | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| HistoryTable | Notes: This maintains a two way lookup between a History andVersion:1. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| LambdaSolveTagger | This module does the working out of lambda parameters for binary tagger features. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| MaxentTagger | The main class for users to run, train, and test the part of speech tagger. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| MaxentTaggerGUI | A very simple GUI for illustrating the POS tagger tagging text. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| MaxentTaggerServer | A POS tagger server for the Stanford POS Tagger. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| MulticoreWrapperDemo | Illustrates simple multithreading of threadsafe objects. | Class | edu.stanford.nlp.tagger.maxent.documentation | Stanford Parser |
|
| PairsHolder | A simple class that maintains a list of WordTag pairs which are interned as they are added. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| ReadDataTagged | Reads tagged data from a file and creates a dictionary. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| TaggerConfig | Reads and stores configuration information for a POS tagger. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| TaggerConfig .Mode | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.tagger.maxent.TaggerConfig | Stanford Parser |
|
| TaggerExperiments | This class represents the training samples. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| TaggerFeature | Holds a Tagger Feature for the loglinear model. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| TaggerFeatures | This class contains POS tagger specific features. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| TemplateHash | | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| TestClassifier | Tags data and can handle either data with gold-standard tags (computing performance statistics) or unlabeled data. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| TestSentence | | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| TTags | This class holds the POS tags, assigns them unique ids, and knows which tags are open versus closed class. | Class | edu.stanford.nlp.tagger.maxent | Stanford Parser |
|
| AmbiguityClass | An ambiguity class for a word is the word by itself or its set of observed tags. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| AmbiguityClasses | A collection of Ambiguity Class. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| ASBCunkDict | | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| CountWrapper | A simple data structure for some tag counts. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| CtbDict | | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| CTBunkDict | Returns "1" as true if the dictionary listed this word with this tag, and "0" otherwise. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| DataWordTag | | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| Dictionary | Maintains a map from words to tags and their counts. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| DictionaryExtractor | This class is the same as a regular Extractor, but keeps a pointer to the tagger's dictionary as well. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| Distsim | Keeps track of a distributional similarity mapping, eg a map from word to class. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| Extractor | This class serves as the base class for classes which extract relevant information from a history to give it to the features. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| ExtractorDistsim | Extractor for adding distsim information. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| ExtractorDistsimConjunction | Extractor for adding a conjunction of distsim information. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| ExtractorFrames | This class contains the basic feature extractors used for all words and tag sequences (and interaction terms) for the MaxentTagger, but not the | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| ExtractorFramesRare | This class contains feature extractors for the MaxentTagger that are only applied to rare (low frequency/unknown) words. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| Extractors | Maintains a set of feature extractors and applies them. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| ExtractorVerbalVBNZero | Look for verbs selecting a VBN verb. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| FeatureKey | Stores a triple of an extractor ID, a feature value (derived from history) and a y (tag) value. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| History | | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| HistoryTable | Notes: This maintains a two way lookup between a History andVersion:1. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| LambdaSolveTagger | This module does the working out of lambda parameters for binary tagger features. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| MaxentTagger | The main class for users to run, train, and test the part of speech tagger. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| MaxentTaggerGUI | A very simple GUI for illustrating the POS tagger tagging text. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| MaxentTaggerServer | A POS tagger server for the Stanford POS Tagger. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| MulticoreWrapperDemo | Illustrates simple multithreading of threadsafe objects. | Class | edu.stanford.nlp.tagger.maxent.documentation | JavaNlp |
|
| PairsHolder | A simple class that maintains a list of WordTag pairs which are interned as they are added. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| ReadDataTagged | Reads tagged data from a file and creates a dictionary. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| TaggerConfig | Reads and stores configuration information for a POS tagger. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| TaggerConfig .Mode | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.tagger.maxent.TaggerConfig | JavaNlp |
|
| TaggerExperiments | This class represents the training samples. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| TaggerFeature | Holds a Tagger Feature for the loglinear model. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| TaggerFeatures | This class contains POS tagger specific features. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| TemplateHash | | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| TestClassifier | Tags data and can handle either data with gold-standard tags (computing performance statistics) or unlabeled data. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| TestSentence | | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |
|
| TTags | This class holds the POS tags, assigns them unique ids, and knows which tags are open versus closed class. | Class | edu.stanford.nlp.tagger.maxent | JavaNlp |