-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapertium-tat-bak.bak-tat.t2x
67 lines (55 loc) · 1.24 KB
/
apertium-tat-bak.bak-tat.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
<?xml version="1.0" encoding="utf-8"?>
<transfer>
<section-def-cats>
<def-cat n="vse">
<cat-item tags="*"/>
</def-cat>
<def-cat n="čast">
<cat-item tags="cop.aor.p1.*"/>
<cat-item tags="cop.aor.p2.*"/>
<cat-item tags="qst"/>
<cat-item lemma="дыр" tags="mod_ind"/>
</def-cat>
</section-def-cats>
<section-def-attrs>
<def-attr n="a_qst">
<attr-item tags="qst"/>
</def-attr>
</section-def-attrs>
<section-def-vars>
<def-var n="a" v="~"/>
</section-def-vars>
<section-rules>
<rule>
<pattern>
<pattern-item n="vse"/>
</pattern>
<action>
<out>
<var n="a"/>
<lu>
<clip pos="1" side="tl" part="whole"/>
</lu>
</out>
</action>
</rule>
<rule>
<pattern>
<pattern-item n="vse"/>
<pattern-item n="čast"/>
</pattern>
<action>
<out>
<mlu>
<lu>
<clip pos="1" side="tl" part="whole"/>
</lu>
<lu>
<clip pos="2" side="tl" part="whole"/>
</lu>
</mlu>
</out>
</action>
</rule>
</section-rules>
</transfer>