GeniaTagger
Synopsis
Runs Genia Tagger on annotations.
Description
GeniaTagger executes theGenia Tagger on annotations from the layer wordLayer and record the results in the features specified by posFeature , lemmaFeature , chunkFeature and entityFeature . GeniaTagger reinforces sentences specified by annotations in the sentenceLayer layer.
Snippet
<geniatagger class="GeniaTagger">
<geniaDir></geniaDir>
</geniatagger>
Mandatory parameters
geniaDir
Directory where geniatagger is installed.
Optional parameters
chunkFeature
Feature where to put the chunk status.
entityFeature
Feature where to put the entity status.
documentFilter
Only process document that satisfy this expression.
geniaCharset
Character encoding of geniatagger input and output.
geniaTaggerExecutable
Name of the geniatagger executable file.
lemmaFeature
Feature where to put the word lemma.
posFeature
Feature where to put the POS tag.
sectionFilter
Process only sections that satisfy this expression.
sentenceFilter
Evaluated as a boolean with the sentence annotation as the context element. GeniaTagger only process the sentence if the result is true. To filter sentences that are too long for Genia Tagger, use “length < 1024”.
sentenceLayer
Name of the layer containing sentence annotations.
treeTaggerTagset
UNDOCUMENTED
wordFormFeature
Feature containing the word surface form.
wordLayer
Name of the layer containing word annotations.
Deprecated parameters
sentenceLayerName
Deprecated alias for sentenceLayer .
wordLayerName
Deprecated alias for wordLayer .