Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Edu.stanford.nlp.ie Classes and Interfaces - 218 results found.
NameDescriptionTypePackageFramework
AbstractSequenceClassifierThis class provides common functionality for (probabilistic) sequence models.Classedu.stanford.nlp.ieStanford Parser
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
ClassifierCombinerMerges the outputs of two or more AbstractSequenceClassifiers according to a simple precedence scheme: any given base classifier contributes onlyClassedu.stanford.nlp.ieStanford Parser
CliquePotentialFunctionInterfaceedu.stanford.nlp.ie.crfStanford Parser
CMMClassifierDoes Sequence Classification using a Conditional Markov Model.Classedu.stanford.nlp.ie.nerStanford Parser
CRFBiasedClassifierCRFBiasedClassifier is used to adjust the precision-recall tradeoff of any CRF model implemented using CRFClassifier.Classedu.stanford.nlp.ie.crfStanford Parser
CRFClassifierClass for sequence classification using a Conditional Random Field model.Classedu.stanford.nlp.ie.crfStanford Parser
CRFClassifierEvaluatorEvaluates CRFClassifier on a set of data - called by QNMinimizer periodicallyClassedu.stanford.nlp.ie.crfStanford Parser
CRFClassifierFloatClassedu.stanford.nlp.ie.crfStanford Parser
CRFClassifierNoisyLabelClassedu.stanford.nlp.ie.crfStanford Parser
CRFClassifierNonlinearSubclass of CRFClassifier for implementing the nonlinear architecture in [Wang and Manning IJCNLP-2013 Effect of Nonlinear .Classedu.stanford.nlp.ie.crfStanford Parser
CRFClassifierWithDropoutSubclass of CRFClassifier that performs dropout feature-noising training.Classedu.stanford.nlp.ie.crfStanford Parser
CRFClassifierWithLOPSubclass of CRFClassifier for learning Logarithmic Opinion Pools.Classedu.stanford.nlp.ie.crfStanford Parser
CRFCliqueTreeBuilds a CliqueTree (an array of FactorTable) and does message passing inference along it.Classedu.stanford.nlp.ie.crfStanford Parser
CRFDatumThe representation of Datums used internally in CRFClassifier.Classedu.stanford.nlp.ie.crfStanford Parser
CRFFeatureExporterExports CRF features for use with other programs.Classedu.stanford.nlp.ie.crfStanford Parser
CRFLabelClassedu.stanford.nlp.ie.crfStanford Parser
CRFLogConditionalObjectiveFloatFunctionClassedu.stanford.nlp.ie.crfStanford Parser
CRFLogConditionalObjectiveFunctionClassedu.stanford.nlp.ie.crfStanford 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 scaleClassedu.stanford.nlp.ie.crfStanford Parser
CRFLogConditionalObjectiveFunctionNoisyLabelClassedu.stanford.nlp.ie.crfStanford Parser
CRFLogConditionalObjectiveFunctionWithDropoutClassedu.stanford.nlp.ie.crfStanford Parser
CRFNonLinearLogConditionalObjectiveFunctionClassedu.stanford.nlp.ie.crfStanford Parser
CRFNonLinearSecondOrderLogConditionalObjectiveFunctionClassedu.stanford.nlp.ie.crfStanford Parser
DefaultTeXHyphenDataDefault TeX hyphenation data, as borrowed from the TeX distribution.Classedu.stanford.nlp.ie.pascalStanford Parser
DomReaderClassedu.stanford.nlp.ie.machinereading.commonStanford Parser
EmpiricalNERPriorBIOClassedu.stanford.nlp.ieStanford Parser
EntityCachingAbstractSequencePriorBIOThis class keeps track of all labeled entities and updates the its list whenever the label at a point gets changed.Classedu.stanford.nlp.ieStanford 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
FactorTableStores a factor table as a one dimensional array of doubles.Classedu.stanford.nlp.ie.crfStanford Parser
FloatFactorTableStores a factor table as a one dimensional array of floats.Classedu.stanford.nlp.ie.crfStanford Parser
GenericDataSetReaderClassedu.stanford.nlp.ie.machinereadingStanford Parser
HasCliquePotentialFunctionIndicates that this function can build a clique potential function for external usegetCliquePotentialFunctionInterfaceedu.stanford.nlp.ie.crfStanford Parser
ISODateInstanceRepresents dates and times according to ISO8601 standard while also allowing for wild cards - e.Classedu.stanford.nlp.ie.pascalStanford Parser
ISODateInstance .DateFieldReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.ie.pascal.ISODateInstanceStanford Parser
LabelDictionaryConstrains test-time inference to labels observed in training.Classedu.stanford.nlp.ie.crfStanford Parser
LabelValidatorInterfaceedu.stanford.nlp.ie.machinereadingStanford Parser
LinearCliquePotentialFunctionClassedu.stanford.nlp.ie.crfStanford 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
NERClassifierCombinerSubclass of ClassifierCombiner that behaves like a NER, by copying the AnswerAnnotation labels to NERAnnotation.Classedu.stanford.nlp.ieStanford Parser
NERDemoThis is a demo of calling CRFClassifier programmatically.Classedu.stanford.nlp.ie.demoStanford Parser
NERFeatureFactoryFeatures for Named Entity Recognition.Classedu.stanford.nlp.ieStanford Parser
NERGUIA GUI for Named Entity sequence classifiers.Classedu.stanford.nlp.ie.crfStanford Parser
NERServerA named-entity recognizer server for Stanford's NER.Classedu.stanford.nlp.ieStanford Parser
NERServer .NERClientThis example sends material to the NER server one line at a time.Classedu.stanford.nlp.ie.NERServerStanford Parser
NoisyLabelLinearCliquePotentialFunctionClassedu.stanford.nlp.ie.crfStanford Parser
NonLinearCliquePotentialFunctionClassedu.stanford.nlp.ie.crfStanford Parser
NonLinearSecondOrderCliquePotentialFunctionClassedu.stanford.nlp.ie.crfStanford Parser
NoPunctuationHeadFinderSimple variant of the ModCollinsHeadFinder avoids supplying punctuation tags as heads whenever possible.Classedu.stanford.nlp.ie.machinereading.commonStanford Parser
NumberNormalizerProvides functions for converting words to numbers Unlike QuantifiableEntityNormalizer that normalizes variousClassedu.stanford.nlp.ieStanford Parser
NumberSequenceClassifierA set of deterministic rules for marking certain entities, to add categories and to correct for failures of statistical NER taggers.Classedu.stanford.nlp.ie.regexpStanford Parser
PriorModelFactoryInterfaceedu.stanford.nlp.ieStanford Parser
QuantifiableEntityNormalizerVarious methods for normalizing Money, Date, Percent, Time, and Number, Ordinal amounts.Classedu.stanford.nlp.ieStanford Parser
RegexNERSequenceClassifierA 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.Classedu.stanford.nlp.ie.regexpStanford 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
RelationTripleA (subject, relation, object) triple; e.Classedu.stanford.nlp.ie.utilStanford Parser
RelationTriple .WithTreeA RelationTriple, but with the tree saved as well.Classedu.stanford.nlp.ie.util.RelationTripleStanford 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
TestSequenceModelFor sequence model inference at test-time.Classedu.stanford.nlp.ie.crfStanford Parser
AbstractSequenceClassifierThis class provides common functionality for (probabilistic) sequence models.Classedu.stanford.nlp.ieJavaNlp
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
ClassifierCombinerMerges the outputs of two or more AbstractSequenceClassifiers according to a simple precedence scheme: any given base classifier contributes onlyClassedu.stanford.nlp.ieJavaNlp
CliquePotentialFunctionInterfaceedu.stanford.nlp.ie.crfJavaNlp
CMMClassifierDoes Sequence Classification using a Conditional Markov Model.Classedu.stanford.nlp.ie.nerJavaNlp
CRFBiasedClassifierCRFBiasedClassifier is used to adjust the precision-recall tradeoff of any CRF model implemented using CRFClassifier.Classedu.stanford.nlp.ie.crfJavaNlp
CRFClassifierClass for sequence classification using a Conditional Random Field model.Classedu.stanford.nlp.ie.crfJavaNlp
CRFClassifierEvaluatorEvaluates CRFClassifier on a set of data - called by QNMinimizer periodicallyClassedu.stanford.nlp.ie.crfJavaNlp
CRFClassifierFloatClassedu.stanford.nlp.ie.crfJavaNlp
CRFClassifierNoisyLabelClassedu.stanford.nlp.ie.crfJavaNlp
CRFClassifierNonlinearSubclass of CRFClassifier for implementing the nonlinear architecture in [Wang and Manning IJCNLP-2013 Effect of Nonlinear .Classedu.stanford.nlp.ie.crfJavaNlp
CRFClassifierWithDropoutSubclass of CRFClassifier that performs dropout feature-noising training.Classedu.stanford.nlp.ie.crfJavaNlp
CRFClassifierWithLOPSubclass of CRFClassifier for learning Logarithmic Opinion Pools.Classedu.stanford.nlp.ie.crfJavaNlp
CRFCliqueTreeBuilds a CliqueTree (an array of FactorTable) and does message passing inference along it.Classedu.stanford.nlp.ie.crfJavaNlp
CRFDatumThe representation of Datums used internally in CRFClassifier.Classedu.stanford.nlp.ie.crfJavaNlp
CRFFeatureExporterExports CRF features for use with other programs.Classedu.stanford.nlp.ie.crfJavaNlp
CRFLabelClassedu.stanford.nlp.ie.crfJavaNlp
CRFLogConditionalObjectiveFloatFunctionClassedu.stanford.nlp.ie.crfJavaNlp
CRFLogConditionalObjectiveFunctionClassedu.stanford.nlp.ie.crfJavaNlp
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 scaleClassedu.stanford.nlp.ie.crfJavaNlp
CRFLogConditionalObjectiveFunctionNoisyLabelClassedu.stanford.nlp.ie.crfJavaNlp
CRFLogConditionalObjectiveFunctionWithDropoutClassedu.stanford.nlp.ie.crfJavaNlp
CRFNonLinearLogConditionalObjectiveFunctionClassedu.stanford.nlp.ie.crfJavaNlp
CRFNonLinearSecondOrderLogConditionalObjectiveFunctionClassedu.stanford.nlp.ie.crfJavaNlp
DefaultTeXHyphenDataDefault TeX hyphenation data, as borrowed from the TeX distribution.Classedu.stanford.nlp.ie.pascalJavaNlp
DomReaderClassedu.stanford.nlp.ie.machinereading.commonJavaNlp
EmpiricalNERPriorBIOClassedu.stanford.nlp.ieJavaNlp
EntityCachingAbstractSequencePriorBIOThis class keeps track of all labeled entities and updates the its list whenever the label at a point gets changed.Classedu.stanford.nlp.ieJavaNlp
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
FactorTableStores a factor table as a one dimensional array of doubles.Classedu.stanford.nlp.ie.crfJavaNlp
FloatFactorTableStores a factor table as a one dimensional array of floats.Classedu.stanford.nlp.ie.crfJavaNlp
GenericDataSetReaderClassedu.stanford.nlp.ie.machinereadingJavaNlp
HasCliquePotentialFunctionIndicates that this function can build a clique potential function for external usegetCliquePotentialFunctionInterfaceedu.stanford.nlp.ie.crfJavaNlp
ISODateInstanceRepresents dates and times according to ISO8601 standard while also allowing for wild cards - e.Classedu.stanford.nlp.ie.pascalJavaNlp
ISODateInstance .DateFieldReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.ie.pascal.ISODateInstanceJavaNlp
LabelDictionaryConstrains test-time inference to labels observed in training.Classedu.stanford.nlp.ie.crfJavaNlp
LabelValidatorInterfaceedu.stanford.nlp.ie.machinereadingJavaNlp
LinearCliquePotentialFunctionClassedu.stanford.nlp.ie.crfJavaNlp
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
NERClassifierCombinerSubclass of ClassifierCombiner that behaves like a NER, by copying the AnswerAnnotation labels to NERAnnotation.Classedu.stanford.nlp.ieJavaNlp
NERDemoThis is a demo of calling CRFClassifier programmatically.Classedu.stanford.nlp.ie.demoJavaNlp
NERFeatureFactoryFeatures for Named Entity Recognition.Classedu.stanford.nlp.ieJavaNlp
NERGUIA GUI for Named Entity sequence classifiers.Classedu.stanford.nlp.ie.crfJavaNlp
NERServerA named-entity recognizer server for Stanford's NER.Classedu.stanford.nlp.ieJavaNlp
NERServer .NERClientThis example sends material to the NER server one line at a time.Classedu.stanford.nlp.ie.NERServerJavaNlp
NoisyLabelLinearCliquePotentialFunctionClassedu.stanford.nlp.ie.crfJavaNlp
NonLinearCliquePotentialFunctionClassedu.stanford.nlp.ie.crfJavaNlp
NonLinearSecondOrderCliquePotentialFunctionClassedu.stanford.nlp.ie.crfJavaNlp
NoPunctuationHeadFinderSimple variant of the ModCollinsHeadFinder avoids supplying punctuation tags as heads whenever possible.Classedu.stanford.nlp.ie.machinereading.commonJavaNlp
NumberNormalizerProvides functions for converting words to numbers Unlike QuantifiableEntityNormalizer that normalizes variousClassedu.stanford.nlp.ieJavaNlp
NumberSequenceClassifierA set of deterministic rules for marking certain entities, to add categories and to correct for failures of statistical NER taggers.Classedu.stanford.nlp.ie.regexpJavaNlp
PriorModelFactoryInterfaceedu.stanford.nlp.ieJavaNlp
QuantifiableEntityNormalizerVarious methods for normalizing Money, Date, Percent, Time, and Number, Ordinal amounts.Classedu.stanford.nlp.ieJavaNlp
RegexNERSequenceClassifierA 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.Classedu.stanford.nlp.ie.regexpJavaNlp
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
RelationTripleA (subject, relation, object) triple; e.Classedu.stanford.nlp.ie.utilJavaNlp
RelationTriple .WithTreeA RelationTriple, but with the tree saved as well.Classedu.stanford.nlp.ie.util.RelationTripleJavaNlp
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
TestSequenceModelFor sequence model inference at test-time.Classedu.stanford.nlp.ie.crfJavaNlp