ContesPredict
Synopsis
Predict terms concepts using CONTES .
This module is experimental.
Description
ContesPredict predicts the concept in ontology associated to each term in termClassifiers .
ContesPredict uses a classifier specified by termClassifiers that must have been produced by ContesTrain .
Snippet
<contespredict class="ContesPredict">
<contesDir></contesDir>
<ontology></ontology>
<python3Executable></python3Executable>
<termClassifiers></termClassifiers>
<tokenLayer></tokenLayer>
</contespredict>
Mandatory parameters
contesDir
Mandatory
Type: InputDirectory
Root directory of CONTES.
ontology
Mandatory
Type: InputFile
Path to the ontology file in OBO or OWL format.
python3Executable
Mandatory
Type: ExecutableFile
Path to the Python 3 executable.
termClassifiers
Mandatory
UNDOCUMENTED
tokenLayer
Mandatory
Type: String
Name of the layer containing token annotations.
Optional parameters
additionalArguments
Optional
Type: String[]
UNDOCUMENTED
wordEmbeddings
Optional
Type: InputFile
Path to the file containing word embeddings, as produced by Word2Vec .
wordEmbeddingsModel
Optional
Type: InputFile
UNDOCUMENTED
defaultFactor
Default value: `1.0`
Type: Double
Default value for the decay factor.
formFeature
Default value: `form`
Type: String
Feature to use as word form.
Deprecated parameters
formFeatureName
Deprecated
Type: String
Deprecated alias for formFeature .
tokenLayerName
Deprecated
Type: String
Deprecated alias for tokenLayer .