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 4 and Version 5 of WordNetFormat


Ignore:
Timestamp:
Nov 24, 2009, 12:40:28 PM (16 years ago)
Author:
hales
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WordNetFormat

    v4 v5  
     1= DEBVisDic XML format =
     2
     3DEBVisDic XML format is based on the format of the previous offline system [http://nlp.fi.muni.cz/projects/visdic/ VisDic]. The !VisDic XML format is described [#VisDicXMLFormat below]. The main difference is that some values, e.g. literal sense number, are converted from tags to attributes. For example:
     4{{{
     5#!xml
     6 <SYNONYM>
     7  <LITERAL sense="1">entity</LITERAL>
     8 </SYNONYM>
     9}}}
     10
     11The complete DEBVisDic XML format is decribed with [http://deb.fi.muni.cz/debvisdic.xsd this DEBVisDic XML schema].
     12You can convert XML in !VisDic format to DEBVisDic format using this XSLT template http://deb.fi.muni.cz/vis2deb.xslt
     13
     14
    115= !VisDic XML format =
    216
     
    3145 * DOMAIN: synset domain
    3246
    33 = DEBVisDic XML format =
    34 
    35 DEBVisDic 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 }}}
    42 
    43 You can convert XML in !VisDic format to DEBVisDic format using this XSLT template http://deb.fi.muni.cz/vis2deb.xslt
     47The VisDic XML format is described by [http://deb.fi.muni.cz/visdic.dtd this DTD].