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.

Changes between Version 3 and Version 4 of WordNetApi


Ignore:
Timestamp:
Oct 31, 2006, 4:38:08 PM (18 years ago)
Author:
Adam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WordNetApi

    v3 v4  
    2929
    3030'''Request:''' ''servername''/''dictionary_code''?action=queryList&word=''search_query''
     31
     32'''Response:''' JSON encoded array of hashes with following structure
     33
     34{{{
     35[
     36 {
     37   "value" => ''entry ID'',
     38   "label" => ''information about an entry, depends on dictionary, usually contains PoS, literals''
     39 }
     40]
     41}}}