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:
-
Apr 18, 2007, 1:59:21 PM (18 years ago)
- Author:
-
Adam
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v28
|
v29
|
|
79 | 79 | |
80 | 80 | == Search, queries == |
| 81 | You can use several types of queries, from the basic ones to the advanced. |
81 | 82 | |
82 | | === Query language === |
| 83 | * ''word'' - search for entries containing whole word in literals, for example ''dog'' will give you all the synsets with dog in literals (even multiword literals, like Eskimo dog) |
| 84 | * "word:" - search for exact literal, for example ''dog:'' will find all synsets with literal dog (exactly this one word) |
| 85 | * ''word:number'' - search for entries containg whole word with sense number, for example ''dog:3'' |
| 86 | * ''xml_element=value'' - search for value of xml_element, for example ''SYNSET.POS=n'' will find all nouns |
| 87 | * ''xml_element=dictionary_code2:entry_id2:xml_element2'' - search for xml_element with value from xml_element2 of entry_id2 in dictionary_code2 |
83 | 88 | |
84 | | === Advanced queries === |
85 | 89 | |
86 | 90 | == Inter-!WordNet functions == |