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 45 and Version 46 of WordNetApi


Ignore:
Timestamp:
Jan 20, 2011, 2:38:16 PM (13 years ago)
Author:
Adam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WordNetApi

    v45 v46  
    207207    if set to true, ascending order, otherwise descending
    208208
     209'''Response:''' array of hashes {synset_id, synset_pos, relation_type, relation_count}
     210
    209211=== Last modifications ===
    210212
     
    220222  maxres::
    221223    maximum number of results, default 10
     224
     225'''Response:''' array of hashes {action, synset_id, time, user, version}
     226
     227=== Editation statistics ===
     228
     229
     230'''Request:''' ''servername''/''dictionary_code''?action=info&type=edit[&user=''username''][&synset=''synset_id''][&month=''month'']
     231
     232
     233  user::
     234    show only modifications by user
     235
     236  synset_id::
     237    show only modifications for synset_id
     238
     239  month::
     240    statistics for given month, default previous month, format YYYY-MM
     241
     242'''Response:''' array of hashes {user, synset_id, month, action_count}