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.
- Timestamp:
-
Nov 24, 2009, 12:40:28 PM (16 years ago)
- Author:
-
hales
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v4
|
v5
|
|
| 1 | = DEBVisDic XML format = |
| 2 | |
| 3 | DEBVisDic 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 | |
| 11 | The complete DEBVisDic XML format is decribed with [http://deb.fi.muni.cz/debvisdic.xsd this DEBVisDic XML schema]. |
| 12 | You can convert XML in !VisDic format to DEBVisDic format using this XSLT template http://deb.fi.muni.cz/vis2deb.xslt |
| 13 | |
| 14 | |
1 | 15 | = !VisDic XML format = |
2 | 16 | |
… |
… |
|
31 | 45 | * DOMAIN: synset domain |
32 | 46 | |
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 |
| 47 | The VisDic XML format is described by [http://deb.fi.muni.cz/visdic.dtd this DTD]. |