-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapertium-qve-spa.spa-qve.t2x
113 lines (96 loc) · 2.56 KB
/
apertium-qve-spa.spa-qve.t2x
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- nxml -*- -->
<!--hhkkkkkkkkkkkkkkkkkh -->
<interchunk>
<section-def-cats>
<def-cat n="SN">
<cat-item tags="SN"/>
<cat-item tags="SN.*"/>
</def-cat>
</section-def-cats>
<section-def-attrs>
<def-attr n="nbr">
<attr-item tags="sg"/>
<attr-item tags="pl"/>
<attr-item tags="sp"/>
<attr-item tags="ND"/>
</def-attr>
<def-attr n="gen">
<attr-item tags="m"/>
<attr-item tags="f"/>
<attr-item tags="mf"/>
<attr-item tags="nt"/>
<attr-item tags="GD"/>
</def-attr>
<def-attr n="cas">
<attr-item tags="nom"/>
<attr-item tags="acc"/>
<attr-item tags="dat"/>
<attr-item tags="gen"/>
<attr-item tags="loc"/>
<attr-item tags="ins"/>
<attr-item tags="abl"/>
<attr-item tags="ben"/>
<attr-item tags="ter"/>
<attr-item tags="per"/>
<attr-item tags="csal"/>
<attr-item tags="dis"/>
<attr-item tags="incl"/>
</def-attr>
<def-attr n="pers">
<attr-item tags="p1"/>
<attr-item tags="p2"/>
<attr-item tags="p3"/>
<attr-item tags="p1in"/>
<attr-item tags="p1ex"/>
</def-attr>
<def-attr n="pers_obj">
<attr-item tags="po1sg"/>
<attr-item tags="po1in"/>
<attr-item tags="po1ex"/>
<attr-item tags="po1sp"/>
<attr-item tags="po2sg"/>
<attr-item tags="po2pl"/>
<attr-item tags="po2sp"/>
<attr-item tags="po3sp"/>
</def-attr>
<def-attr n="pers_pos">
<attr-item tags="px1sg"/>
<attr-item tags="px1in"/>
<attr-item tags="px1ex"/>
<attr-item tags="px2sg"/>
<attr-item tags="px2pl"/>
<attr-item tags="px3sg"/>
<attr-item tags="px3pl"/>
</def-attr>
<def-attr n="a_adv">
<attr-item tags="adv"/>
<attr-item tags="adv.itg"/>
<attr-item tags="rel.adv"/> <!-- sin subst, temp - sólo lo de espanol -->
</def-attr>
<def-attr n="a_adv-q">
<attr-item tags="adv.itg"/>
<attr-item tags="adv.subst"/>
<attr-item tags="adv.subst.dem"/>
<attr-item tags="adv.temp"/>
</def-attr>
</section-def-attrs>
<section-def-vars>
<def-var n="number"/>
<def-var n="POST"/>
<def-var n="prepos"/>
</section-def-vars>
<section-rules>
<rule comment="REGLA: SN">
<pattern>
<pattern-item n="SN"/>
</pattern>
<action>
<out>
<chunk>
<clip pos="1" part="whole"/>
</chunk>
</out>
</action>
</rule>
</section-rules>
</interchunk>