close
Warning:
Can't synchronize with repository "(default)" (/usr/local/svn/deb2-client does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Mar 19, 2010, 9:31:27 AM (15 years ago)
- Author:
-
hales
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v39
|
v40
|
|
74 | 74 | * ''word:'' - search for all different senses of literal exactly matching ''word'' |
75 | 75 | * ''word:number'' - search for exact literals with sense number (possibly more POS) |
76 | | * ''[*]word[*]'' - search for word substring - * can be put at the beginning/end of the word or at both of them |
| 76 | * ''[.*]word[.*]'' - search for word substring - .* can be put at the beginning/end of the word or at both of them (N.B. that full regular expressions are not supported at the moment) |
77 | 77 | * ''xml_element=value'' - search for value of xml_element, for example SYNSET.POS=n |
78 | 78 | * ''xml_element=dictionary_code2:entry_id2:xml_element2'' - search for xml_element with value from xml_element2 of entry_id2 in dictionary_code2 |