Skip to content

module__GeniaTagger

Robert Bossy edited this page Jul 27, 2017 · 1 revision

#org.bibliome.alvisnlp.modules.geniatagger.GeniaTagger

Synopsis

Runs Genia Tagger on annotations.

Description

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.

Parameters

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

Clone this wiki locally