Skip to content

module__WhatsWrongExport

Robert Bossy edited this page Jul 27, 2017 · 1 revision

#org.bibliome.alvisnlp.modules.WhatsWrongExport

Synopsis

Writes files in What's Wrong with my NLP format.

Description

synopsis

Parameters

Optional

Type: TargetStream

Data sink where to write.

Optional

Type: String

Name of the relation that contains tuples that will be represented as relations.

Optional

Type: Expression

Expression evaluated as a list of elements with the section as the context element. The result specifies the sentences in the section.

Optional

Type: String[]]

Names of layers containing named entities.

Optional

Type: String

Name of the feature of entity annotations containing the named entity type.

Default value: dependent

Type: String

Name of the tuple role that references the dependent. The dependent must be in the words layer.

Default value: true

Type: Expression

Only process document that satisfy this filter.

Default value: head

Type: String

Name of the tuple role that references the head. The head must be in the words layer.

Default value: label

Type: String

Name of the tuple feature that specifies the relation label.

Default value: boolean:and(true, nav:layer:words())

Type: Expression

Process only sections that satisfy this filter.

Default value: sentence

Type: String

Name of the tuple role that references the sentence.

Default value: form

Type: String

Name of the feature that specifies the word form.

Default value: words

Type: String

Nme of the layer that contains the tokens.

Clone this wiki locally