AlvisNLP

corpus processing engine

LLLReader

Synopsis

Read files and annotations in LLL format .

Description

LLLReader reads files in source in LLL challenge format.

Snippet

<lllreader class="LLLReader">
    <source></source>
</lllreader>

Mandatory parameters

source

Mandatory

Path of the file or directory, or URL, containg the files to import.

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.

agentFeature

Default value: `agent`
Type: String

Feature that has the value yes for entities that represent an agent.

dependenciesRelation

Default value: `dependencies`
Type: String

Name of the relation whose tuples represent dependencies.

dependencyLabelFeature

Default value: `label`
Type: String

Feature where to store the dependency label.

dependentRole

Default value: `dependent`
Type: String

Name of the role of the argument that represent the dependency dependent.

genicAgentRole

Default value: `agent`
Type: String

Role of the argument that represent the genic interaction target.

genicInteractionRelation

Default value: `genicInteraction`
Type: String

Name of the relation whose tuples represent genic interactions.

genicTargetRole

Default value: `target`
Type: String

Role of the argument that represent the genic interaction target.

headRole

Default value: `head`
Type: String

Name of the role of the argument that represent the dependency head.

idFeature

Default value: `id`
Type: String

Feature where to store annotations and tuples identifiers.

lemmaFeature

Default value: `lemma`
Type: String

Feature where to store the word lemma.

section

Default value: `text`
Type: String

Name of the unique section created.

sentenceLayer

Default value: `sentences`
Type: String

Name of the layer where to store sentence annotations.

targetFeature

Default value: `target`
Type: String

Feature that has the value yes for entities that represent a target.

wordLayer

Default value: `words`
Type: String

Name of the layer where to store word annotations.

Deprecated parameters

agentFeatureName

Deprecated
Type: String

Deprecated parameter alias for agentFeature .

dependenciesRelationName

Deprecated
Type: String

Deprecated parameter alias for dependenciesRelation .

dependencyLabelFeatureName

Deprecated
Type: String

Deprecated parameter alias for dependencyLabelFeature .

genicInteractionRelationName

Deprecated
Type: String

Deprecated parameter alias for genicInteractionRelation .

idFeatureName

Deprecated
Type: String

Deprecated parameter alias for idFeature .

lemmaFeatureName

Deprecated
Type: String

Deprecated parameter alias for lemmaFeature .

sectionName

Deprecated
Type: String

Deprecated parameter alias for section .

sentenceLayerName

Deprecated
Type: String

Deprecated alias for sentenceLayer .

targetFeatureName

Deprecated
Type: String

Deprecated parameter alias for targetFeature .

wordLayerName

Deprecated
Type: String

Deprecated alias for wordLayer .