EnjuParser
Synopsis
Dependency parsing using Enju parser .
Description
EnjuParser parses sentences using Enju parser .
Snippet
<enjuparser class="EnjuParser">
<enjuExecutable></enjuExecutable>
</enjuparser>
Mandatory parameters
enjuExecutable
Path to the Enju executable file.
Optional parameters
constantRelationFeatures
Constant features to add to each relation created by this module.
constantTupleFeatures
Constant features to add to each tuple created by this module.
biology
Use the parsing model adapted to biomedical texts.
dependencyLabelFeature
Name of the feature where to store the dependency label.
dependencyRelation
Name of the relation where to store dependency tuples.
dependencySentenceRole
Name of the role of the dependency tuple argument that references the parsed sentence.
dependentRole
Name of the role of the dependency tuple argument that references the modifier (dependent) token.
dependentTypeFeature
Feature where to store the dependent type.
documentFilter
Only process document that satisfy this expression.
enjuEncoding
Character encoding used by Enju input and output files.
headRole
Name of the role of the dependency tuple argument that references the head (governor) token.
lemmaFeature
Lemma feature of the token.
nBest
Number of parses to obtain in each sentence.
parseNumberFeature
Feature where to store the parse tree number.
parseStatusFeature
Feature where to store the parse status.
posFeature
POS feature of the token.
sectionFilter
Process only sections that satisfy this expression.
sentenceFilter
Expression evaluated from the sentence annotation as a boolean. Only parse sentences for which this expression evaluates to true.
sentenceLayer
Layer containing sentences.
wordFormFeature
Surface form feature of the token.
wordLayer
Layer containing tokens.
Deprecated parameters
dependenciesRelationName
Deprecated alias for dependencyRelation .
dependencyLabelFeatureName
Deprecated alias for dependencyLabelFeature .
dependentTypeFeatureName
Deprecated alias for dependentTypeFeature .
lemmaFeatureName
Deprecated alias for lemmaFeature .
parseNumberFeatureName
Deprecated alias for parseNumberFeature .
parseStatusFeatureName
Deprecated alias for parseStatusFeature .
posFeatureName
Deprecated alias for posFeature .
sentenceLayerName
Deprecated alias for sentenceLayer .
wordFormFeatureName
Deprecated alias for wordFormFeature .
wordLayerName
Deprecated alias for wordLayer .