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 2 and Version 3 of WordNetFormat


Ignore:
Timestamp:
Dec 8, 2008, 2:23:02 PM (17 years ago)
Author:
Adam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WordNetFormat

    v2 v3  
    3131 * DOMAIN: synset domain
    3232
    33 = !DEBVisDic XML format =
     33= DEBVisDic XML format =
    3434
    35 !DEBVisDic XML is almost the same as !VisDic XML. Only difference is that some tags are converted to attributes.
     35DEBVisDic XML is almost the same as !VisDic XML. Only difference is that literal sense number is converted from tags to attributes. For example:
     36{{{
     37#!xml
     38 <SYNONYM>
     39  <LITERAL sense="1">entity</LITERAL>
     40 </SYNONYM>
     41}}}