-
Notifications
You must be signed in to change notification settings - Fork 6
module__org.bibliome.alvisnlp.modules.geniatagger.GeniaTagger
#org.bibliome.alvisnlp.modules.geniatagger.GeniaTagger
Runs Genia Tagger on annotations.
org.bibliome.alvisnlp.modules.geniatagger.GeniaTagger executes theGenia Tagger on annotations from the layer words and record the results in the features specified by pos, lemma, chunk and entity. org.bibliome.alvisnlp.modules.geniatagger.GeniaTagger reinforces sentences specified by annotations in the sentences layer.
Optional
Type: File
Directory where geniatagger is installed.
Optional
Type: String
UNDOCUMENTED
Optional
Type: String
UNDOCUMENTED
Default value: true
Type: Expression
Only process document that satisfy this filter.
Default value: UTF-8
Type: String
Character encoding of geniatagger input and output.
Default value: geniatagger
Type: File
Name of the geniatagger executable file.
Default value: lemma
Type: String
UNDOCUMENTED
Default value: pos
Type: String
UNDOCUMENTED
Default value: boolean:and(true, boolean:and(nav:layer:sentences(), nav:layer:words()))
Type: Expression
Process only sections that satisfy this filter.
Default value: true
Type: Expression
Evaluated as a boolean with the sentence annotation as the context element. org.bibliome.alvisnlp.modules.geniatagger.GeniaTagger only process the sentence if the result is true. To filter sentences that are too long for Genia Tagger, use "length < 1024".
Default value: sentences
Type: String
UNDOCUMENTED
Default value: false
Type: Boolean
UNDOCUMENTED
Default value: form
Type: String
UNDOCUMENTED
Default value: words
Type: String
UNDOCUMENTED