Adjectives!
[apertium.git] / apertium-sh-mk / apertium-sh-mk.sh-mk.t2x
blob587aa0cf5ed202b1e58871a4ac05f83c2c1f5d96
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interchunk>
4 <section-def-cats>
5 <def-cat n="PR">
6 <cat-item tags="PR"/>
7 </def-cat>
8 <def-cat n="NP">
9 <cat-item tags="NP"/>
10 <cat-item tags="NP.*"/>
11 </def-cat>
12 <def-cat n="V">
13 <cat-item tags="V"/>
14 <cat-item tags="V.*"/>
15 </def-cat>
16 </section-def-cats>
18 <section-def-attrs>
19 <def-attr n="nbr">
20 <attr-item tags="sg"/>
21 <attr-item tags="pl"/>
22 <attr-item tags="sp"/>
23 <attr-item tags="ND"/>
24 </def-attr>
25 </section-def-attrs>
27 <section-def-vars>
28 <def-var n="nombre"/>
29 <def-var n="genere"/>
30 </section-def-vars>
32 <section-rules>
34 <rule comment="REGLA: NP">
35 <pattern>
36 <pattern-item n="NP"/>
37 </pattern>
38 <action>
39 <out>
40 <chunk>
41 <clip pos="1" part="lem"/>
42 <clip pos="1" part="tags"/>
43 <clip pos="1" part="chcontent"/>
44 </chunk>
45 </out>
46 </action>
47 </rule>
49 </section-rules>
50 </interchunk>