Changes between Version 1 and Version 2 of SingleCondition
- Timestamp:
- Mar 15, 2009, 6:13:52 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SingleCondition
v1 v2 5 5 {{{[attribute<white space>value]}}} 6 6 7 Note that can be no white space after the left and before the right bracket, whereas there can be an arbitrary white spacebetween the attribute and its value.7 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. 8 8 9 Example: [lemma world] -- this tag will match input words having lemma ''world''. 9 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 (). 10 11 Example: 12 13 {{{[lemma world]}}} -- will match input words having lemma ''world''.[[BR]] 14 {{{[word and|or|so]}}} -- will match input words ''and'' or ''or'' or ''so''.[[BR]] 15 {{{[tag k(123)c2]}}} -- will match any substantive, adjective or pronoun having second case.[[BR]]