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
Path of the file or directory, or URL, containg the files to import.
Optional parameters
constantAnnotationFeatures
Constant features to add to each annotation created by this module.
constantDocumentFeatures
Constant features to add to each document created by this module.
constantRelationFeatures
Constant features to add to each relation created by this module.
constantSectionFeatures
Constant features to add to each section created by this module.
constantTupleFeatures
Constant features to add to each tuple created by this module.
agentFeature
Feature that has the value yes
for entities that represent an agent.
dependenciesRelation
Name of the relation whose tuples represent dependencies.
dependencyLabelFeature
Feature where to store the dependency label.
dependentRole
Name of the role of the argument that represent the dependency dependent.
genicAgentRole
Role of the argument that represent the genic interaction target.
genicInteractionRelation
Name of the relation whose tuples represent genic interactions.
genicTargetRole
Role of the argument that represent the genic interaction target.
headRole
Name of the role of the argument that represent the dependency head.
idFeature
Feature where to store annotations and tuples identifiers.
lemmaFeature
Feature where to store the word lemma.
section
Name of the unique section created.
sentenceLayer
Name of the layer where to store sentence annotations.
targetFeature
Feature that has the value yes
for entities that represent a target.
wordLayer
Name of the layer where to store word annotations.
Deprecated parameters
agentFeatureName
Deprecated parameter alias for agentFeature .
dependenciesRelationName
Deprecated parameter alias for dependenciesRelation .
dependencyLabelFeatureName
Deprecated parameter alias for dependencyLabelFeature .
genicInteractionRelationName
Deprecated parameter alias for genicInteractionRelation .
idFeatureName
Deprecated parameter alias for idFeature .
lemmaFeatureName
Deprecated parameter alias for lemmaFeature .
sectionName
Deprecated parameter alias for section .
sentenceLayerName
Deprecated alias for sentenceLayer .
targetFeatureName
Deprecated parameter alias for targetFeature .
wordLayerName
Deprecated alias for wordLayer .