forked from apertium/apertium-ell-eng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapertium-ell-eng.ell-eng.t2x
50 lines (44 loc) · 1 KB
/
apertium-ell-eng.ell-eng.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
<?xml version="1.0" encoding="UTF-8"?>
<interchunk>
<section-def-cats>
<def-cat n="PR">
<cat-item tags="PR"/>
</def-cat>
<def-cat n="NP">
<cat-item tags="NP"/>
<cat-item tags="NP.*"/>
</def-cat>
<def-cat n="V">
<cat-item tags="V"/>
<cat-item tags="V.*"/>
</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>
</section-def-attrs>
<section-def-vars>
<def-var n="nombre"/>
<def-var n="genere"/>
</section-def-vars>
<section-rules>
<rule comment="REGLA: NP">
<pattern>
<pattern-item n="NP"/>
</pattern>
<action>
<out>
<chunk>
<clip pos="1" part="lem"/>
<clip pos="1" part="tags"/>
<clip pos="1" part="chcontent"/>
</chunk>
</out>
</action>
</rule>
</section-rules>
</interchunk>