-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapertium-tat-rus.tat-rus.t4x
51 lines (41 loc) · 1.04 KB
/
apertium-tat-rus.tat-rus.t4x
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- -*- nxml -*- -->
<!-- Tests are run by './qa t4x' command.
INPUT is the output of t3x,
OUTPUT is the expected output of this transfer module.
Also make sure to run './qa' (with no arguments)
before committing to svn. -->
<postchunk>
<section-def-cats>
<def-cat n="vbser-pres">
<cat-item name="cop-pres"/>
</def-cat>
</section-def-cats>
<section-def-attrs>
<def-attr n="attrstub">
<attr-item tags="attrstub"/>
</def-attr>
</section-def-attrs>
<section-def-vars>
<def-var n="varstub"/>
</section-def-vars>
<section-rules>
<!--
INPUT: ^cop-pres<VBSER>{^быть<vbser><pres><p3><sg>$}$
OUTPUT: ""
-->
<rule comment="Deletes copula in present tense which
is normally ommitted in Russian.">
<pattern>
<pattern-item n="vbser-pres"/>
</pattern>
<action>
<out>
<lu>
<lit v=""/>
</lu>
</out>
</action>
</rule>
</section-rules>
</postchunk>