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:
-
Dec 8, 2008, 2:23:02 PM (17 years ago)
- Author:
-
Adam
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
31 | 31 | * DOMAIN: synset domain |
32 | 32 | |
33 | | = !DEBVisDic XML format = |
| 33 | = DEBVisDic XML format = |
34 | 34 | |
35 | | !DEBVisDic XML is almost the same as !VisDic XML. Only difference is that some tags are converted to attributes. |
| 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 | }}} |