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 1 and Version 2 of WordNetApi


Ignore:
Timestamp:
Oct 31, 2006, 4:27:30 PM (19 years ago)
Author:
Adam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WordNetApi

    v1 v2  
    88
    99'''Response:''' JSON encoded hash with following structure
     10
     11{{{
     12{
     13  "slovniky" => {
     14    ''client_package_id'' => {
     15      "id"    => ''client package id'',
     16      "dict"  => ''dictionary code'',
     17      "prava" => ''access rights r/w'',
     18      "nazov" => ''package name'',
     19      "dicslookup" => ''array of package names to allow lookups to'',
     20      "eqtags" => ''array of eqtags+dictionaries'',
     21      "dicsreload" => ''array of dictionaries to refresh'',
     22      "key" => ''dictionary key tag''
     23    }
     24  }
     25}
     26}}}