Skip to content

converter__alvisnlp.module.types.ExpressionMapping

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

#ExpressionMapping

Synopsis

Converts to a mapping of string keys to alvisnlp.document.expression.Expression.

String conversion

Comma separated of key/value pairs. The keys are strings and values are element expressions. Keys and values are separated by an equal sign (=).

The entry separator can be set with the separator attribute. The separator between the key and its value can be set with the qualifier attribute.

XML conversion

  1. String conversion of the tag contents or the value of attribute value.

VALUE```

<entry>VALUE</entry>```




Clone this wiki locally