Add one more
[apertium.git] / apertium-en-pl / apertium-en-pl.pl-en.t2x
blob4530ea4e0095b32de8b9c18f94e5a0bbffd61b2d
1 <?xml version="1.0" encoding="UTF-8"?> <!-- -*- nxml -*- -->
3 <interchunk>
4 <section-def-cats>
6 <def-cat n="PR">
7 <cat-item tags="PR"/>
8 </def-cat>
9 <def-cat n="NP">
10 <cat-item tags="NP"/>
11 <cat-item tags="NP.*"/>
12 <cat-item tags="ADJP"/> <!-- this part is horrible and should be fixed sensibly -->
13 <cat-item tags="ADJP.*"/>
14 </def-cat>
15 <def-cat n="V">
16 <cat-item tags="V"/>
17 <cat-item tags="V.*"/>
18 </def-cat>
19 <def-cat n="VPART">
20 <cat-item tags="V.PART"/>
21 </def-cat>
22 <def-cat n="REL">
23 <cat-item tags="REL"/>
24 <cat-item tags="REL.*"/>
25 </def-cat>
26 </section-def-cats>
28 <section-def-attrs>
29 <def-attr n="nbr">
30 <attr-item tags="sg"/>
31 <attr-item tags="pl"/>
32 <attr-item tags="sp"/>
33 <attr-item tags="ND"/>
34 </def-attr>
35 </section-def-attrs>
36 <section-def-vars>
37 <def-var n="nombre"/>
38 <def-var n="genere"/>
39 </section-def-vars>
40 <section-rules>
43 <rule comment="REGLA: NP">
44 <pattern>
45 <pattern-item n="NP"/>
46 </pattern>
47 <action>
48 <out>
49 <chunk>
50 <clip pos="1" part="lem"/>
51 <clip pos="1" part="tags"/>
52 <clip pos="1" part="chcontent"/>
53 </chunk>
54 </out>
55 </action>
56 </rule>
59 </section-rules>
60 </interchunk>