Package | Description |
---|---|
oracle.ifs.core.extraction.beans |
Modifier and Type | Class and Description |
---|---|
class |
CoreNlpRegexRuleDefinition
A CoreNlpRegexRuleDefinition is used to create or modify
a CoreNlpRegexRule instance.
|
class |
DependencyMatcherRegexRuleDefinition
A DependencyMatcherRegexRuleDefinition is used to create or modify
a DependencyMatcherRegexRule instance.
|
class |
EntityRulerRegexRuleDefinition
A EntityRulerRegexRuleDefinition is used to create or modify
a EntityRulerRegexRule instance.
|
class |
TokenMatcherRegexRuleDefinition
A TokenMatcherRegexRuleDefinition is used to create or modify
a TokenMatcherRegexRule instance.
|
Modifier and Type | Method and Description |
---|---|
InformationExtractionRegexRuleDefinition[] |
InformationExtractionDomainSpecificationDefinition.getRegexRuleDefinitions()
Gets all the RegexRule definitions for this instance.
|
static InformationExtractionRegexRuleDefinition |
InformationExtractionRegexRuleDefinition.toInformationExtractionRegexRuleDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionRegexRuleDefinition.
|
static InformationExtractionRegexRuleDefinition |
InformationExtractionRegexRuleDefinition.toInformationExtractionRegexRuleDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionRegexRuleDefinition.
|
Modifier and Type | Method and Description |
---|---|
void |
InformationExtractionDomainSpecificationDefinition.addRegexRuleDefinition(InformationExtractionRegexRuleDefinition def)
Adds a new RegexRule definition for an RegexRule.
|
void |
InformationExtractionDomainSpecificationDefinition.addRegexRuleDefinitions(InformationExtractionRegexRuleDefinition[] defs)
Adds a set of RegexRule definitions for
multiple RegexRules.
|
void |
InformationExtractionDomainSpecificationDefinition.setRegexRuleDefinitions(InformationExtractionRegexRuleDefinition[] defs)
Replaces the set of new RegexRule definitions
for multiple RegexRules.
|
Copyright © 2023. All rights reserved.