public class ExtractionOperations extends ScriptOperations
ScriptOperations.ClassObjectOptions, ScriptOperations.JdbcExecutor, ScriptOperations.SavedSearchResult, ScriptOperations.ServerDefinition, ScriptOperations.ServiceDefinition
Modifier and Type | Field and Description |
---|---|
static String |
CRLF
Platform independent newline String.
|
static Map<String,String> |
s_SignificantVerbLemmaEnMap |
static String[] |
SIGNIFICANT_VERB_LEMMAS_EN |
INDENT
Constructor and Description |
---|
ExtractionOperations(ScriptDriver driver)
Construct a ScriptOperations
|
Modifier and Type | Method and Description |
---|---|
void |
addConfirmedResult(AttributeValueTable avt)
Add a confirmed result to an InformationExtraction.
|
void |
addEventAssignmentTable(AttributeValueTable avt)
Adds an EventAssignmentTable to the specified AuditHandlerSpecification
that defines the InformationExtractionHandlerDispatcher.
|
void |
addEventAssignmentTables(AttributeValueTable avt)
Adds multiple EventAssignmentTables to the specified AuditHandlerSpecification
that defines the InformationExtractionHandlerDispatcher.
|
void |
addFinisherOverrideSetting(AttributeValueTable avt)
Add a Finisher override setting to an InformationExtraction.
|
void |
addInformationExtractionEntityPhrase(AttributeValueTable avt)
Add an InformationExtractionEntityPhrase to a
InformationExtractionDomainSpecification.
|
void |
addInformationExtractionEntityRelationType(AttributeValueTable avt)
Add an InformationExtractionEntityRelationType to a
InformationExtractionDomainSpecification.
|
void |
addInformationExtractionEntityType(AttributeValueTable avt)
Add an InformationExtractionEntityType to a
InformationExtractionDomainSpecification.
|
void |
addInformationExtractionImplicitEntityRelation(AttributeValueTable avt)
Add an InformationExtractionImplicitEntityRelation to a
InformationExtractionDomainSpecification.
|
void |
addInformationExtractionLegalEntityRelation(AttributeValueTable avt)
Add a legal entity relation (as an LegalEntityRelation) to a
InformationExtractionDomainSpecification.
|
void |
addInformationExtractionRegexMapping(AttributeValueTable avt)
Add an InformationExtractionRegexMapping to an
InformationExtractionDomainSpecification.
|
void |
addInformationExtractionRegexPattern(AttributeValueTable avt)
Add an InformationExtractionRegexPattern to an
InformationExtractionDomainSpecification.
|
void |
addInformationExtractionRegexRule(AttributeValueTable avt)
Add an InformationExtractionRegexRule to an
InformationExtractionDomainSpecification.
|
void |
addInformationExtractionSetting(AttributeValueTable avt)
Add a Misc. setting to an InformationExtraction.
|
void |
addParserOverrideSetting(AttributeValueTable avt)
Add a parser override setting to an InformationExtraction.
|
void |
addPreparerOverrideSetting(AttributeValueTable avt)
Add a Preparer override setting to an InformationExtraction.
|
void |
addProperty(AttributeValueTable avt)
Adds a property to an object.
|
void |
addSetting(AttributeValueTable avt)
Add a setting to a InformationExtractionAbstractSpecification.
|
void |
addSettings(AttributeValueTable avt)
Add settings to a InformationExtractionAbstractSpecification.
|
void |
addSolverOverrideSetting(AttributeValueTable avt)
Add a Solver override setting to an InformationExtraction.
|
void |
addTrainerOverrideSetting(AttributeValueTable avt)
Add a Trainer override setting to an InformationExtraction.
|
void |
addTrainingSetClassifierDocument(AttributeValueTable avt)
Adds a Classifier document to the training set for the specified
InformationExtractionTrainerSpecification.
|
void |
addTrainingSetRelationDocument(AttributeValueTable avt)
Adds a CONLL Relation document to the training set for the specified
InformationExtractionTrainerSpecification.
|
void |
addUnconfirmedResult(AttributeValueTable avt)
Add an unconfirmed result to an InformationExtraction.
|
void |
cancelConfirmedInformationExtraction(AttributeValueTable avt)
Manually cancels a confirmed InformationExtraction.
|
void |
confirmInformationExtraction(AttributeValueTable avt)
Manually confirm an InformationExtraction.
|
void |
createCoreNlpRegexRuleDocument(AttributeValueTable avt)
Creates a CoreNLP REGEX rule Document and update training model.
|
void |
createDependencyMatcherRegexRuleJsonDocument(AttributeValueTable avt)
Creates a DependencyMatcher REGEX rule Document in JSON format,
and update training model.
|
void |
createEntityRulerRegexRuleJsonDocument(AttributeValueTable avt)
Creates an EntityRuler REGEX rule Document in JSON format,
and update training model.
|
void |
createInformationExtraction(AttributeValueTable avt)
Creates a InformationExtraction.
|
void |
createInformationExtractionBatch(AttributeValueTable avt)
Creation a batch of InformationExtractions
from an input file directory.
|
void |
createInformationExtractionDomainSpecification(AttributeValueTable avt)
Creates a InformationExtractionDomainSpecification.
|
void |
createInformationExtractionFinisherSpecification(AttributeValueTable avt)
Creates a InformationExtractionFinisherSpecification.
|
void |
createInformationExtractionParserSpecification(AttributeValueTable avt)
Creates a InformationExtractionParserSpecification.
|
void |
createInformationExtractionPreparerSpecification(AttributeValueTable avt)
Creates a InformationExtractionPreparerSpecification.
|
void |
createInformationExtractionSolverSpecification(AttributeValueTable avt)
Creates a InformationExtractionSolverSpecification.
|
void |
createInformationExtractionSpecification(AttributeValueTable avt)
Creates a InformationExtractionSpecification.
|
void |
createInformationExtractionTrainerSpecification(AttributeValueTable avt)
Creates a InformationExtractionTrainerSpecification.
|
void |
createJsonPhraseDocumentBatch(AttributeValueTable avt)
Create a batch of JSON-based documents for entity phrase training.
|
void |
createLegalImplicitRelationsDocument(AttributeValueTable avt)
Create an unconfirmed result normally produced by the
Finisher for an InformationExtraction, which shows the
possible legal relations that would be generated by the
currently defined implicit relations.
|
protected InformationExtractionOutcomeMarking |
createMarking(InformationExtraction ext,
List<InformationExtractionToken> listOfMarkingTokens,
InformationExtractionEntityType entType)
Create a marking.
|
void |
createNerClassifierDocument(AttributeValueTable avt)
Creates an NER Clasifier Document and update training model.
|
void |
createRegexPatternDocument(AttributeValueTable avt)
Creates a REGEX pattern Document and update training model.
|
void |
createRegexPatternJsonDocument(AttributeValueTable avt)
Creates a REGEX pattern Document in JSON format and update training model.
|
void |
createRegexRuleDocument(AttributeValueTable avt)
Creates a REGEX rule Document and update training model.
|
void |
createRegexRuleJsonDocument(AttributeValueTable avt)
Creates an EntityRuler REGEX rule Document in JSON format,
and update training model.
|
void |
createRelationMentionModelDocument(AttributeValueTable avt)
Creates an RelationMention model Document and update training model.
|
void |
createResultSet(AttributeValueTable avt)
Creates an InformationExtractionResultSet object.
|
void |
createSpacyClassifierDocument(AttributeValueTable avt)
Creates an Spacy Clasifier Document and update training model.
|
void |
createTokenMatcherRegexRuleJsonDocument(AttributeValueTable avt)
Creates a TokenMatcher REGEX rule Document in JSON format,
and update training model.
|
void |
createTrainingExportSet(AttributeValueTable avt)
Creates an ExportSet to track training data exported
from a InformationExtractionTrainingSet.
|
void |
createTrainingSet(AttributeValueTable avt)
Creates an InformationExtractionTrainingSet object.
|
protected String |
deriveMarkingSource(InformationExtractionOutcomeMarking marking)
Derive the description of the marking source from marking details.
|
protected String |
deriveRelationSource(InformationExtractionOutcomeMarkingRelation markingRel)
Derive the description of the relation source from relation details.
|
void |
executeInformationExtraction(AttributeValueTable avt)
Manually execute an InformationExtraction.
|
void |
executePythonScript(AttributeValueTable avt)
Execute a python script.
|
void |
executePythonScriptIO(AttributeValueTable avt)
Execute a python script and communicate via in/out streams.
|
void |
exportNerClassifierModelData(AttributeValueTable avt)
Exports the NER Classifier model training data to the specified file.
|
void |
exportRelationMentionModelData(AttributeValueTable avt)
Exports the RelationMention model training data to the specified file.
|
void |
freeInformationExtractionDomainSpecification(AttributeValueTable avt)
Frees a InformationExtractionDomainSpecification.
|
void |
freeInformationExtractionFinisherSpecification(AttributeValueTable avt)
Frees a InformationExtractionFinisherSpecification.
|
void |
freeInformationExtractionParserSpecification(AttributeValueTable avt)
Frees a InformationExtractionParserSpecification.
|
void |
freeInformationExtractionPreparerSpecification(AttributeValueTable avt)
Frees a InformationExtractionPreparerSpecification.
|
void |
freeInformationExtractionSolverSpecification(AttributeValueTable avt)
Frees a InformationExtractionSolverSpecification.
|
void |
freeInformationExtractionSpecification(AttributeValueTable avt)
Frees a InformationExtractionSpecification.
|
void |
freeInformationExtractionTrainerSpecification(AttributeValueTable avt)
Frees a InformationExtractionTrainerSpecification.
|
void |
identifyInformationExtractionDomainSpecification(String tag,
String name)
Identify a InformationExtractionDomainSpecification.
|
void |
identifyInformationExtractionFinisherSpecification(String tag,
String name)
Identify a InformationExtractionFinisherSpecification.
|
void |
identifyInformationExtractionParserSpecification(String tag,
String name)
Identify a InformationExtractionParserSpecification.
|
void |
identifyInformationExtractionPreparerSpecification(String tag,
String name)
Identify a InformationExtractionPreparerSpecification.
|
void |
identifyInformationExtractionSolverSpecification(String tag,
String name)
Identify a InformationExtractionSolverSpecification.
|
void |
identifyInformationExtractionSpecification(String tag,
String name)
Identify a InformationExtractionSpecification.
|
void |
identifyInformationExtractionTrainerSpecification(String tag,
String name)
Identify a InformationExtractionTrainerSpecification.
|
void |
importNerClassifierModelData(AttributeValueTable avt)
Imports NER Classifier model training data from the specified file.
|
void |
importRelationMentionModelData(AttributeValueTable avt)
ImportsRelationMention model training data from the specified file.
|
void |
isLegalCoreNlpRegexRule(AttributeValueTable avt)
Checks to see if the specified components of a RegexRule are legal.
|
void |
isLegalRegexPattern(AttributeValueTable avt)
Checks to see if the specified components of a RegexPattern are legal.
|
protected List<File> |
listFiles(String dirPath)
Produce a list of files found under the specified absolute directory path.
|
protected InformationExtraction |
lookupInformationExtraction(LibrarySession sess,
String tag)
Lookup an InformationExtraction by tag.
|
protected InformationExtractionAbstractSpecification |
lookupInformationExtractionAbstractSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionAbstractSpecification by the specified name.
|
protected InformationExtractionDomainSpecification |
lookupInformationExtractionDomainSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionDomainSpecification by the specified name.
|
protected InformationExtractionFinisherSpecification |
lookupInformationExtractionFinisherSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionFinisherSpecification by the specified name.
|
protected InformationExtractionParserSpecification |
lookupInformationExtractionParserSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionParserSpecification by the specified name.
|
protected InformationExtractionPreparerSpecification |
lookupInformationExtractionPreparerSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionPreparerSpecification by the specified name.
|
protected InformationExtractionSolverSpecification |
lookupInformationExtractionSolverSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionSolverSpecification by the specified name.
|
protected InformationExtractionSpecification |
lookupInformationExtractionSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionSpecification by the specified name.
|
protected InformationExtractionTrainerSpecification |
lookupInformationExtractionTrainerSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionTrainerSpecification by the specified name.
|
protected String |
parseMarkingTag(String fullMarkingType,
String delim)
Parse a "full marking type", which is a marking type following by an optional
marking tag delimited by the specified delimiter, and return the marking tag.
|
protected String |
parseMarkingType(String fullMarkingType,
String delim)
Parse a "full marking type", which is a marking type following by an optional
marking tag delimited by the specified delimiter, and return the marking type.
|
void |
processAllEvents(AttributeValueTable avt)
Process all events for the specified handler, continuing
until there are no more raw events to process.
|
void |
regenerateClassifierTrainingDocuments(AttributeValueTable avt)
Regenerate the content for Classifier training documents generated from
ConfirmedOutcomes in InformationExtraction objects.
|
void |
removeTrainingExportSet(AttributeValueTable avt)
Removes an ExportSet used to track training data exported
from a InformationExtractionTrainingSet.
|
void |
replaceEventAssignmentTableList(AttributeValueTable avt)
Adds multiple EventAssignmentTables to the specified AuditHandlerSpecification
that defines the InformationExtractionHandlerDispatcher.
|
void |
searchInformationExtractionEntityPhrases(AttributeValueTable avt)
Search for Entity Phrases.
|
void |
setConfirmedOutcome(AttributeValueTable avt)
Sets the confirmed outcome for an InformationExtraction.
|
void |
setInformationExtractionState(AttributeValueTable avt)
Manually sets a new ExtractionState for a InformationExtraction.
|
void |
showAllInformationExtractionDomainSpecifications()
Shows all of the InformationExtractionDomainSpecifications.
|
void |
showAllInformationExtractionFinisherSpecifications()
Shows all of the InformationExtractionFinisherSpecifications.
|
void |
showAllInformationExtractionParserSpecifications()
Shows all of the InformationExtractionParserSpecifications.
|
void |
showAllInformationExtractionPreparerSpecifications()
Shows all of the InformationExtractionPreparerSpecifications.
|
void |
showAllInformationExtractionSolverSpecifications()
Shows all of the InformationExtractionSolverSpecifications.
|
void |
showAllInformationExtractionSpecifications()
Shows all of the InformationExtractionSpecifications.
|
void |
showAllInformationExtractionTrainerSpecifications()
Shows all of the InformationExtractionTrainerSpecifications.
|
void |
showClassifierTrainingDocument(AttributeValueTable avt)
Show the Classifier training document generated for an InformationExtraction.
|
void |
showConllRelationTrainingDocument(AttributeValueTable avt)
Show the CONLL Relation training document generated for an InformationExtraction.
|
void |
showInformationExtraction(AttributeValueTable avt)
Show an InformationExtraction.
|
void |
showInformationExtraction(InformationExtraction ext,
String prefix,
boolean verbose)
Show details about an InformationExtraction.
|
void |
showInformationExtractionClassifierHits(InformationExtraction ext,
String prefix,
boolean verbose)
Show details about the classifier hits for an InformationExtraction.
|
void |
showInformationExtractionCorefChain(InformationExtractionCorefChain crc,
int pos,
String prefix)
Show details about a InformationExtractionCorefChain.
|
void |
showInformationExtractionDependencyGraphEdge(InformationExtractionDependencyGraphEdge edge,
String prefix)
Show details about a InformationExtractionDependencyGraphEdge.
|
protected void |
showInformationExtractionDomainSpecification(Logger logger,
InformationExtractionDomainSpecification spec,
String prefix,
boolean verbose)
Show details about a InformationExtractionDomainSpecification.
|
void |
showInformationExtractionDomainSpecification(String name)
Show details about a InformationExtractionDomainSpecification.
|
void |
showInformationExtractionEntityMention(InformationExtractionEntityMention em,
String prefix)
Show details about a InformationExtractionEntityMention.
|
void |
showInformationExtractionEntityPhrase(InformationExtractionEntityPhrase entPhrase,
String prefix)
Show details about a InformationExtractionEntityPhrase.
|
protected void |
showInformationExtractionFinisherSpecification(Logger logger,
InformationExtractionFinisherSpecification spec,
String prefix)
Show details about a InformationExtractionFinisherSpecification.
|
void |
showInformationExtractionFinisherSpecification(String name)
Show details about a InformationExtractionFinisherSpecification.
|
void |
showInformationExtractionOutcome(AttributeValueTable avt)
Show the InformationExtractionOutcome outcome and its marking objects.
|
void |
showInformationExtractionOutcome(InformationExtractionOutcome outcome,
String prefix,
boolean verbose)
Show details about a InformationExtractionOutcome.
|
void |
showInformationExtractionOutcomeMarking(InformationExtractionOutcomeMarking marking,
String prefix)
Show details about a InformationExtractionOutcomeMarking.
|
void |
showInformationExtractionOutcomeMarkingRelation(InformationExtractionOutcomeMarkingRelation markingRel,
String prefix)
Show details about a InformationExtractionOutcomeMarkingRelation.
|
protected void |
showInformationExtractionParserSpecification(Logger logger,
InformationExtractionParserSpecification spec,
String prefix)
Show details about a InformationExtractionParserSpecification.
|
void |
showInformationExtractionParserSpecification(String name)
Show details about a InformationExtractionParserSpecification.
|
protected void |
showInformationExtractionPreparerSpecification(Logger logger,
InformationExtractionPreparerSpecification spec,
String prefix)
Show details about a InformationExtractionPreparerSpecification.
|
void |
showInformationExtractionPreparerSpecification(String name)
Show details about a InformationExtractionPreparerSpecification.
|
void |
showInformationExtractionRelationMention(InformationExtractionRelationMention rm,
String prefix)
Show details about a InformationExtractionRelationMention.
|
void |
showInformationExtractionRelationTriple(InformationExtractionRelationTriple triple,
String prefix)
Show details about a InformationExtractionRelationTriple.
|
protected void |
showInformationExtractionResultSet(Logger logger,
InformationExtractionResultSet rset,
String prefix)
Show details about a InformationExtractionResultSet.
|
void |
showInformationExtractionSentence(InformationExtractionSentence sentence,
String prefix)
Show details about a InformationExtractionSentence.
|
protected void |
showInformationExtractionSolverSpecification(Logger logger,
InformationExtractionSolverSpecification spec,
String prefix)
Show details about a InformationExtractionSolverSpecification.
|
void |
showInformationExtractionSolverSpecification(String name)
Show details about a InformationExtractionSolverSpecification.
|
protected void |
showInformationExtractionSpecification(Logger logger,
InformationExtractionSpecification spec,
String prefix)
Show details about a InformationExtractionSpecification.
|
void |
showInformationExtractionSpecification(String name)
Show details about a InformationExtractionSpecification.
|
void |
showInformationExtractionToken(InformationExtractionToken token,
String prefix,
boolean verbose)
Show details about a InformationExtractionToken.
|
void |
showInformationExtractionTokenList(InformationExtractionTokenList tl,
String prefix,
boolean verbose)
Show details about a InformationExtractionTokenList.
|
void |
showInformationExtractionTokens(InformationExtraction ext,
String prefix,
boolean verbose)
Show token details about an InformationExtraction.
|
protected void |
showInformationExtractionTrainerSpecification(Logger logger,
InformationExtractionTrainerSpecification spec,
String prefix)
Show details about a InformationExtractionTrainerSpecification.
|
void |
showInformationExtractionTrainerSpecification(String name)
Show details about a InformationExtractionTrainerSpecification.
|
protected void |
showInformationExtractionTrainingSet(Logger logger,
InformationExtractionTrainingSet tset,
String prefix)
Show details about a InformationExtractionTrainingSet.
|
void |
showJson(AttributeValueTable avt)
Parse explicit JSON, showing the results of the parse only.
|
void |
showOutcomeAsConfirmationInput(InformationExtractionOutcome outcome,
String tag,
String prefix,
boolean verbose)
Show a InformationExtractionOutcome using a format that can be
edited manually and then used to set a confirmed outcome.
|
void |
showOutcomeAsTsv(InformationExtractionOutcome outcome,
String prefix,
boolean verbose)
Show a InformationExtractionOutcome matching CoreNLP TSV format for
inputs to training a custom NER model.
|
void |
showOutcomeGraphSummaryDocument(AttributeValueTable avt)
Show the graph summary document generated for an InformationExtraction.
|
void |
showOutcomeTextSummaryDocument(AttributeValueTable avt)
Show the text summary document generated for an InformationExtraction.
|
void |
showResultSet(AttributeValueTable avt)
Shows an InformationExtractionResultSet object.
|
void |
showSearchTerm(AttributeValueTable avt)
Show the Oracle Text search terms for all search types,
given a raw search term.
|
void |
showSpacyClassifierTrainingDocument(AttributeValueTable avt)
Show the Spacy Classifier training document generated for an InformationExtraction.
|
void |
showTrainingExportSet(AttributeValueTable avt)
Shows an ExportSet that tracks training data exported
from a InformationExtractionTrainingSet.
|
void |
showTrainingSet(AttributeValueTable avt)
Shows an InformationExtractionTrainingSet object.
|
void |
syncInformationExtractionEntityPhraseIndex(AttributeValueTable avt)
Sync the Oracle Text index used by the specified
InformationExtractionDomainSpecification.
|
abortTransaction, acquireLock, acquireManualLock, activateAuditHandlerSpecification, activateAuditSpecification, activateOperationActionSpecification, activateServerSpecification, activateSystemObject, addAttachment, addAttribute, addAuditEventProperty, addAuditType, addAuditTypesForClass, addBooleanHandlerProperty, addCategory, addDefinitionAuditEntryType, addDefinitionAuditEntryTypesForClass, addDefinitionAuditEntryTypesUnderClass, addDefinitionBooleanProperty, addDefinitionDoubleProperty, addDefinitionIntegerProperty, addDefinitionLongProperty, addDefinitionProperties, addDefinitionProperty, addDefinitionStringArrayProperty, addDefinitionStringProperty, addDocumentDefinitionCharacterSet, addDocumentDefinitionContent, addDocumentDefinitionContentBfileReference, addDocumentDefinitionLanguage, addGlobalOperationActionSpecification, addGroupMember, addGroupMembers, addIntegerHandlerProperty, addLifecyclePolicyEntryDefinition, addLifecyclePolicyEntryDefinition, addLongHandlerProperty, addManagedServerDeclaration, addManagedServerDeclaration, addManagedServerDeclaration, addManagedServiceDeclaration, addManagedServiceDeclaration, addPreparedSelectorBindValue, addPreparedSelectorBooleanBindValue, addPreparedSelectorIntegerBindValue, addPreparedSelectorLibraryObjectBindValue, addPreparedSelectorLongBindValue, addPreparedSelectorStringBindValue, addPublicObjectDefinitionCategory, addSchemaObjectDefinitionCategory, addStringArrayHandlerProperty, addStringHandlerProperty, addSystemObjectDefinitionBooleanProperty, addSystemObjectDefinitionCategory, addSystemObjectDefinitionIntegerProperty, addSystemObjectDefinitionLongProperty, addSystemObjectDefinitionStringArrayProperty, addSystemObjectDefinitionStringProperty, addToDocumentDefinition, addToPublicObjectDefinition, applyLogLevelOverride, applyNamedFreezeLock, applySingletonLock, assignClassDomain, assignLifecyclePolicyByCategory, assignValueDefault, assignValueDomain, beginTransaction, businessObjectExists, clearImpersonateUser, clearSharedCaches, cloneCurrentSession, cloneDefinition, cloneDefinition, comment, comment, compareObjects, completeTransaction, concatenateObjectId, concatenateStrings, concatenateStrings, concatenateStrings, concatenateStrings, concatenateStrings, concatenateStrings, concatenateStrings, concatenateToLowerStrings, concatenateToLowerStrings, concatenateToLowerStrings, concatenateToUpperStrings, concatenateToUpperStrings, concatenateToUpperStrings, connect, connect, constructAuditEvent, constructPreparedSelectorGenerator, constructPreparedSelectorGenerator, convertPropertyDefinitionsToHashtable, convertStringArray, convertToBoolean, convertToBoolean, convertToDouble, convertToDouble, convertToInteger, convertToInteger, convertToLong, convertToLong, convertToRelativePath, copy, create, createAccessControlList, createAndApplyAuditTypeList, createApplicationToken, createApplicationToken, createAuditSpecification, createAuditSpecification, createAuditSpecification, createAuditSpecification, createAuditTypeList, createAuditTypeList, createAutoFolderingActionSpecification, createAutoFolderingActionSpecification, createCategorizedDocument, createClassDomain, createClassObject, createClassObject, createCustomLockEntry, createCustomMediaDriverSpecification, createCustomMediaDriverSpecification, createDefinition, createDefinitionFromDefinitionObject, createDefinitionFromObject, createDefinitionObject, createDependentView, createDocument, createDocument, createDocument, createDocumentBatch, createDocuments, createEntireAuditSpecification, createExtendedPermission, createExtendedUserProfile, createFolder, createFolder, createFolder, createFolderLink, createFolderTree, createFormat, createGroup, createGuestSession, createLibraryObject, createLibraryObject, createLifecycleDateRuleSpecification, createLifecycleDateRuleSpecification, createLifecyclePolicy, createLifecyclePolicy, createLifecyclePolicyActionSpecification, createLifecyclePolicyActionSpecification, createLifecyclePolicyEntryDefinition, createLink, createLink, createLink, createLockTypeLookupTables, createMedia, createMedia, createNamedFreezeLock, createNamedPropertyBundle, createNodeConfiguration, createNodeConfiguration, createOperationActionSpecification, createOperationActionSpecification, createOrUpdateClassObject, createPermissionBundle, createPolicy, createPolicyList, createPropertyBundle, createQueue, createRetentionPolicy, createServerConfiguration, createServerConfiguration, createServerSpecification, createServiceConfiguration, createServiceConfiguration, createSession, createSession, createSimplePropertyTable, createSimplePropertyTableList, createStorageGroup, createStorageGroup, createSystemLockObject, createUser, createUserSession, createValueDefault, createValueDomain, deactivateAuditHandlerSpecification, deactivateAuditSpecification, deactivateOperationActionSpecification, deactivateServerSpecification, deactivateSystemObject, deactivateUnknownOperationActionSpecifications, defineAttribute, defineAuditHandlerSpecificationDefinition, defineAuditHandlerSpecificationDefinition, defineAuditTargetSpecificationDefinition, defineAuditTypeListDefinition, defineAuditTypeListDefinition, defineClassObject, defineExistingClassObject, definitionExists, deleteAllCategories, deleteAuditSpecification, deleteNamedFreezeLock, deleteRepositoryParameter, deleteUser, deregisterBusinessObject, deregisterCustomLockType, deregisterDefinition, deregisterLockType, deregisterObject, deregisterSession, deregisterTransaction, determinePrimaryObjectColumnAlias, ensureFreed, executeAutocommitSql, executePreparedSelect, executePreparedSelect, executePreparedSelect, executePreparedSelect, executePreparedSelectCount, executePreparedSelectCount, executePreparedSelectCount, executePreparedSelectFromJson, executePreparedSelectResults, exists, existsRelative, extractContentForIndexing, findOrCreateCompositeGroup, freeClassDomain, freeClassObject, freeExtendedPermission, freeFolder, freeFormat, freeNamedPropertyBundle, freeNamedPropertyBundle, freeNodeConfiguration, freeNodeConfiguration, freeObject, freePermissionBundle, freePolicy, freeServerConfiguration, freeServerConfiguration, freeServiceConfiguration, freeServiceConfiguration, freeUnreferencedContent, freeValueDefault, freeValueDomain, generateClassObjectDefinitionTag, getAbsolutePath, getAclValueForConfigurationObjects, getAttributeValue, getAttributeValue, getAttributeValue, getAuditDriverHelper, getAuditEventDispatcher, getAuditingStartingId, getAuxiliaryTargets, getBindValues, getBypassSecurityAliases, getClassObjectCreationMode, getConsoleInputBoolean, getConsoleInputString, getConsoleInputString, getConsoleInputString, getConsoleSecureInputString, getContentPath, getCurrentSession, getDriver, getIncludedFileSettings, getLogWriter, getManagedServerDeclarations, getManagedServiceDeclarations, getParameterTable, getSavedSearchResultPrimaryObjects, getSavedSearchResults, getShowDates, getStringArray, getStringsFromArrayToken, getStripNumbersFromAuditEventProperties, handleEventPostedForCustomAuditHistory, handleTimerExpiredForCustomAuditHistory, identifyAcl, identifyAcl, identifyApplicationToken, identifyAttribute, identifyAttributePropertyBundle, identifyAuditHandlerSpecification, identifyAuditSpecification, identifyAuditTargetSpecification, identifyAuditTypeList, identifyAuditTypeListBySpecification, identifyAutoFolderingActionSpecification, identifyByAttribute, identifyByPath, identifyByRelativePath, identifyCategory, identifyCategory, identifyClassAcl, identifyClassDomain, identifyClassObject, identifyClassPolicyBundle, identifyClassPropertyBundle, identifyCompositeGroup, identifyCustomLock, identifyCustomMediaDriverSpecification, identifyDependentView, identifyExtendedPermission, identifyFormat, identifyGlobalAuditSpecification, identifyGlobalAuditTypeList, identifyGroup, identifyGuestUser, identifyInstancePropertyBundle, identifyLibraryObject, identifyLifecycleDateRuleSpecification, identifyLifecyclePolicy, identifyLifecyclePolicyActionSpecification, identifyLifecyclePolicyEntry, identifyMedia, identifyMessageEntry, identifyMessageList, identifyNamedFreezeLock, identifyNamedPropertyBundle, identifyNodeConfiguration, identifyObjectAuditSpecification, identifyObjectProperty, identifyOperationActionSpecification, identifyPermissionBundle, identifyPolicy, identifyPolicyList, identifyPrimaryUserProfile, identifyPropertyBundle, identifyQueue, identifyQueueTypeMapBundle, identifyRetentionPolicy, identifyServerConfiguration, identifyServerSpecification, identifyServiceConfiguration, identifySingletonLockType, identifyStorageGroup, identifySystemAcl, identifySystemLockObject, identifySystemUser, identifyUser, identifyValueDefault, identifyValueDomain, identifyWorldGroup, impersonateUser, impersonateUser, initializeManualTextIndexingRetainedEvents, isBootstrapModeEnabled, isDomainScopeImpliedForSearch, isInArray, log, log, lookupAcl, lookupApplicationToken, lookupAuditDomainContext, lookupAuditSpecification, lookupAutoFolderingActionSpecification, lookupBusinessObject, lookupBusinessObjectHashtable, lookupBusinessObjectList, lookupClassAcl, lookupDatatype, lookupDatatypeString, lookupDefinition, lookupDefinition, lookupDirectoryObject, lookupDocument, lookupFolder, lookupFormat, lookupFormatFromCollection, lookupGroup, lookupMedia, lookupMessageEntry, lookupObject, lookupObject, lookupObjectAttributeValue, lookupObjectId, lookupOperationActionSpecification, lookupPublicObject, lookupQueue, lookupSessionByTag, lookupSystemAcl, lookupSystemLockObject, lookupTagBySessionId, lookupUser, lookupUserFromCollection, makeDefinitionReadOnly, markCurrentAuditingId, modifyClassObject, move, moveCategory, normalizeBooleanString, notifyCustomAuditHistoryHandler, objectExists, postCustomAuditEvent, postCustomAuditEvent, postCustomAuditEvent, postSystemAuditEvent, postSystemAuditEvent, preprocessDocumentSettings, preprocessPublicObjectSettings, printStackTrace, processManualTextIndexingRetainedEvents, processRawAuditEvents, purgeGlobalAuditHistory, reactivateUnknownOperationActionSpecifications, readDocumentContent, refreshDependentView, registerAllNonCustomAuditTypes, registerAuditEventType, registerAuditEventType, registerBusinessObject, registerCustomAuditType, registerCustomLockType, registerDefinition, registerLockType, registerNewSession, registerObject, registerTransaction, releaseLock, releaseManualLock, removeAcesForFreedGrantees, removeAllAttachments, removeAttachment, removeAttribute, removeClassProperty, removeCustomLockEntry, removeGroupMembers, removeNamedFreezeLock, removeProperties, removeServerFromNodeConfiguration, removeServiceFromNodeConfiguration, removeSession, removeSessionState, removeSingletonLock, removeTag, rename, replaceMediaLookupsByFormat, replaceSession, resetFolderCountInfo, restoreGlobalOperationActionSpecification, runSchemaCreator, runScript, saveGlobalOperationActionSpecification, saveSearchResultPrimaryObjects, saveSearchResults, searchAuditHistory, searchAuditHistory, searchAuditHistory, sessionExists, setAdminMode, setAdminMode, setArrayTokenDelimiter, setAuditingStartingId, setAuditSpecificationAuditHandlerSpecificationDefinition, setAuditSpecificationAuditTargetSpecificationDefinition, setAuditSpecificationAuditTypeListDefinition, setAuditTargetSpecificationDefinitionTarget, setBooleanInstanceProperty, setClassObjectCreationMode, setClassPolicyList, setClassProperty, setCreateCategoriesServerSideOption, setCurrentSession, setCurrentSession, setDateFormat, setDefaultAuditEventSortClause, setDefaultMedia, setDefaultScriptOperationsClass, setDefaultStorageGroup, setDefinitionAttribute, setDefinitionAttribute, setDefinitionBooleanAttribute, setDefinitionClassObjectAttribute, setDefinitionDateAttribute, setDefinitionDirectoryObjectArrayAttribute, setDefinitionDirectoryObjectAttribute, setDefinitionDoubleAttribute, setDefinitionIntegerAttribute, setDefinitionLongAttribute, setDefinitionNullStringAttribute, setDefinitionObjectAttribute, setDefinitionSchemaObjectArrayAttribute, setDefinitionSchemaObjectAttribute, setDefinitionStringArrayAttribute, setDefinitionStringAttribute, setDefinitionSystemObjectAttribute, setDocumentDefinitionContentObjectDefinition, setGlobalAuditTypeList, setGlobalOperationActionSpecifications, setInstallationMode, setInstallationMode, setInstanceProperty, setIntegerInstanceProperty, setLifecyclePolicyDefinitionDeleteEntriesOption, setLocale, setLongInstanceProperty, setLongSessionState, setMainSessionAsCurrentSession, setMediaLookupByFormat, setNumberFormat, setObjectProperty, setPreventSessionTimeouts, setPreventSessionTimeouts, setProperty, setPublicObjectInstanceProperty, setRepositoryParameter, setStringInstanceProperty, setStringSessionState, setSubstitutionPrefix, setSystemAdminMode, setSystemAdminMode, setSystemObjectInstanceProperty, setTimeoutPeriodOption, setTimeZone, setUserCreateOptions, setUserDefaultAcl, setUserDeleteOptions, showAcl, showAggregateAuditEventColumns, showAllAutoFolderingActionSpecifications, showAllClassAcls, showAllClassDomains, showAllClassObjects, showAllCustomAuditSpecifications, showAllCustomMediaDriverSpecifications, showAllDependentViews, showAllExtendedPermissions, showAllExternalRetentionPolicies, showAllFormats, showAllLifecycleDateRuleSpecifications, showAllLifecyclePolicies, showAllLifecyclePolicyActionSpecifications, showAllMedias, showAllNodeConfigurations, showAllNodeConfigurations, showAllOperationActionSpecifications, showAllPermissionBundles, showAllPolicies, showAllPolicyLists, showAllRepositoryParameters, showAllRetentionPolicies, showAllServerConfigurations, showAllServerConfigurations, showAllServerSpecifications, showAllServiceConfigurations, showAllServiceConfigurations, showAllStorageGroups, showAllSystemAcls, showAllValueDefaults, showAllValueDomains, showApplicationToken, showApplicationTokens, showAttachments, showAttribute, showAttribute, showAuditCertificates, showAuditEventOperationTypes, showAuditSpecification, showAuditTypeList, showAuditTypesForClass, showAuditTypesForCreateOperations, showAuditTypesForFreeOperations, showAuditTypesUnderClass, showAutoFolderingActionSpecification, showCapabilities, showClassDomain, showClassDomain, showClassObject, showClassObjectAndSubNames, showClassObjectAndSubs, showCompositeGroup, showCreateClassObjectScript, showCurrentUser, showCustomAuditHistory, showCustomAuditHistory, showCustomAuditTypes, showCustomMediaDriverSpecification, showDefaultMedia, showDefaultStorageGroup, showDefineAttributeScript, showDefinition, showDefinitionObject, showDependentView, showDocument, showDocumentCharacterSet, showDocumentContentInfo, showDocumentContents, showDocumentContents, showDocumentContents, showDocumentLanguage, showDocumentsWithLifecyclePolicy, showExpandedAuditTypeList, showExtendedPermission, showFolder, showFolder, showFolderCountInfo, showFormat, showGlobalAuditHistory, showGlobalAuditHistory, showGlobalAuditSpecification, showGlobalAuditTypeList, showGlobalOperationActionSpecifications, showGroup, showInstanceProperty, showInstancePropertyBundle, showLibraryObject, showLibraryObject, showLifecycleDateRuleSpecification, showLifecyclePolicy, showLifecyclePolicyActionSpecification, showLifecyclePolicyEntry, showLink, showLocalizer, showLockEntry, showLockEntryInfo, showLockTypeLookupTables, showMedia, showMediaLookupByFormatMappings, showMessageEntry, showMessageList, showNamedPropertyBundle, showNodeConfiguration, showNodeConfiguration, showObject, showObjectAuditHistory, showObjectAuditHistory, showObjectAuditSpecification, showOperationActionSpecification, showParsedArrayToken, showParsedOperationString, showPermissionBundle, showPolicy, showPolicyList, showPreparedSelector, showPreparedSelector, showProperty, showPropertyBundle, showRepositoryParameter, showRetentionPolicy, showRuntimeStatistics, showSavedSearchResultPrimaryObjects, showSavedSearchResults, showServerConfiguration, showServerConfiguration, showServerSpecification, showServiceConfiguration, showServiceConfiguration, showServiceStatistics, showSessionCacheStatistics, showSessionState, showSimplePropertyTable, showSimplePropertyTableList, showStorageGroup, showUser, showValueDefault, showValueDefault, showValueDomain, showValueDomain, sleep, syncContentIndex, syncIndex, testJsonString, tokenToDirectoryObjectArray, tokenToDirectoryUserArray, tokenToDocumentArray, transactionExists, unregisterAuditEventType, unregisterCustomAuditType, update, updateAccessControlList, updateClassDomain, updateDefinitionObject, updateLibraryObject, updateLibraryObject, updateLibraryObject, updateNodeConfiguration, updateNodeConfiguration, updateServerConfiguration, updateServerConfiguration, updateServiceConfiguration, updateServiceConfiguration, updateUserPassword, updateValueDefault, updateValueDomain, verifyBusinessObjectTagNotExists, verifyDefinitionTagNotExists, verifyDefinitionWriteable, verifyObjectTagNotExists, writeConsoleOutputString, writeConsoleOutputString, writeDocumentContentToFile, zeroPad
public static final String CRLF
public static final String[] SIGNIFICANT_VERB_LEMMAS_EN
public ExtractionOperations(ScriptDriver driver)
driver
- the main script driver instancepublic void createInformationExtraction(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void addInformationExtractionSetting(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
getAttributeValue
.avt
- the named argumentsIfsException
- if the operation failspublic void addPreparerOverrideSetting(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
getAttributeValue
.avt
- the named argumentsIfsException
- if the operation failspublic void addParserOverrideSetting(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
getAttributeValue
.avt
- the named argumentsIfsException
- if the operation failspublic void addSolverOverrideSetting(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
getAttributeValue
.avt
- the named argumentsIfsException
- if the operation failspublic void addFinisherOverrideSetting(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
getAttributeValue
.avt
- the named argumentsIfsException
- if the operation failspublic void addTrainerOverrideSetting(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
getAttributeValue
.avt
- the named argumentsIfsException
- if the operation failspublic void createLegalImplicitRelationsDocument(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void addUnconfirmedResult(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
getAttributeValue
.avt
- the named argumentsIfsException
- if the operation failspublic void addConfirmedResult(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
getAttributeValue
.avt
- the named argumentsIfsException
- if the operation failspublic void setInformationExtractionState(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void createInformationExtractionBatch(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void showInformationExtraction(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void showInformationExtractionOutcome(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void showInformationExtraction(InformationExtraction ext, String prefix, boolean verbose) throws IfsException
ext
- the InformationExtraction to showprefix
- the indentation prefixverbose
- whether the output should be verboseIfsException
- if the operation failspublic void showInformationExtractionClassifierHits(InformationExtraction ext, String prefix, boolean verbose) throws IfsException
ext
- the InformationExtraction to showprefix
- the indentation prefixIfsException
- if the operation failspublic void showInformationExtractionTokens(InformationExtraction ext, String prefix, boolean verbose) throws IfsException
ext
- the InformationExtraction to showprefix
- the indentation prefixverbose
- whether the output should be verboseIfsException
- if the operation failspublic void showInformationExtractionOutcome(InformationExtractionOutcome outcome, String prefix, boolean verbose) throws IfsException
outcome
- the InformationExtractionOutcome to showprefix
- the indentation prefixverbose
- whether output should be verboseIfsException
- if the operation failspublic void showOutcomeAsTsv(InformationExtractionOutcome outcome, String prefix, boolean verbose) throws IfsException
outcome
- the InformationExtractionOutcome to showprefix
- the indentation prefixverbose
- whether output should be verboseIfsException
- if the operation failspublic void showOutcomeAsConfirmationInput(InformationExtractionOutcome outcome, String tag, String prefix, boolean verbose) throws IfsException
outcome
- the InformationExtractionOutcome to showtag
- the tag name used in the calling operationprefix
- the indentation prefixverbose
- whether output should be verboseIfsException
- if the operation failspublic void setConfirmedOutcome(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void showInformationExtractionOutcomeMarking(InformationExtractionOutcomeMarking marking, String prefix) throws IfsException
marking
- the InformationExtractionOutcomeMarking to showprefix
- the indentation prefixIfsException
- if the operation failsprotected String deriveMarkingSource(InformationExtractionOutcomeMarking marking) throws IfsException
marking
- the InformationExtractionOutcomeMarkingIfsException
- if the operation failspublic void showInformationExtractionOutcomeMarkingRelation(InformationExtractionOutcomeMarkingRelation markingRel, String prefix) throws IfsException
marking
- the InformationExtractionOutcomeMarkingRelation to showprefix
- the indentation prefixIfsException
- if the operation failsprotected String deriveRelationSource(InformationExtractionOutcomeMarkingRelation markingRel) throws IfsException
markingRel
- the InformationExtractionOutcomeMarkingRelationIfsException
- if the operation failspublic void showInformationExtractionTokenList(InformationExtractionTokenList tl, String prefix, boolean verbose) throws IfsException
tl
- the InformationExtractionTokenList to showprefix
- the indentation prefixverbose
- whether the output should be verboseIfsException
- if the operation failspublic void showInformationExtractionToken(InformationExtractionToken token, String prefix, boolean verbose) throws IfsException
tl
- the InformationExtractionToken to showprefix
- the indentation prefixverbose
- whether the output should be verboseIfsException
- if the operation failspublic void showInformationExtractionSentence(InformationExtractionSentence sentence, String prefix) throws IfsException
sentence
- the InformationExtractionSentence to showprefix
- the indentation prefixIfsException
- if the operation failspublic void showInformationExtractionCorefChain(InformationExtractionCorefChain crc, int pos, String prefix) throws IfsException
crc
- the InformationExtractionCorefChain to showpos
- the position of the InformationExtractionCorefChain
within the tokens Document (1-based)prefix
- the indentation prefixIfsException
- if the operation failspublic void showInformationExtractionEntityMention(InformationExtractionEntityMention em, String prefix) throws IfsException
em
- the InformationExtractionEntityMention to showprefix
- the indentation prefixIfsException
- if the operation failspublic void showInformationExtractionRelationMention(InformationExtractionRelationMention rm, String prefix) throws IfsException
rm
- the InformationExtractionRelationMention to showprefix
- the indentation prefixIfsException
- if the operation failspublic void showInformationExtractionRelationTriple(InformationExtractionRelationTriple triple, String prefix) throws IfsException
triple
- the InformationExtractionRelationTriple to showprefix
- the indentation prefixIfsException
- if the operation failspublic void showInformationExtractionDependencyGraphEdge(InformationExtractionDependencyGraphEdge edge, String prefix) throws IfsException
edge
- the InformationExtractionDependencyGraphEdge to showprefix
- the indentation prefixIfsException
- if the operation failspublic void showOutcomeTextSummaryDocument(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void showOutcomeGraphSummaryDocument(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void showClassifierTrainingDocument(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void showSpacyClassifierTrainingDocument(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void showConllRelationTrainingDocument(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void regenerateClassifierTrainingDocuments(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void executeInformationExtraction(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void confirmInformationExtraction(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void cancelConfirmedInformationExtraction(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void createInformationExtractionSpecification(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void identifyInformationExtractionSpecification(String tag, String name) throws IfsException
tag
- the tag to usename
- the InformationExtractionSpecification nameIfsException
- if the operation failspublic void showInformationExtractionSpecification(String name) throws IfsException
name
- the InformationExtractionSpecification nameIfsException
- if the operation failspublic void showAllInformationExtractionSpecifications() throws IfsException
IfsException
- if the operation failsprotected void showInformationExtractionSpecification(Logger logger, InformationExtractionSpecification spec, String prefix) throws IfsException
logger
- the log contextspec
- the InformationExtractionSpecification to showprefix
- the indentation prefixIfsException
- if the operation failspublic void freeInformationExtractionSpecification(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void createInformationExtractionDomainSpecification(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void addInformationExtractionEntityType(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void addInformationExtractionEntityRelationType(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void addInformationExtractionLegalEntityRelation(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void addInformationExtractionImplicitEntityRelation(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void addInformationExtractionEntityPhrase(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void addInformationExtractionRegexPattern(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void addInformationExtractionRegexRule(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void addInformationExtractionRegexMapping(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void identifyInformationExtractionDomainSpecification(String tag, String name) throws IfsException
tag
- the tag to usename
- the InformationExtractionDomainSpecification nameIfsException
- if the operation failspublic void showInformationExtractionDomainSpecification(String name) throws IfsException
name
- the InformationExtractionDomainSpecification nameIfsException
- if the operation failspublic void showAllInformationExtractionDomainSpecifications() throws IfsException
IfsException
- if the operation failsprotected void showInformationExtractionDomainSpecification(Logger logger, InformationExtractionDomainSpecification spec, String prefix, boolean verbose) throws IfsException
logger
- the log contextspec
- the InformationExtractionDomainSpecification to showprefix
- the indentation prefixverbose
- whether the output should be verboseIfsException
- if the operation failspublic void showInformationExtractionEntityPhrase(InformationExtractionEntityPhrase entPhrase, String prefix) throws IfsException
phrase
- the InformationExtractionEntityPhrase to showprefix
- the prefixIfsException
- if the operation failspublic void freeInformationExtractionDomainSpecification(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void createInformationExtractionPreparerSpecification(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void identifyInformationExtractionPreparerSpecification(String tag, String name) throws IfsException
tag
- the tag to usename
- the InformationExtractionPreparerSpecification nameIfsException
- if the operation failspublic void showInformationExtractionPreparerSpecification(String name) throws IfsException
name
- the InformationExtractionPreparerSpecification nameIfsException
- if the operation failspublic void showAllInformationExtractionPreparerSpecifications() throws IfsException
IfsException
- if the operation failsprotected void showInformationExtractionPreparerSpecification(Logger logger, InformationExtractionPreparerSpecification spec, String prefix) throws IfsException
logger
- the log contextspec
- the InformationExtractionPreparerSpecification to showprefix
- the indentation prefixIfsException
- if the operation failspublic void freeInformationExtractionPreparerSpecification(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void createInformationExtractionParserSpecification(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void identifyInformationExtractionParserSpecification(String tag, String name) throws IfsException
tag
- the tag to usename
- the InformationExtractionParserSpecification nameIfsException
- if the operation failspublic void showInformationExtractionParserSpecification(String name) throws IfsException
name
- the InformationExtractionParserSpecification nameIfsException
- if the operation failspublic void showAllInformationExtractionParserSpecifications() throws IfsException
IfsException
- if the operation failsprotected void showInformationExtractionParserSpecification(Logger logger, InformationExtractionParserSpecification spec, String prefix) throws IfsException
logger
- the log contextspec
- the InformationExtractionParserSpecification to showprefix
- the indentation prefixIfsException
- if the operation failspublic void freeInformationExtractionParserSpecification(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void createInformationExtractionSolverSpecification(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void identifyInformationExtractionSolverSpecification(String tag, String name) throws IfsException
tag
- the tag to usename
- the InformationExtractionSolverSpecification nameIfsException
- if the operation failspublic void showInformationExtractionSolverSpecification(String name) throws IfsException
name
- the InformationExtractionSolverSpecification nameIfsException
- if the operation failspublic void showAllInformationExtractionSolverSpecifications() throws IfsException
IfsException
- if the operation failsprotected void showInformationExtractionSolverSpecification(Logger logger, InformationExtractionSolverSpecification spec, String prefix) throws IfsException
logger
- the log contextspec
- the InformationExtractionSolverSpecification to showprefix
- the indentation prefixIfsException
- if the operation failspublic void freeInformationExtractionSolverSpecification(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void createInformationExtractionFinisherSpecification(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void identifyInformationExtractionFinisherSpecification(String tag, String name) throws IfsException
tag
- the tag to usename
- the InformationExtractionFinisherSpecification nameIfsException
- if the operation failspublic void showInformationExtractionFinisherSpecification(String name) throws IfsException
name
- the InformationExtractionFinisherSpecification nameIfsException
- if the operation failspublic void showAllInformationExtractionFinisherSpecifications() throws IfsException
IfsException
- if the operation failsprotected void showInformationExtractionFinisherSpecification(Logger logger, InformationExtractionFinisherSpecification spec, String prefix) throws IfsException
logger
- the log contextspec
- the InformationExtractionFinisherSpecification to showprefix
- the indentation prefixIfsException
- if the operation failspublic void freeInformationExtractionFinisherSpecification(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void createInformationExtractionTrainerSpecification(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void identifyInformationExtractionTrainerSpecification(String tag, String name) throws IfsException
tag
- the tag to usename
- the InformationExtractionTrainerSpecification nameIfsException
- if the operation failspublic void showInformationExtractionTrainerSpecification(String name) throws IfsException
name
- the InformationExtractionTrainerSpecification nameIfsException
- if the operation failspublic void showAllInformationExtractionTrainerSpecifications() throws IfsException
IfsException
- if the operation failsprotected void showInformationExtractionTrainerSpecification(Logger logger, InformationExtractionTrainerSpecification spec, String prefix) throws IfsException
logger
- the log contextspec
- the InformationExtractionTrainerSpecification to showprefix
- the indentation prefixIfsException
- if the operation failspublic void freeInformationExtractionTrainerSpecification(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void createTrainingSet(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void showTrainingSet(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void addTrainingSetClassifierDocument(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void addTrainingSetRelationDocument(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failsprotected void showInformationExtractionTrainingSet(Logger logger, InformationExtractionTrainingSet tset, String prefix) throws IfsException
logger
- the log contexttset
- the InformationExtractionTrainingSet to showprefix
- the indentation prefixIfsException
- if the operation failspublic void createNerClassifierDocument(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void createSpacyClassifierDocument(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void createRelationMentionModelDocument(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void createRegexPatternDocument(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void createRegexPatternJsonDocument(AttributeValueTable avt) throws IfsException
This is used by the Spacy parser.
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void createRegexRuleJsonDocument(AttributeValueTable avt) throws IfsException
This operation is deprecated. Use instead.
avt
- the named argumentsIfsException
- if the operation failspublic void createEntityRulerRegexRuleJsonDocument(AttributeValueTable avt) throws IfsException
This is used by the Spacy parser.
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void createTokenMatcherRegexRuleJsonDocument(AttributeValueTable avt) throws IfsException
This is used by the Spacy parser.
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void createDependencyMatcherRegexRuleJsonDocument(AttributeValueTable avt) throws IfsException
This is used by the Spacy parser.
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void createRegexRuleDocument(AttributeValueTable avt) throws IfsException
This operation is deprecated.
Use createCoreNlpRegexRuleDocument
instead.
avt
- the named argumentsIfsException
- if the operation failspublic void createCoreNlpRegexRuleDocument(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void isLegalRegexPattern(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void isLegalCoreNlpRegexRule(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void createTrainingExportSet(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void removeTrainingExportSet(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void showTrainingExportSet(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void exportNerClassifierModelData(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void exportRelationMentionModelData(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void importNerClassifierModelData(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void importRelationMentionModelData(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void createResultSet(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void showResultSet(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failsprotected void showInformationExtractionResultSet(Logger logger, InformationExtractionResultSet rset, String prefix) throws IfsException
logger
- the log contexttset
- the InformationExtractionResultSet to showprefix
- the indentation prefixIfsException
- if the operation failspublic void addSetting(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
getAttributeValue
.avt
- the named argumentsIfsException
- if the operation failspublic void addSettings(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failsprotected InformationExtractionOutcomeMarking createMarking(InformationExtraction ext, List<InformationExtractionToken> listOfMarkingTokens, InformationExtractionEntityType entType) throws IfsException
ext
- the InformationExtractionlistOfMarkingTokens
- the list of tokens comprising the markingentType
- the marking entity typeIfsException
- if the operation failsprotected String parseMarkingType(String fullMarkingType, String delim)
fullMarkingType
- the InformationExtractiondelim
- the list of tokens comprising the markingprotected String parseMarkingTag(String fullMarkingType, String delim)
fullMarkingType
- the InformationExtractiondelim
- the list of tokens comprising the markingpublic void syncInformationExtractionEntityPhraseIndex(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void createJsonPhraseDocumentBatch(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void showSearchTerm(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void searchInformationExtractionEntityPhrases(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void showJson(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void executePythonScript(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void executePythonScriptIO(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void addEventAssignmentTable(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void addEventAssignmentTables(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void replaceEventAssignmentTableList(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failspublic void addProperty(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
getAttributeValue
.
avt
- the named argumentsIfsException
- if the operation failsScriptOperations.getAttributeValue(AttributeValueTable, String[])
public void processAllEvents(AttributeValueTable avt) throws IfsException
The keys supported by this operation:
avt
- the named argumentsIfsException
- if the operation failsprotected InformationExtraction lookupInformationExtraction(LibrarySession sess, String tag) throws IfsException
A RuntimeException is thrown if there is no object registered with the specified tag, or if the object registered is not a InformationExtraction.
sess
- the sessiontag
- the object tagIfsException
- if the operation failsprotected InformationExtractionSpecification lookupInformationExtractionSpecification(LibrarySession sess, String tagOrName) throws IfsException
Try to lookup the object using the specified string as the object tag, and if that fails attempt a lookup by name.
sess
- handle to the current sessiontagOrName
- InformationExtractionSpecification tag or nameIfsException
- if the operation failsprotected InformationExtractionAbstractSpecification lookupInformationExtractionAbstractSpecification(LibrarySession sess, String tagOrName) throws IfsException
Try to lookup the object using the specified string as the object tag, and if that fails attempt a lookup by name.
sess
- handle to the current sessiontagOrName
- InformationExtractionAbstractSpecification tag or nameIfsException
- if the operation failsprotected InformationExtractionDomainSpecification lookupInformationExtractionDomainSpecification(LibrarySession sess, String tagOrName) throws IfsException
Try to lookup the object using the specified string as the object tag, and if that fails attempt a lookup by name.
sess
- handle to the current sessiontagOrName
- InformationExtractionDomainSpecification tag or nameIfsException
- if the operation failsprotected InformationExtractionPreparerSpecification lookupInformationExtractionPreparerSpecification(LibrarySession sess, String tagOrName) throws IfsException
Try to lookup the object using the specified string as the object tag, and if that fails attempt a lookup by name.
sess
- handle to the current sessiontagOrName
- InformationExtractionPreparerSpecification tag or nameIfsException
- if the operation failsprotected InformationExtractionParserSpecification lookupInformationExtractionParserSpecification(LibrarySession sess, String tagOrName) throws IfsException
Try to lookup the object using the specified string as the object tag, and if that fails attempt a lookup by name.
sess
- handle to the current sessiontagOrName
- InformationExtractionParserSpecification tag or nameIfsException
- if the operation failsprotected InformationExtractionSolverSpecification lookupInformationExtractionSolverSpecification(LibrarySession sess, String tagOrName) throws IfsException
Try to lookup the object using the specified string as the object tag, and if that fails attempt a lookup by name.
sess
- handle to the current sessiontagOrName
- InformationExtractionSolverSpecification tag or nameIfsException
- if the operation failsprotected InformationExtractionFinisherSpecification lookupInformationExtractionFinisherSpecification(LibrarySession sess, String tagOrName) throws IfsException
Try to lookup the object using the specified string as the object tag, and if that fails attempt a lookup by name.
sess
- handle to the current sessiontagOrName
- InformationExtractionFinisherSpecification tag or nameIfsException
- if the operation failsprotected InformationExtractionTrainerSpecification lookupInformationExtractionTrainerSpecification(LibrarySession sess, String tagOrName) throws IfsException
Try to lookup the object using the specified string as the object tag, and if that fails attempt a lookup by name.
sess
- handle to the current sessiontagOrName
- InformationExtractionTrainerSpecification tag or nameIfsException
- if the operation failsCopyright © 2023. All rights reserved.