Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Edu.stanford.nlp.ie.machinereading Classes and Interfaces - 118 results found.
NameDescriptionTypePackageFramework
AceCharSeqClassedu.stanford.nlp.ie.machinereading.domains.ace.readerStanford Parser
AceDocumentClassedu.stanford.nlp.ie.machinereading.domains.ace.readerStanford Parser
AceDomReaderDOM reader for an ACE specification.Classedu.stanford.nlp.ie.machinereading.domains.ace.readerStanford Parser
AceElementBase class for all ACE annotation elements.Classedu.stanford.nlp.ie.machinereading.domains.ace.readerStanford Parser
AceEntityClassedu.stanford.nlp.ie.machinereading.domains.ace.readerStanford Parser
AceEntityMentionClassedu.stanford.nlp.ie.machinereading.domains.ace.readerStanford Parser
AceEventClassedu.stanford.nlp.ie.machinereading.domains.ace.readerStanford Parser
AceEventMentionClassedu.stanford.nlp.ie.machinereading.domains.ace.readerStanford Parser
AceEventMentionArgumentClassedu.stanford.nlp.ie.machinereading.domains.ace.readerStanford Parser
AceMentionClassedu.stanford.nlp.ie.machinereading.domains.ace.readerStanford Parser
AceMentionArgumentClassedu.stanford.nlp.ie.machinereading.domains.ace.readerStanford Parser
AceReaderSimple wrapper of Mihai's ACE code to ie.Classedu.stanford.nlp.ie.machinereading.domains.aceStanford Parser
AceRelationClassedu.stanford.nlp.ie.machinereading.domains.ace.readerStanford Parser
AceRelationMentionClassedu.stanford.nlp.ie.machinereading.domains.ace.readerStanford Parser
AceRelationMentionArgumentClassedu.stanford.nlp.ie.machinereading.domains.ace.readerStanford Parser
AceSentenceSegmenterClassedu.stanford.nlp.ie.machinereading.domains.ace.readerStanford Parser
AceTokenClassedu.stanford.nlp.ie.machinereading.domains.ace.readerStanford Parser
AnnotationUtilsClassedu.stanford.nlp.ie.machinereading.structureStanford Parser
BasicEntityExtractorUses parsed files to train classifier and test on data set.Classedu.stanford.nlp.ie.machinereadingStanford Parser
BasicRelationExtractorClassedu.stanford.nlp.ie.machinereadingStanford Parser
BasicRelationFeatureFactoryClassedu.stanford.nlp.ie.machinereadingStanford Parser
DomReaderClassedu.stanford.nlp.ie.machinereading.commonStanford Parser
EntityMentionEach entity mention is described by a type (possibly subtype) and a span of textAuthor:Andrey Gusev, MihaiSee Also:Serialized FormClassedu.stanford.nlp.ie.machinereading.structureStanford Parser
EntityMentionFactoryClassedu.stanford.nlp.ie.machinereading.structureStanford Parser
EventMentionClassedu.stanford.nlp.ie.machinereading.structureStanford Parser
ExtractionObjectRepresents any object that can be extracted - entity, relation, eventAuthor:Andrey Gusev, MihaiSee Also:Serialized FormClassedu.stanford.nlp.ie.machinereading.structureStanford Parser
ExtractorAnnotates the given dataset with the current model This works in place, i.Interfaceedu.stanford.nlp.ie.machinereadingStanford Parser
ExtractorMergerSimple extractor which combines several other Extractors.Classedu.stanford.nlp.ie.machinereadingStanford Parser
GenericDataSetReaderClassedu.stanford.nlp.ie.machinereadingStanford Parser
LabelValidatorInterfaceedu.stanford.nlp.ie.machinereadingStanford Parser
MachineReadingMain driver for Machine Reading training, annotation, and evaluation.Classedu.stanford.nlp.ie.machinereadingStanford Parser
MachineReadingAnnotationsClassedu.stanford.nlp.ie.machinereading.structureStanford Parser
MachineReadingAnnotations .AllRelationMentionsAnnotationThe CoreMap key for getting relation mentions corresponding to a sentence.Classedu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotationsStanford Parser
MachineReadingAnnotations .DependencyAnnotationThe CoreMap key for getting the syntactic dependencies of a sentence.Classedu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotationsStanford Parser
MachineReadingAnnotations .DocumentDirectoryAnnotationClassedu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotationsStanford Parser
MachineReadingAnnotations .DocumentIdAnnotationThe CoreMap key for getting the document id of a given sentence.Classedu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotationsStanford Parser
MachineReadingAnnotations .EntityMentionsAnnotationThe CoreMap key for getting the entity mentions corresponding to a sentence.Classedu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotationsStanford Parser
MachineReadingAnnotations .EventMentionsAnnotationThe CoreMap key for getting the event mentions corresponding to a sentence.Classedu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotationsStanford Parser
MachineReadingAnnotations .GenderAnnotationClassedu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotationsStanford Parser
MachineReadingAnnotations .RelationMentionsAnnotationThe CoreMap key for getting the relation mentions corresponding to a sentence.Classedu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotationsStanford Parser
MachineReadingAnnotations .TriggerAnnotationClassedu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotationsStanford Parser
MachineReadingPropertiesClassedu.stanford.nlp.ie.machinereadingStanford Parser
MatchExceptionClassedu.stanford.nlp.ie.machinereading.domains.ace.readerStanford Parser
NoPunctuationHeadFinderSimple variant of the ModCollinsHeadFinder avoids supplying punctuation tags as heads whenever possible.Classedu.stanford.nlp.ie.machinereading.commonStanford Parser
RelationExtractorResultsPrinterClassedu.stanford.nlp.ie.machinereadingStanford Parser
RelationFeatureFactoryBase class for feature factories Created by Sonal Gupta.Classedu.stanford.nlp.ie.machinereadingStanford Parser
RelationFeatureFactory .DEPENDENCY_TYPEReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.ie.machinereading.RelationFeatureFactoryStanford Parser
RelationMentionEach relation has a type and set of argumentsAuthor:Andrey Gusev, Mihai, David McCloskySee Also:Serialized FormClassedu.stanford.nlp.ie.machinereading.structureStanford Parser
RelationMentionFactoryClassedu.stanford.nlp.ie.machinereading.structureStanford Parser
ResultsPrinterClass for comparing the output of information extraction to a gold standard, and printing the results.Classedu.stanford.nlp.ie.machinereadingStanford Parser
RobustTokenizerClassedu.stanford.nlp.ie.machinereading.domains.ace.readerStanford Parser
RobustTokenizer .AbbreviationMapClassedu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizerStanford Parser
RobustTokenizer .WordTokenClassedu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizerStanford Parser
RothCONLL04ReaderClassedu.stanford.nlp.ie.machinereading.domains.rothStanford Parser
RothEntityExtractorClassedu.stanford.nlp.ie.machinereading.domains.rothStanford Parser
SimpleTokenizeClassedu.stanford.nlp.ie.machinereading.commonStanford Parser
SpanStores the offsets for a span of text Offsets may indicate either token or byte positionsClassedu.stanford.nlp.ie.machinereading.structureStanford Parser
StringDictionaryClassedu.stanford.nlp.ie.machinereading.commonStanford Parser
StringDictionary .IndexAndCountClassedu.stanford.nlp.ie.machinereading.common.StringDictionaryStanford Parser
AceCharSeqClassedu.stanford.nlp.ie.machinereading.domains.ace.readerJavaNlp
AceDocumentClassedu.stanford.nlp.ie.machinereading.domains.ace.readerJavaNlp
AceDomReaderDOM reader for an ACE specification.Classedu.stanford.nlp.ie.machinereading.domains.ace.readerJavaNlp
AceElementBase class for all ACE annotation elements.Classedu.stanford.nlp.ie.machinereading.domains.ace.readerJavaNlp
AceEntityClassedu.stanford.nlp.ie.machinereading.domains.ace.readerJavaNlp
AceEntityMentionClassedu.stanford.nlp.ie.machinereading.domains.ace.readerJavaNlp
AceEventClassedu.stanford.nlp.ie.machinereading.domains.ace.readerJavaNlp
AceEventMentionClassedu.stanford.nlp.ie.machinereading.domains.ace.readerJavaNlp
AceEventMentionArgumentClassedu.stanford.nlp.ie.machinereading.domains.ace.readerJavaNlp
AceMentionClassedu.stanford.nlp.ie.machinereading.domains.ace.readerJavaNlp
AceMentionArgumentClassedu.stanford.nlp.ie.machinereading.domains.ace.readerJavaNlp
AceReaderSimple wrapper of Mihai's ACE code to ie.Classedu.stanford.nlp.ie.machinereading.domains.aceJavaNlp
AceRelationClassedu.stanford.nlp.ie.machinereading.domains.ace.readerJavaNlp
AceRelationMentionClassedu.stanford.nlp.ie.machinereading.domains.ace.readerJavaNlp
AceRelationMentionArgumentClassedu.stanford.nlp.ie.machinereading.domains.ace.readerJavaNlp
AceSentenceSegmenterClassedu.stanford.nlp.ie.machinereading.domains.ace.readerJavaNlp
AceTokenClassedu.stanford.nlp.ie.machinereading.domains.ace.readerJavaNlp
AnnotationUtilsClassedu.stanford.nlp.ie.machinereading.structureJavaNlp
BasicEntityExtractorUses parsed files to train classifier and test on data set.Classedu.stanford.nlp.ie.machinereadingJavaNlp
BasicRelationExtractorClassedu.stanford.nlp.ie.machinereadingJavaNlp
BasicRelationFeatureFactoryClassedu.stanford.nlp.ie.machinereadingJavaNlp
DomReaderClassedu.stanford.nlp.ie.machinereading.commonJavaNlp
EntityMentionEach entity mention is described by a type (possibly subtype) and a span of textAuthor:Andrey Gusev, MihaiSee Also:Serialized FormClassedu.stanford.nlp.ie.machinereading.structureJavaNlp
EntityMentionFactoryClassedu.stanford.nlp.ie.machinereading.structureJavaNlp
EventMentionClassedu.stanford.nlp.ie.machinereading.structureJavaNlp
ExtractionObjectRepresents any object that can be extracted - entity, relation, eventAuthor:Andrey Gusev, MihaiSee Also:Serialized FormClassedu.stanford.nlp.ie.machinereading.structureJavaNlp
ExtractorAnnotates the given dataset with the current model This works in place, i.Interfaceedu.stanford.nlp.ie.machinereadingJavaNlp
ExtractorMergerSimple extractor which combines several other Extractors.Classedu.stanford.nlp.ie.machinereadingJavaNlp
GenericDataSetReaderClassedu.stanford.nlp.ie.machinereadingJavaNlp
LabelValidatorInterfaceedu.stanford.nlp.ie.machinereadingJavaNlp
MachineReadingMain driver for Machine Reading training, annotation, and evaluation.Classedu.stanford.nlp.ie.machinereadingJavaNlp
MachineReadingAnnotationsClassedu.stanford.nlp.ie.machinereading.structureJavaNlp
MachineReadingAnnotations .AllRelationMentionsAnnotationThe CoreMap key for getting relation mentions corresponding to a sentence.Classedu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotationsJavaNlp
MachineReadingAnnotations .DependencyAnnotationThe CoreMap key for getting the syntactic dependencies of a sentence.Classedu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotationsJavaNlp
MachineReadingAnnotations .DocumentDirectoryAnnotationClassedu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotationsJavaNlp
MachineReadingAnnotations .DocumentIdAnnotationThe CoreMap key for getting the document id of a given sentence.Classedu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotationsJavaNlp
MachineReadingAnnotations .EntityMentionsAnnotationThe CoreMap key for getting the entity mentions corresponding to a sentence.Classedu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotationsJavaNlp
MachineReadingAnnotations .EventMentionsAnnotationThe CoreMap key for getting the event mentions corresponding to a sentence.Classedu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotationsJavaNlp
MachineReadingAnnotations .GenderAnnotationClassedu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotationsJavaNlp
MachineReadingAnnotations .RelationMentionsAnnotationThe CoreMap key for getting the relation mentions corresponding to a sentence.Classedu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotationsJavaNlp
MachineReadingAnnotations .TriggerAnnotationClassedu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotationsJavaNlp
MachineReadingPropertiesClassedu.stanford.nlp.ie.machinereadingJavaNlp
MatchExceptionClassedu.stanford.nlp.ie.machinereading.domains.ace.readerJavaNlp
NoPunctuationHeadFinderSimple variant of the ModCollinsHeadFinder avoids supplying punctuation tags as heads whenever possible.Classedu.stanford.nlp.ie.machinereading.commonJavaNlp
RelationExtractorResultsPrinterClassedu.stanford.nlp.ie.machinereadingJavaNlp
RelationFeatureFactoryBase class for feature factories Created by Sonal Gupta.Classedu.stanford.nlp.ie.machinereadingJavaNlp
RelationFeatureFactory .DEPENDENCY_TYPEReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.ie.machinereading.RelationFeatureFactoryJavaNlp
RelationMentionEach relation has a type and set of argumentsAuthor:Andrey Gusev, Mihai, David McCloskySee Also:Serialized FormClassedu.stanford.nlp.ie.machinereading.structureJavaNlp
RelationMentionFactoryClassedu.stanford.nlp.ie.machinereading.structureJavaNlp
ResultsPrinterClass for comparing the output of information extraction to a gold standard, and printing the results.Classedu.stanford.nlp.ie.machinereadingJavaNlp
RobustTokenizerClassedu.stanford.nlp.ie.machinereading.domains.ace.readerJavaNlp
RobustTokenizer .AbbreviationMapClassedu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizerJavaNlp
RobustTokenizer .WordTokenClassedu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizerJavaNlp
RothCONLL04ReaderClassedu.stanford.nlp.ie.machinereading.domains.rothJavaNlp
RothEntityExtractorClassedu.stanford.nlp.ie.machinereading.domains.rothJavaNlp
SimpleTokenizeClassedu.stanford.nlp.ie.machinereading.commonJavaNlp
SpanStores the offsets for a span of text Offsets may indicate either token or byte positionsClassedu.stanford.nlp.ie.machinereading.structureJavaNlp
StringDictionaryClassedu.stanford.nlp.ie.machinereading.commonJavaNlp
StringDictionary .IndexAndCountClassedu.stanford.nlp.ie.machinereading.common.StringDictionaryJavaNlp