Class | Description |
---|---|
CoreNlpRegexRule |
A CoreNlpRegexRule is a type of
InformationExtractionRegexRule for CoreNLP TokensRegex.
|
CoreNlpRegexRuleDefinition |
A CoreNlpRegexRuleDefinition is used to create or modify
a CoreNlpRegexRule instance.
|
DependencyMatcherRegexRule |
A DependencyMatcherRegexRule is a type of
InformationExtractionRegexRule for Spacy DependencyMatcher.
|
DependencyMatcherRegexRuleDefinition |
A DependencyMatcherRegexRuleDefinition is used to create or modify
a DependencyMatcherRegexRule instance.
|
EntityRulerRegexRule |
A EntityRulerRegexRule is a type of
InformationExtractionRegexRule for Spacy Entity Ruler.
|
EntityRulerRegexRuleDefinition |
A EntityRulerRegexRuleDefinition is used to create or modify
a EntityRulerRegexRule instance.
|
InformationExtraction |
An InformationExtraction represents an information extraction,
using Natural Language Processing on a source Document.
|
InformationExtractionAbstractSpecification |
An InformationExtractionAbstractSpecification represents the
configuration for an Information Extraction Parser.
|
InformationExtractionAbstractSpecificationDefinition |
A InformationExtractionAbstractSpecificationDefinition is used to create or modify
a InformationExtractionAbstractSpecification instance.
|
InformationExtractionCorefChain |
A InformationExtractionCorefChain is
an internal Information Extraction Coreference Chain.
|
InformationExtractionCorefChainDefinition |
A InformationExtractionCorefChainDefinition is used to create or modify
a InformationExtractionCorefChain instance.
|
InformationExtractionDefinition |
A InformationExtractionDefinition is used to create or modify
a InformationExtraction instance.
|
InformationExtractionDependencyGraphEdge |
A InformationExtractionDependencyGraphEdge is
an internal Information Extraction Dependency Graph Edge..
|
InformationExtractionDependencyGraphEdgeDefinition |
A InformationExtractionDependencyGraphEdgeDefinition is used to create or modify
a InformationExtractionDependencyGraphEdge instance.
|
InformationExtractionDomainSpecification |
A InformationExtractionDomainSpecification
defines an Information Extraction domain.
|
InformationExtractionDomainSpecificationDefinition |
A InformationExtractionDomainSpecificationDefinition is used to create or modify
a InformationExtractionDomainSpecification instance.
|
InformationExtractionEntityMention |
A InformationExtractionEntityMention is
an internal Information Extraction Entity mention.
|
InformationExtractionEntityMentionDefinition |
A InformationExtractionEntityMentionDefinition is used to create or modify
a InformationExtractionEntityMention instance.
|
InformationExtractionEntityPhrase |
A InformationExtractionEntityPhrase is
defines an implicit entity relation for an Information Extraction domain.
|
InformationExtractionEntityPhraseDefinition |
A InformationExtractionEntityPhraseDefinition is used to create or modify
a InformationExtractionEntityPhrase instance.
|
InformationExtractionEntityRelationType |
A InformationExtractionEntityRelationType is
defines an entity relation type for an Information Extraction domain.
|
InformationExtractionEntityRelationTypeDefinition |
A InformationExtractionEntityRelationTypeDefinition is used to create or modify
a InformationExtractionEntityRelationType instance.
|
InformationExtractionEntityType |
A InformationExtractionEntityType is
defines an entity type for an Information Extraction domain.
|
InformationExtractionEntityTypeDefinition |
A InformationExtractionEntityTypeDefinition is used to create or modify
a InformationExtractionEntityType instance.
|
InformationExtractionFinisherSpecification |
An InformationExtractionFinisherSpecification represents the
configuration for an Information Extraction Finisher.
|
InformationExtractionFinisherSpecificationDefinition |
A InformationExtractionFinisherSpecificationDefinition is used to create or modify
a InformationExtractionFinisherSpecification instance.
|
InformationExtractionImplicitEntityRelation |
A InformationExtractionImplicitEntityRelation is
defines an implicit entity relation for an Information Extraction domain.
|
InformationExtractionImplicitEntityRelationDefinition |
A InformationExtractionImplicitEntityRelationDefinition is used to create or modify
a InformationExtractionImplicitEntityRelation instance.
|
InformationExtractionLegalEntityRelation |
A InformationExtractionLegalEntityRelation is
defines a Legal entity relation for an Information Extraction domain.
|
InformationExtractionLegalEntityRelationDefinition |
A InformationExtractionLegalEntityRelationDefinition is used to create or modify
a InformationExtractionLegalEntityRelation instance.
|
InformationExtractionOutcome |
A InformationExtractionOutcome is
an internal Information Extraction Outcome.
|
InformationExtractionOutcomeDefinition |
A InformationExtractionOutcomeDefinition is used to create or modify
a InformationExtractionOutcome instance.
|
InformationExtractionOutcomeMarking |
A InformationExtractionOutcomeMarking is
an internal Information Extraction outcome marking.
|
InformationExtractionOutcomeMarkingDefinition |
A InformationExtractionOutcomeMarkingDefinition is used to create or modify
a InformationExtractionOutcomeMarking instance.
|
InformationExtractionOutcomeMarkingRelation |
A InformationExtractionOutcomeMarkingRelation is
Internal Information Extraction Outcome Marking relation.
|
InformationExtractionOutcomeMarkingRelationDefinition |
A InformationExtractionOutcomeMarkingRelationDefinition is used to create or modify
a InformationExtractionOutcomeMarkingRelation instance.
|
InformationExtractionParserSpecification |
An InformationExtractionParserSpecification represents the
configuration for an Information Extraction Parser.
|
InformationExtractionParserSpecificationDefinition |
A InformationExtractionParserSpecificationDefinition is used to create or modify
a InformationExtractionParserSpecification instance.
|
InformationExtractionPreparerSpecification |
An InformationExtractionPreparerSpecification represents the
configuration for an Information Extraction Preparer.
|
InformationExtractionPreparerSpecificationDefinition |
A InformationExtractionPreparerSpecificationDefinition is used to create or modify
a InformationExtractionPreparerSpecification instance.
|
InformationExtractionRegexMapping |
A InformationExtractionRegexMapping is
an internal Information Extraction object used to map
the NER result identified by REGEX to an entity type name.
|
InformationExtractionRegexMappingDefinition |
A InformationExtractionRegexMappingDefinition is used to create or modify
a InformationExtractionRegexMapping instance.
|
InformationExtractionRegexPattern |
A InformationExtractionRegexPattern is an internal
Information Extraction Named Entity Recognition (NER) REGEX pattern.
|
InformationExtractionRegexPatternDefinition |
A InformationExtractionRegexPatternDefinition is used to create or modify
a InformationExtractionRegexPattern instance.
|
InformationExtractionRegexRule |
A InformationExtractionRegexRule is
Internal Information Extraction TokensRegex Extraction Rule.
|
InformationExtractionRegexRuleDefinition |
A InformationExtractionRegexRuleDefinition is used to create or modify
a InformationExtractionRegexRule instance.
|
InformationExtractionRelationMention |
A InformationExtractionRelationMention is
an internal Information Extraction Relation mention.
|
InformationExtractionRelationMentionDefinition |
A InformationExtractionRelationMentionDefinition is used to create or modify
a InformationExtractionRelationMention instance.
|
InformationExtractionRelationTriple |
A InformationExtractionRelationTriple is
an internal Information Extraction relation triple (subject relation object).
|
InformationExtractionRelationTripleDefinition |
A InformationExtractionRelationTripleDefinition is used to create or modify
a InformationExtractionRelationTriple instance.
|
InformationExtractionResultSet |
An InformationExtractionResultSet represents an information extraction,
using Natural Language Processing on a source Document.
|
InformationExtractionResultSetDefinition |
A InformationExtractionResultSetDefinition is used to create or modify
a InformationExtractionResultSet instance.
|
InformationExtractionSentence |
A InformationExtractionSentence is
an internal Information Extraction sentence.
|
InformationExtractionSentenceDefinition |
A InformationExtractionSentenceDefinition is used to create or modify
a InformationExtractionSentence instance.
|
InformationExtractionSolverSpecification |
An InformationExtractionSolverSpecification represents the
configuration for an Information Extraction Solver.
|
InformationExtractionSolverSpecificationDefinition |
A InformationExtractionSolverSpecificationDefinition is used to create or modify
a InformationExtractionSolverSpecification instance.
|
InformationExtractionSpecification |
An InformationExtractionSpecification represents the
configuration for an Information Extraction.
|
InformationExtractionSpecificationDefinition |
A InformationExtractionSpecificationDefinition is used to create or modify
a InformationExtractionSpecification instance.
|
InformationExtractionToken |
A InformationExtractionToken is
an internal Information Extraction token.
|
InformationExtractionTokenDefinition |
A InformationExtractionTokenDefinition is used to create or modify
a InformationExtractionToken instance.
|
InformationExtractionTokenList |
A InformationExtractionTokenList is
an internal Information Extraction token list.
|
InformationExtractionTokenListDefinition |
A InformationExtractionTokenListDefinition is used to create or modify
a InformationExtractionTokenList instance.
|
InformationExtractionTrainerSpecification |
A InformationExtractionTrainerSpecification
specifies the InformationExtractionTrainer used to implement
the behavior of training using a confirmed Information extraction.
|
InformationExtractionTrainerSpecificationDefinition |
A InformationExtractionTrainerSpecificationDefinition is used to create or modify
a InformationExtractionTrainerSpecification instance.
|
InformationExtractionTrainingSet |
An InformationExtractionTrainingSet represents an information extraction,
using Natural Language Processing on a source Document.
|
InformationExtractionTrainingSet.MarkingTuple |
MarkingTuple holds a tuple of position within a sentence and its label.
|
InformationExtractionTrainingSet.SentenceExtractor |
SentenceExtractor extracts structured data from a Classifier TSV file.
|
InformationExtractionTrainingSet.SentenceTuple |
SentenceTuple holds a tuple of sentence text and markings.
|
InformationExtractionTrainingSetDefinition |
A InformationExtractionTrainingSetDefinition is used to create or modify
a InformationExtractionTrainingSet instance.
|
TieCoreNlpRegexRule |
TieCoreNlpRegexRule allows the Oracle-defined behavior of the
CoreNlpRegexRule classobject (and its subclasses) to be extended
or overridden.
|
TieDependencyMatcherRegexRule |
TieDependencyMatcherRegexRule allows the Oracle-defined behavior of the
DependencyMatcherRegexRule classobject (and its subclasses) to be extended
or overridden.
|
TieEntityRulerRegexRule |
TieEntityRulerRegexRule allows the Oracle-defined behavior of the
EntityRulerRegexRule classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtraction |
TieInformationExtraction allows the Oracle-defined behavior of the
InformationExtraction classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionAbstractSpecification |
TieInformationExtractionAbstractSpecification allows the Oracle-defined behavior of the
InformationExtractionAbstractSpecification classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionCorefChain |
TieInformationExtractionCorefChain allows the Oracle-defined behavior of the
InformationExtractionCorefChain classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionDependencyGraphEdge |
TieInformationExtractionDependencyGraphEdge allows the Oracle-defined behavior of the
InformationExtractionDependencyGraphEdge classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionDomainSpecification |
TieInformationExtractionDomainSpecification allows the Oracle-defined behavior of the
InformationExtractionDomainSpecification classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionEntityMention |
TieInformationExtractionEntityMention allows the Oracle-defined behavior of the
InformationExtractionEntityMention classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionEntityPhrase |
TieInformationExtractionEntityPhrase allows the Oracle-defined behavior of the
InformationExtractionEntityPhrase classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionEntityRelationType |
TieInformationExtractionEntityRelationType allows the Oracle-defined behavior of the
InformationExtractionEntityRelationType classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionEntityType |
TieInformationExtractionEntityType allows the Oracle-defined behavior of the
InformationExtractionEntityType classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionFinisherSpecification |
TieInformationExtractionFinisherSpecification allows the Oracle-defined behavior of the
InformationExtractionFinisherSpecification classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionImplicitEntityRelation |
TieInformationExtractionImplicitEntityRelation allows the Oracle-defined behavior of the
InformationExtractionImplicitEntityRelation classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionLegalEntityRelation |
TieInformationExtractionLegalEntityRelation allows the Oracle-defined behavior of the
InformationExtractionLegalEntityRelation classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionOutcome |
TieInformationExtractionOutcome allows the Oracle-defined behavior of the
InformationExtractionOutcome classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionOutcomeMarking |
TieInformationExtractionOutcomeMarking allows the Oracle-defined behavior of the
InformationExtractionOutcomeMarking classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionOutcomeMarkingRelation |
TieInformationExtractionOutcomeMarkingRelation allows the Oracle-defined behavior of the
InformationExtractionOutcomeMarkingRelation classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionParserSpecification |
TieInformationExtractionParserSpecification allows the Oracle-defined behavior of the
InformationExtractionParserSpecification classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionPreparerSpecification |
TieInformationExtractionPreparerSpecification allows the Oracle-defined behavior of the
InformationExtractionPreparerSpecification classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionRegexMapping |
TieInformationExtractionRegexMapping allows the Oracle-defined behavior of the
InformationExtractionRegexMapping classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionRegexPattern |
TieInformationExtractionRegexPattern allows the Oracle-defined behavior of the
InformationExtractionRegexPattern classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionRegexRule |
TieInformationExtractionRegexRule allows the Oracle-defined behavior of the
InformationExtractionRegexRule classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionRelationMention |
TieInformationExtractionRelationMention allows the Oracle-defined behavior of the
InformationExtractionRelationMention classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionRelationTriple |
TieInformationExtractionRelationTriple allows the Oracle-defined behavior of the
InformationExtractionRelationTriple classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionResultSet |
TieInformationExtractionResultSet allows the Oracle-defined behavior of the
InformationExtractionResultSet classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionSentence |
TieInformationExtractionSentence allows the Oracle-defined behavior of the
InformationExtractionSentence classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionSolverSpecification |
TieInformationExtractionSolverSpecification allows the Oracle-defined behavior of the
InformationExtractionSolverSpecification classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionSpecification |
TieInformationExtractionSpecification allows the Oracle-defined behavior of the
InformationExtractionSpecification classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionToken |
TieInformationExtractionToken allows the Oracle-defined behavior of the
InformationExtractionToken classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionTokenList |
TieInformationExtractionTokenList allows the Oracle-defined behavior of the
InformationExtractionTokenList classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionTrainerSpecification |
TieInformationExtractionTrainerSpecification allows the Oracle-defined behavior of the
InformationExtractionTrainerSpecification classobject (and its subclasses) to be extended
or overridden.
|
TieInformationExtractionTrainingSet |
TieInformationExtractionTrainingSet allows the Oracle-defined behavior of the
InformationExtractionTrainingSet classobject (and its subclasses) to be extended
or overridden.
|
TieTokenMatcherRegexRule |
TieTokenMatcherRegexRule allows the Oracle-defined behavior of the
TokenMatcherRegexRule classobject (and its subclasses) to be extended
or overridden.
|
TokenMatcherRegexRule |
A TokenMatcherRegexRule is a type of
InformationExtractionRegexRule for Spacy TokenMatcher.
|
TokenMatcherRegexRuleDefinition |
A TokenMatcherRegexRuleDefinition is used to create or modify
a TokenMatcherRegexRule instance.
|
Enum | Description |
---|---|
InformationExtraction.ExtractionState |
Enumeration for the various states of extraction.
|
InformationExtractionOutcomeMarking.MarkingStatus |
Enumeration for the various marking statuses.
|
Copyright © 2023. All rights reserved.