Species
Synopsis
Calls the Species taxon tagger.
Description
Species applies the Species taxon tagger on the contents of the sections. The Species software must be installed in the speciesDir directory. Species crerates an annotation for each taxon tagged by Species .
Snippet
<species class="Species">
<speciesDir></speciesDir>
<targetLayer></targetLayer>
</species>
Mandatory parameters
speciesDir
Mandatory
Type: InputDirectory
Directory where the Species software is installed.
targetLayer
Mandatory
Type: String
Layer where to store the tagged taxon names.
Optional parameters
constantAnnotationFeatures
Optional
Type: Mapping
Constant features to add to each annotation created by this module.
taxidFeature
Optional
Type: String
Feature where to store the identifier of the tagged taxon.
documentFilter
Default value: `true`
Type: Expression
Only process document that satisfy this expression.
sectionFilter
Default value: `true`
Type: Expression
Process only sections that satisfy this expression.
Deprecated parameters
targetLayerName
Deprecated
Type: String
Deprecated alias for targetLayer .