AlvisNLP

corpus processing engine

SetFeature

Synopsis

Set the value of a feature for a selection of elements.

Description

SetFeature evaluates target as a list of elements. For each element SetFeature set value of feature to value .

SetFeature is useful to build plans that select a particular feature to process.

Snippet

<setfeature class="SetFeature">
    <feature></feature>
    <target></target>
    <value></value>
</setfeature>

Mandatory parameters

feature

Mandatory
Type: String

UNDOCUMENTED

target

Mandatory
Type: Expression

UNDOCUMENTED

value

Mandatory
Type: String

UNDOCUMENTED

Optional parameters

Deprecated parameters

featureName

Deprecated
Type: String

Deprecated alias for feature .

featureValue

Deprecated
Type: String

Deprecated alias for value .