AlvisNLP

corpus processing engine

SQLImport

Synopsis

synopsis

This module is experimental.

Description

synopsis

Snippet

<sqlimport class="SQLImport">
    <action></action>
    <parameters></parameters>
    <password></password>
    <query></query>
    <target></target>
    <url></url>
    <username></username>
</sqlimport>

Mandatory parameters

action

Mandatory
Type: Expression

parameters

Mandatory

password

Mandatory
Type: String

query

Mandatory
Type: String

target

Mandatory
Type: Expression

url

Mandatory
Type: String

username

Mandatory
Type: String

Optional parameters

constantAnnotationFeatures

Optional
Type: Mapping

Constant features to add to each annotation created by this module.

constantDocumentFeatures

Optional
Type: Mapping

Constant features to add to each document created by this module.

constantRelationFeatures

Optional
Type: Mapping

Constant features to add to each relation created by this module.

constantSectionFeatures

Optional
Type: Mapping

Constant features to add to each section created by this module.

constantTupleFeatures

Optional
Type: Mapping

Constant features to add to each tuple created by this module.

addToLayer

Default value: `false`
Type: Boolean

Allow to add annotations to layers.

createAnnotations

Default value: `false`
Type: Boolean

Allow the creation of annotations.

createDocuments

Default value: `false`
Type: Boolean

Allow the creation of documents.

createRelations

Default value: `false`
Type: Boolean

Allow the creation of relations.

createSections

Default value: `false`
Type: Boolean

Allow the creation of sections.

createTuples

Default value: `false`
Type: Boolean

Allow to create tuples.

deleteElements

Default value: `false`
Type: Boolean

Allow to delete elements.

removeFromLayer

Default value: `false`
Type: Boolean

Allow to remove annotations from layers.

setArguments

Default value: `false`
Type: Boolean

Allow to set tuple arguments.

setFeatures

Default value: `false`
Type: Boolean

Allow to set element features.

Deprecated parameters