| Name | Description | Type | Package | Framework |
| 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 |
|
| DomReader | | Class | edu.stanford.nlp.ie.machinereading.common | 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 |
|
| GenericDataSetReader | | Class | edu.stanford.nlp.ie.machinereading | Stanford Parser |
|
| LabelValidator | | Interface | edu.stanford.nlp.ie.machinereading | 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 |
|
| NoPunctuationHeadFinder | Simple variant of the ModCollinsHeadFinder avoids supplying punctuation tags as heads whenever possible. | Class | edu.stanford.nlp.ie.machinereading.common | 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 |
|
| 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 |
|
| 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 |
|
| DomReader | | Class | edu.stanford.nlp.ie.machinereading.common | 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 |
|
| GenericDataSetReader | | Class | edu.stanford.nlp.ie.machinereading | JavaNlp |
|
| LabelValidator | | Interface | edu.stanford.nlp.ie.machinereading | 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 |
|
| NoPunctuationHeadFinder | Simple variant of the ModCollinsHeadFinder avoids supplying punctuation tags as heads whenever possible. | Class | edu.stanford.nlp.ie.machinereading.common | 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 |
|
| 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 |