-
Notifications
You must be signed in to change notification settings - Fork 6
module__LLLReader
#org.bibliome.alvisnlp.modules.LLLReader
Read files and annotations in LLL format.
org.bibliome.alvisnlp.modules.LLLReader reads files in source in LLL challenge format.
Optional
Type: SourceStream
Path of the file or directory, or URL, containg the files to import.
Optional
Type: Mapping
Constant features to add to each annotation created by this module
Optional
Type: Mapping
Constant features to add to each document created by this module
Optional
Type: Mapping
Constant features to add to each relation created by this module
Optional
Type: Mapping
Constant features to add to each section created by this module
Optional
Type: Mapping
Constant features to add to each tuple created by this module
Default value: agent
Type: String
Feature that has the value yes
for entities that represent an agent.
Default value: dependencies
Type: String
Name of the relation whose tuples represent dependencies.
Default value: label
Type: String
Feature where to store the dependency label.
Default value: dependent
Type: String
Name of the role of the argument that represent the dependency dependent.
Default value: agent
Type: String
Role of the argument that represent the genic interaction target.
Default value: genicInteraction
Type: String
Name of the relation whose tuples represent genic interactions.
Default value: target
Type: String
Role of the argument that represent the genic interaction target.
Default value: head
Type: String
Name of the role of the argument that represent the dependency head.
Default value: id
Type: String
Feature where to store annotations and tuples identifiers.
Default value: lemma
Type: String
Feature where to store the word lemma.
Default value: sentence
Type: String
Name of the unique section created.
Default value: sentences
Type: String
Name of the layer where to store sentence annotations.
Default value: target
Type: String
Feature that has the value yes
for entities that represent a target.
Default value: words
Type: String
Name of the layer where to store word annotations.