File: merging-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 (15 lines) | stat: -rw-r--r-- 570 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<dictionary>
  <alphabet/>
  <sdefs>
    <sdef n="det"     c="Determiner"/>
    <sdef n="f"       c="Feminine"/>
    <sdef n="m"       c="Masculine"/>
    <sdef n="qnt"     c="Quantifier"/>
    <sdef n="GD"      c="Gender to be determined"/>
  </sdefs>
  <section id="main" type="standard">
    <e><p><l>ein<s n="det"/><s n="qnt"/><s n="GD"/></l><r>en<s n="det"/><s n="qnt"/><s n="m"/></r></p></e>
    <e><p><l>ein<s n="det"/><s n="qnt"/><s n="f"/></l><r>en<s n="det"/><s n="qnt"/><s n="f"/></r></p></e>
  </section>
</dictionary>