File: diverging-paths-bi.dix

package info (click to toggle)
lttoolbox 3.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,516 kB
  • sloc: cpp: 13,541; ansic: 3,131; python: 1,212; makefile: 17
file content (14 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<dictionary>
  <alphabet/>
  <sdefs>
    <sdef n="vblex"   c="Verb"/>
    <sdef n="adj"     c="Adjective"/>
  </sdefs>

  <section id="main" type="standard">
    <e>       <p><l>x<s n="adj"/></l>    <r>x<s n="adj"/></r></p></e>
    <e>       <p><l>ya<s n="vblex"/></l>  <r>ya<s n="vblex"/></r></p></e>
  </section>

</dictionary>