wiki:SingleCondition

Version 2 (modified by Miloš Jakubíček, 15 years ago) (diff)

disjunctions description added

Single Condition

A single condition is a tag of the following format:

[attribute<white space>value]

Note that there can be no white space after the left and before the right bracket, whereas there can be an arbitrary amount of white space characters between the attribute and its value.

A disjunction (logical or) of values is denoted by a vertical bar (|), furthermore by the tag attribute the morphological tags can be combined by enclosing them into a couple of parentheses ().

Example:

[lemma world] -- will match input words having lemma world.
[word and|or|so] -- will match input words and or or or so.
[tag k(123)c2] -- will match any substantive, adjective or pronoun having second case.