Minor fixes
[apertium.git] / apertium-sh-mk / apertium-sh-mk.mk-sh.t1x
blobf8539387e6e82e62ef601c3801f65711af582fb3
1 <?xml version="1.0" encoding="utf-8"?>
2 <transfer>
4 <section-def-cats>
5 <def-cat n="nom">
6 <cat-item tags="n.*"/>
7 </def-cat>
8 </section-def-cats>
10 <section-def-attrs>
11 <def-attr n="nbr">
12 <attr-item tags="sg"/>
13 <attr-item tags="pl"/>
14 </def-attr>
15 <def-attr n="a_nom">
16 <attr-item tags="n"/>
17 </def-attr>
18 </section-def-attrs>
20 <section-def-vars>
21 <def-var n="number"/>
22 </section-def-vars>
24 <section-rules>
25 <rule>
26 <pattern>
27 <pattern-item n="nom"/>
28 </pattern>
29 <action>
30 <out>
31 <lu>
32 <clip pos="1" side="tl" part="lem"/>
33 <clip pos="1" side="tl" part="a_nom"/>
34 <clip pos="1" side="tl" part="nbr"/>
35 </lu>
36 </out>
37 </action>
38 </rule>
39 </section-rules>
41 </transfer>