-
Notifications
You must be signed in to change notification settings - Fork 3
/
apertium-nob.detriple.dix
48 lines (32 loc) · 1.22 KB
/
apertium-nob.detriple.dix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
<dictionary>
<alphabet>ABCDEFGHIJKLMNOPQRSTUVWXYZÀÁÂÄÅÆÇÈÉÊËÍÑÒÓÔÕÖØÙÚÜČĐŊŠŦŽabcdefghijklmnopqrstuvwxyzàáâäåæçèéêëíñòóôõöøùúüčđŋšŧž-</alphabet>
<sdefs>
<sdef n="n" c="Noun"/>
</sdefs>
<pardefs>
</pardefs>
<section id="main" type="standard">
<!--
Turn double consonants in front of ¤ into single consonants,
in order to allow compounds where triple consonants are just
double, ie. ^toppoeng/topp+poeng$ (the forms being top+poeng).
The analyser puts a ¤ right before the compound border to
allow this.
-->
<e><p><l>bb¤</l><r>b</r></p></e>
<e><p><l>dd¤</l><r>d</r></p></e>
<e><p><l>ff¤</l><r>f</r></p></e>
<e><p><l>gg¤</l><r>g</r></p></e>
<e><p><l>kk¤</l><r>k</r></p></e>
<e><p><l>ll¤</l><r>l</r></p></e>
<e><p><l>mm¤</l><r>m</r></p></e>
<e><p><l>nn¤</l><r>n</r></p></e>
<e><p><l>pp¤</l><r>p</r></p></e>
<e><p><l>rr¤</l><r>r</r></p></e>
<e><p><l>ss¤</l><r>s</r></p></e>
<e><p><l>tt¤</l><r>t</r></p></e>
<e><p><l>vv¤</l><r>v</r></p></e>
<!-- <e><p><l>¤</l><r></r></p></e> -->
</section>
</dictionary>