| Name | Description | Type | Package | Framework |
| AbstractSequenceClassifier | This class provides common functionality for (probabilistic) sequence models. | Class | edu.stanford.nlp.ie | Stanford Parser |
|
| AceCharSeq | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | Stanford Parser |
|
| AceDocument | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | Stanford Parser |
|
| AceDomReader | DOM reader for an ACE specification. | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | Stanford Parser |
|
| AceElement | Base class for all ACE annotation elements. | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | Stanford Parser |
|
| AceEntity | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | Stanford Parser |
|
| AceEntityMention | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | Stanford Parser |
|
| AceEvent | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | Stanford Parser |
|
| AceEventMention | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | Stanford Parser |
|
| AceEventMentionArgument | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | Stanford Parser |
|
| AceMention | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | Stanford Parser |
|
| AceMentionArgument | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | Stanford Parser |
|
| AceReader | Simple wrapper of Mihai's ACE code to ie. | Class | edu.stanford.nlp.ie.machinereading.domains.ace | Stanford Parser |
|
| AceRelation | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | Stanford Parser |
|
| AceRelationMention | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | Stanford Parser |
|
| AceRelationMentionArgument | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | Stanford Parser |
|
| AceSentenceSegmenter | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | Stanford Parser |
|
| AceToken | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | Stanford Parser |
|
| AnnotationUtils | | Class | edu.stanford.nlp.ie.machinereading.structure | Stanford Parser |
|
| BasicEntityExtractor | Uses parsed files to train classifier and test on data set. | Class | edu.stanford.nlp.ie.machinereading | Stanford Parser |
|
| BasicRelationExtractor | | Class | edu.stanford.nlp.ie.machinereading | Stanford Parser |
|
| BasicRelationFeatureFactory | | Class | edu.stanford.nlp.ie.machinereading | Stanford Parser |
|
| ClassifierCombiner | Merges the outputs of two or more AbstractSequenceClassifiers according to a simple precedence scheme: any given base classifier contributes only | Class | edu.stanford.nlp.ie | Stanford Parser |
|
| CliquePotentialFunction | | Interface | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| CMMClassifier | Does Sequence Classification using a Conditional Markov Model. | Class | edu.stanford.nlp.ie.ner | Stanford Parser |
|
| CRFBiasedClassifier | CRFBiasedClassifier is used to adjust the precision-recall tradeoff of any CRF model implemented using CRFClassifier. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| CRFClassifier | Class for sequence classification using a Conditional Random Field model. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| CRFClassifierEvaluator | Evaluates CRFClassifier on a set of data - called by QNMinimizer periodically | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| CRFClassifierFloat | | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| CRFClassifierNoisyLabel | | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| CRFClassifierNonlinear | Subclass of CRFClassifier for implementing the nonlinear architecture in [Wang and Manning IJCNLP-2013 Effect of Nonlinear . | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| CRFClassifierWithDropout | Subclass of CRFClassifier that performs dropout feature-noising training. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| CRFClassifierWithLOP | Subclass of CRFClassifier for learning Logarithmic Opinion Pools. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| CRFCliqueTree | Builds a CliqueTree (an array of FactorTable) and does message passing inference along it. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| CRFDatum | The representation of Datums used internally in CRFClassifier. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| CRFFeatureExporter | Exports CRF features for use with other programs. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| CRFLabel | | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| CRFLogConditionalObjectiveFloatFunction | | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| CRFLogConditionalObjectiveFunction | | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| CRFLogConditionalObjectiveFunctionForLOP | TODO(mengqiu) currently only works with disjoint feature sets for non-disjoint feature sets, need to recompute EHat each iteration, and multiply in the scale | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| CRFLogConditionalObjectiveFunctionNoisyLabel | | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| CRFLogConditionalObjectiveFunctionWithDropout | | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| CRFNonLinearLogConditionalObjectiveFunction | | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| CRFNonLinearSecondOrderLogConditionalObjectiveFunction | | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| DefaultTeXHyphenData | Default TeX hyphenation data, as borrowed from the TeX distribution. | Class | edu.stanford.nlp.ie.pascal | Stanford Parser |
|
| DomReader | | Class | edu.stanford.nlp.ie.machinereading.common | Stanford Parser |
|
| EmpiricalNERPriorBIO | | Class | edu.stanford.nlp.ie | Stanford Parser |
|
| EntityCachingAbstractSequencePriorBIO | This class keeps track of all labeled entities and updates the its list whenever the label at a point gets changed. | Class | edu.stanford.nlp.ie | Stanford Parser |
|
| EntityMention | Each entity mention is described by a type (possibly subtype) and a span of textAuthor:Andrey Gusev, MihaiSee Also:Serialized Form | Class | edu.stanford.nlp.ie.machinereading.structure | Stanford Parser |
|
| EntityMentionFactory | | Class | edu.stanford.nlp.ie.machinereading.structure | Stanford Parser |
|
| EventMention | | Class | edu.stanford.nlp.ie.machinereading.structure | Stanford Parser |
|
| ExtractionObject | Represents any object that can be extracted - entity, relation, eventAuthor:Andrey Gusev, MihaiSee Also:Serialized Form | Class | edu.stanford.nlp.ie.machinereading.structure | Stanford Parser |
|
| Extractor | Annotates the given dataset with the current model This works in place, i. | Interface | edu.stanford.nlp.ie.machinereading | Stanford Parser |
|
| ExtractorMerger | Simple extractor which combines several other Extractors. | Class | edu.stanford.nlp.ie.machinereading | Stanford Parser |
|
| FactorTable | Stores a factor table as a one dimensional array of doubles. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| FloatFactorTable | Stores a factor table as a one dimensional array of floats. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| GenericDataSetReader | | Class | edu.stanford.nlp.ie.machinereading | Stanford Parser |
|
| HasCliquePotentialFunction | Indicates that this function can build a clique potential function for external usegetCliquePotentialFunction | Interface | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| ISODateInstance | Represents dates and times according to ISO8601 standard while also allowing for wild cards - e. | Class | edu.stanford.nlp.ie.pascal | Stanford Parser |
|
| ISODateInstance .DateField | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.ie.pascal.ISODateInstance | Stanford Parser |
|
| LabelDictionary | Constrains test-time inference to labels observed in training. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| LabelValidator | | Interface | edu.stanford.nlp.ie.machinereading | Stanford Parser |
|
| LinearCliquePotentialFunction | | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| MachineReading | Main driver for Machine Reading training, annotation, and evaluation. | Class | edu.stanford.nlp.ie.machinereading | Stanford Parser |
|
| MachineReadingAnnotations | | Class | edu.stanford.nlp.ie.machinereading.structure | Stanford Parser |
|
| MachineReadingAnnotations .AllRelationMentionsAnnotation | The CoreMap key for getting relation mentions corresponding to a sentence. | Class | edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations | Stanford Parser |
|
| MachineReadingAnnotations .DependencyAnnotation | The CoreMap key for getting the syntactic dependencies of a sentence. | Class | edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations | Stanford Parser |
|
| MachineReadingAnnotations .DocumentDirectoryAnnotation | | Class | edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations | Stanford Parser |
|
| MachineReadingAnnotations .DocumentIdAnnotation | The CoreMap key for getting the document id of a given sentence. | Class | edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations | Stanford Parser |
|
| MachineReadingAnnotations .EntityMentionsAnnotation | The CoreMap key for getting the entity mentions corresponding to a sentence. | Class | edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations | Stanford Parser |
|
| MachineReadingAnnotations .EventMentionsAnnotation | The CoreMap key for getting the event mentions corresponding to a sentence. | Class | edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations | Stanford Parser |
|
| MachineReadingAnnotations .GenderAnnotation | | Class | edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations | Stanford Parser |
|
| MachineReadingAnnotations .RelationMentionsAnnotation | The CoreMap key for getting the relation mentions corresponding to a sentence. | Class | edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations | Stanford Parser |
|
| MachineReadingAnnotations .TriggerAnnotation | | Class | edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations | Stanford Parser |
|
| MachineReadingProperties | | Class | edu.stanford.nlp.ie.machinereading | Stanford Parser |
|
| MatchException | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | Stanford Parser |
|
| NERClassifierCombiner | Subclass of ClassifierCombiner that behaves like a NER, by copying the AnswerAnnotation labels to NERAnnotation. | Class | edu.stanford.nlp.ie | Stanford Parser |
|
| NERDemo | This is a demo of calling CRFClassifier programmatically. | Class | edu.stanford.nlp.ie.demo | Stanford Parser |
|
| NERFeatureFactory | Features for Named Entity Recognition. | Class | edu.stanford.nlp.ie | Stanford Parser |
|
| NERGUI | A GUI for Named Entity sequence classifiers. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| NERServer | A named-entity recognizer server for Stanford's NER. | Class | edu.stanford.nlp.ie | Stanford Parser |
|
| NERServer .NERClient | This example sends material to the NER server one line at a time. | Class | edu.stanford.nlp.ie.NERServer | Stanford Parser |
|
| NoisyLabelLinearCliquePotentialFunction | | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| NonLinearCliquePotentialFunction | | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| NonLinearSecondOrderCliquePotentialFunction | | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| NoPunctuationHeadFinder | Simple variant of the ModCollinsHeadFinder avoids supplying punctuation tags as heads whenever possible. | Class | edu.stanford.nlp.ie.machinereading.common | Stanford Parser |
|
| NumberNormalizer | Provides functions for converting words to numbers Unlike QuantifiableEntityNormalizer that normalizes various | Class | edu.stanford.nlp.ie | Stanford Parser |
|
| NumberSequenceClassifier | A set of deterministic rules for marking certain entities, to add categories and to correct for failures of statistical NER taggers. | Class | edu.stanford.nlp.ie.regexp | Stanford Parser |
|
| PriorModelFactory | | Interface | edu.stanford.nlp.ie | Stanford Parser |
|
| QuantifiableEntityNormalizer | Various methods for normalizing Money, Date, Percent, Time, and Number, Ordinal amounts. | Class | edu.stanford.nlp.ie | Stanford Parser |
|
| RegexNERSequenceClassifier | A sequence classifier that labels tokens with types based on a simple manual mapping from regular expressions to the types of the entities they are meant to describe. | Class | edu.stanford.nlp.ie.regexp | Stanford Parser |
|
| RelationExtractorResultsPrinter | | Class | edu.stanford.nlp.ie.machinereading | Stanford Parser |
|
| RelationFeatureFactory | Base class for feature factories Created by Sonal Gupta. | Class | edu.stanford.nlp.ie.machinereading | Stanford Parser |
|
| RelationFeatureFactory .DEPENDENCY_TYPE | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.ie.machinereading.RelationFeatureFactory | Stanford Parser |
|
| RelationMention | Each relation has a type and set of argumentsAuthor:Andrey Gusev, Mihai, David McCloskySee Also:Serialized Form | Class | edu.stanford.nlp.ie.machinereading.structure | Stanford Parser |
|
| RelationMentionFactory | | Class | edu.stanford.nlp.ie.machinereading.structure | Stanford Parser |
|
| RelationTriple | A (subject, relation, object) triple; e. | Class | edu.stanford.nlp.ie.util | Stanford Parser |
|
| RelationTriple .WithTree | A RelationTriple, but with the tree saved as well. | Class | edu.stanford.nlp.ie.util.RelationTriple | Stanford Parser |
|
| ResultsPrinter | Class for comparing the output of information extraction to a gold standard, and printing the results. | Class | edu.stanford.nlp.ie.machinereading | Stanford Parser |
|
| RobustTokenizer | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | Stanford Parser |
|
| RobustTokenizer .AbbreviationMap | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizer | Stanford Parser |
|
| RobustTokenizer .WordToken | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizer | Stanford Parser |
|
| RothCONLL04Reader | | Class | edu.stanford.nlp.ie.machinereading.domains.roth | Stanford Parser |
|
| RothEntityExtractor | | Class | edu.stanford.nlp.ie.machinereading.domains.roth | Stanford Parser |
|
| SimpleTokenize | | Class | edu.stanford.nlp.ie.machinereading.common | Stanford Parser |
|
| Span | Stores the offsets for a span of text Offsets may indicate either token or byte positions | Class | edu.stanford.nlp.ie.machinereading.structure | Stanford Parser |
|
| StringDictionary | | Class | edu.stanford.nlp.ie.machinereading.common | Stanford Parser |
|
| StringDictionary .IndexAndCount | | Class | edu.stanford.nlp.ie.machinereading.common.StringDictionary | Stanford Parser |
|
| TestSequenceModel | For sequence model inference at test-time. | Class | edu.stanford.nlp.ie.crf | Stanford Parser |
|
| AbstractSequenceClassifier | This class provides common functionality for (probabilistic) sequence models. | Class | edu.stanford.nlp.ie | JavaNlp |
|
| AceCharSeq | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | JavaNlp |
|
| AceDocument | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | JavaNlp |
|
| AceDomReader | DOM reader for an ACE specification. | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | JavaNlp |
|
| AceElement | Base class for all ACE annotation elements. | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | JavaNlp |
|
| AceEntity | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | JavaNlp |
|
| AceEntityMention | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | JavaNlp |
|
| AceEvent | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | JavaNlp |
|
| AceEventMention | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | JavaNlp |
|
| AceEventMentionArgument | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | JavaNlp |
|
| AceMention | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | JavaNlp |
|
| AceMentionArgument | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | JavaNlp |
|
| AceReader | Simple wrapper of Mihai's ACE code to ie. | Class | edu.stanford.nlp.ie.machinereading.domains.ace | JavaNlp |
|
| AceRelation | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | JavaNlp |
|
| AceRelationMention | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | JavaNlp |
|
| AceRelationMentionArgument | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | JavaNlp |
|
| AceSentenceSegmenter | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | JavaNlp |
|
| AceToken | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | JavaNlp |
|
| AnnotationUtils | | Class | edu.stanford.nlp.ie.machinereading.structure | JavaNlp |
|
| BasicEntityExtractor | Uses parsed files to train classifier and test on data set. | Class | edu.stanford.nlp.ie.machinereading | JavaNlp |
|
| BasicRelationExtractor | | Class | edu.stanford.nlp.ie.machinereading | JavaNlp |
|
| BasicRelationFeatureFactory | | Class | edu.stanford.nlp.ie.machinereading | JavaNlp |
|
| ClassifierCombiner | Merges the outputs of two or more AbstractSequenceClassifiers according to a simple precedence scheme: any given base classifier contributes only | Class | edu.stanford.nlp.ie | JavaNlp |
|
| CliquePotentialFunction | | Interface | edu.stanford.nlp.ie.crf | JavaNlp |
|
| CMMClassifier | Does Sequence Classification using a Conditional Markov Model. | Class | edu.stanford.nlp.ie.ner | JavaNlp |
|
| CRFBiasedClassifier | CRFBiasedClassifier is used to adjust the precision-recall tradeoff of any CRF model implemented using CRFClassifier. | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| CRFClassifier | Class for sequence classification using a Conditional Random Field model. | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| CRFClassifierEvaluator | Evaluates CRFClassifier on a set of data - called by QNMinimizer periodically | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| CRFClassifierFloat | | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| CRFClassifierNoisyLabel | | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| CRFClassifierNonlinear | Subclass of CRFClassifier for implementing the nonlinear architecture in [Wang and Manning IJCNLP-2013 Effect of Nonlinear . | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| CRFClassifierWithDropout | Subclass of CRFClassifier that performs dropout feature-noising training. | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| CRFClassifierWithLOP | Subclass of CRFClassifier for learning Logarithmic Opinion Pools. | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| CRFCliqueTree | Builds a CliqueTree (an array of FactorTable) and does message passing inference along it. | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| CRFDatum | The representation of Datums used internally in CRFClassifier. | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| CRFFeatureExporter | Exports CRF features for use with other programs. | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| CRFLabel | | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| CRFLogConditionalObjectiveFloatFunction | | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| CRFLogConditionalObjectiveFunction | | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| CRFLogConditionalObjectiveFunctionForLOP | TODO(mengqiu) currently only works with disjoint feature sets for non-disjoint feature sets, need to recompute EHat each iteration, and multiply in the scale | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| CRFLogConditionalObjectiveFunctionNoisyLabel | | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| CRFLogConditionalObjectiveFunctionWithDropout | | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| CRFNonLinearLogConditionalObjectiveFunction | | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| CRFNonLinearSecondOrderLogConditionalObjectiveFunction | | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| DefaultTeXHyphenData | Default TeX hyphenation data, as borrowed from the TeX distribution. | Class | edu.stanford.nlp.ie.pascal | JavaNlp |
|
| DomReader | | Class | edu.stanford.nlp.ie.machinereading.common | JavaNlp |
|
| EmpiricalNERPriorBIO | | Class | edu.stanford.nlp.ie | JavaNlp |
|
| EntityCachingAbstractSequencePriorBIO | This class keeps track of all labeled entities and updates the its list whenever the label at a point gets changed. | Class | edu.stanford.nlp.ie | JavaNlp |
|
| EntityMention | Each entity mention is described by a type (possibly subtype) and a span of textAuthor:Andrey Gusev, MihaiSee Also:Serialized Form | Class | edu.stanford.nlp.ie.machinereading.structure | JavaNlp |
|
| EntityMentionFactory | | Class | edu.stanford.nlp.ie.machinereading.structure | JavaNlp |
|
| EventMention | | Class | edu.stanford.nlp.ie.machinereading.structure | JavaNlp |
|
| ExtractionObject | Represents any object that can be extracted - entity, relation, eventAuthor:Andrey Gusev, MihaiSee Also:Serialized Form | Class | edu.stanford.nlp.ie.machinereading.structure | JavaNlp |
|
| Extractor | Annotates the given dataset with the current model This works in place, i. | Interface | edu.stanford.nlp.ie.machinereading | JavaNlp |
|
| ExtractorMerger | Simple extractor which combines several other Extractors. | Class | edu.stanford.nlp.ie.machinereading | JavaNlp |
|
| FactorTable | Stores a factor table as a one dimensional array of doubles. | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| FloatFactorTable | Stores a factor table as a one dimensional array of floats. | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| GenericDataSetReader | | Class | edu.stanford.nlp.ie.machinereading | JavaNlp |
|
| HasCliquePotentialFunction | Indicates that this function can build a clique potential function for external usegetCliquePotentialFunction | Interface | edu.stanford.nlp.ie.crf | JavaNlp |
|
| ISODateInstance | Represents dates and times according to ISO8601 standard while also allowing for wild cards - e. | Class | edu.stanford.nlp.ie.pascal | JavaNlp |
|
| ISODateInstance .DateField | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.ie.pascal.ISODateInstance | JavaNlp |
|
| LabelDictionary | Constrains test-time inference to labels observed in training. | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| LabelValidator | | Interface | edu.stanford.nlp.ie.machinereading | JavaNlp |
|
| LinearCliquePotentialFunction | | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| MachineReading | Main driver for Machine Reading training, annotation, and evaluation. | Class | edu.stanford.nlp.ie.machinereading | JavaNlp |
|
| MachineReadingAnnotations | | Class | edu.stanford.nlp.ie.machinereading.structure | JavaNlp |
|
| MachineReadingAnnotations .AllRelationMentionsAnnotation | The CoreMap key for getting relation mentions corresponding to a sentence. | Class | edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations | JavaNlp |
|
| MachineReadingAnnotations .DependencyAnnotation | The CoreMap key for getting the syntactic dependencies of a sentence. | Class | edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations | JavaNlp |
|
| MachineReadingAnnotations .DocumentDirectoryAnnotation | | Class | edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations | JavaNlp |
|
| MachineReadingAnnotations .DocumentIdAnnotation | The CoreMap key for getting the document id of a given sentence. | Class | edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations | JavaNlp |
|
| MachineReadingAnnotations .EntityMentionsAnnotation | The CoreMap key for getting the entity mentions corresponding to a sentence. | Class | edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations | JavaNlp |
|
| MachineReadingAnnotations .EventMentionsAnnotation | The CoreMap key for getting the event mentions corresponding to a sentence. | Class | edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations | JavaNlp |
|
| MachineReadingAnnotations .GenderAnnotation | | Class | edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations | JavaNlp |
|
| MachineReadingAnnotations .RelationMentionsAnnotation | The CoreMap key for getting the relation mentions corresponding to a sentence. | Class | edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations | JavaNlp |
|
| MachineReadingAnnotations .TriggerAnnotation | | Class | edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations | JavaNlp |
|
| MachineReadingProperties | | Class | edu.stanford.nlp.ie.machinereading | JavaNlp |
|
| MatchException | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | JavaNlp |
|
| NERClassifierCombiner | Subclass of ClassifierCombiner that behaves like a NER, by copying the AnswerAnnotation labels to NERAnnotation. | Class | edu.stanford.nlp.ie | JavaNlp |
|
| NERDemo | This is a demo of calling CRFClassifier programmatically. | Class | edu.stanford.nlp.ie.demo | JavaNlp |
|
| NERFeatureFactory | Features for Named Entity Recognition. | Class | edu.stanford.nlp.ie | JavaNlp |
|
| NERGUI | A GUI for Named Entity sequence classifiers. | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| NERServer | A named-entity recognizer server for Stanford's NER. | Class | edu.stanford.nlp.ie | JavaNlp |
|
| NERServer .NERClient | This example sends material to the NER server one line at a time. | Class | edu.stanford.nlp.ie.NERServer | JavaNlp |
|
| NoisyLabelLinearCliquePotentialFunction | | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| NonLinearCliquePotentialFunction | | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| NonLinearSecondOrderCliquePotentialFunction | | Class | edu.stanford.nlp.ie.crf | JavaNlp |
|
| NoPunctuationHeadFinder | Simple variant of the ModCollinsHeadFinder avoids supplying punctuation tags as heads whenever possible. | Class | edu.stanford.nlp.ie.machinereading.common | JavaNlp |
|
| NumberNormalizer | Provides functions for converting words to numbers Unlike QuantifiableEntityNormalizer that normalizes various | Class | edu.stanford.nlp.ie | JavaNlp |
|
| NumberSequenceClassifier | A set of deterministic rules for marking certain entities, to add categories and to correct for failures of statistical NER taggers. | Class | edu.stanford.nlp.ie.regexp | JavaNlp |
|
| PriorModelFactory | | Interface | edu.stanford.nlp.ie | JavaNlp |
|
| QuantifiableEntityNormalizer | Various methods for normalizing Money, Date, Percent, Time, and Number, Ordinal amounts. | Class | edu.stanford.nlp.ie | JavaNlp |
|
| RegexNERSequenceClassifier | A sequence classifier that labels tokens with types based on a simple manual mapping from regular expressions to the types of the entities they are meant to describe. | Class | edu.stanford.nlp.ie.regexp | JavaNlp |
|
| RelationExtractorResultsPrinter | | Class | edu.stanford.nlp.ie.machinereading | JavaNlp |
|
| RelationFeatureFactory | Base class for feature factories Created by Sonal Gupta. | Class | edu.stanford.nlp.ie.machinereading | JavaNlp |
|
| RelationFeatureFactory .DEPENDENCY_TYPE | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.ie.machinereading.RelationFeatureFactory | JavaNlp |
|
| RelationMention | Each relation has a type and set of argumentsAuthor:Andrey Gusev, Mihai, David McCloskySee Also:Serialized Form | Class | edu.stanford.nlp.ie.machinereading.structure | JavaNlp |
|
| RelationMentionFactory | | Class | edu.stanford.nlp.ie.machinereading.structure | JavaNlp |
|
| RelationTriple | A (subject, relation, object) triple; e. | Class | edu.stanford.nlp.ie.util | JavaNlp |
|
| RelationTriple .WithTree | A RelationTriple, but with the tree saved as well. | Class | edu.stanford.nlp.ie.util.RelationTriple | JavaNlp |
|
| ResultsPrinter | Class for comparing the output of information extraction to a gold standard, and printing the results. | Class | edu.stanford.nlp.ie.machinereading | JavaNlp |
|
| RobustTokenizer | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader | JavaNlp |
|
| RobustTokenizer .AbbreviationMap | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizer | JavaNlp |
|
| RobustTokenizer .WordToken | | Class | edu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizer | JavaNlp |
|
| RothCONLL04Reader | | Class | edu.stanford.nlp.ie.machinereading.domains.roth | JavaNlp |
|
| RothEntityExtractor | | Class | edu.stanford.nlp.ie.machinereading.domains.roth | JavaNlp |
|
| SimpleTokenize | | Class | edu.stanford.nlp.ie.machinereading.common | JavaNlp |
|
| Span | Stores the offsets for a span of text Offsets may indicate either token or byte positions | Class | edu.stanford.nlp.ie.machinereading.structure | JavaNlp |
|
| StringDictionary | | Class | edu.stanford.nlp.ie.machinereading.common | JavaNlp |
|
| StringDictionary .IndexAndCount | | Class | edu.stanford.nlp.ie.machinereading.common.StringDictionary | JavaNlp |
|
| TestSequenceModel | For sequence model inference at test-time. | Class | edu.stanford.nlp.ie.crf | JavaNlp |