Changes between Version 1 and Version 2 of SingleCondition


Ignore:
Timestamp:
Mar 15, 2009, 6:13:52 PM (15 years ago)
Author:
Miloš Jakubíček
Comment:

disjunctions description added

Legend:

Unmodified
Added
Removed
Modified
  • SingleCondition

    v1 v2  
    55{{{[attribute<white space>value]}}}
    66
    7 Note that can be no white space after the left and before the right bracket, whereas there can be an arbitrary white space between the attribute and its value.
     7Note 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.
    88
    9 Example: [lemma world] -- this tag will match input words having lemma ''world''.
     9A 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
     11Example:
     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]]