-
Notifications
You must be signed in to change notification settings - Fork 3
/
apertium-eng-deu.eng-deu.lrx
80 lines (71 loc) · 1.55 KB
/
apertium-eng-deu.eng-deu.lrx
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
<?xml version="1.0" encoding="UTF-8"?>
<rules>
<rule>
<match lemma="ride" tags="vblex.*">
<select lemma="fahren" tags="vblex.*"/>
</match>
<or>
<match lemma="a"/>
<match lemma="my"/>
<match lemma="the"/>
</or>
<match lemma="bike"/>
</rule>
<rule>
<match lemma="answer" tags="vblex.*">
<select lemma="beantworten" tags="vblex.*"/>
</match>
<or>
<match lemma="a"/>
<match lemma="the"/>
</or>
<match lemma="question"/>
</rule>
<rule>
<match lemma="cross" tags="vblex.*">
<select lemma="überqueren" tags="vblex.*"/>
</match>
<match lemma="the"/>
<or>
<match lemma="street"/>
<match lemma="road"/>
</or>
</rule>
<rule>
<match lemma="light" tags="vblex.*">
<select lemma="anzünden" tags="vblex.*"/>
</match>
<or>
<match lemma="a"/>
<match lemma="the"/>
</or>
<match lemma="candle"/>
</rule>
<rule>
<match lemma="first"/>
<match lemma="floor" tags="n.*">
<select lemma="Stockwerk" tags="n.*"/>
</match>
</rule>
<rule>
<match lemma="daddy"/>
<match lemma="and"/>
<match lemma="mummy" tags="n.*">
<select lemma="Mutti" tags="n.*"/>
</match>
</rule>
<rule>
<match lemma="Daddy"/>
<match lemma="and"/>
<match lemma="Mummy" tags="n.*">
<select lemma="Mutti" tags="n.*"/>
</match>
</rule>
<rule>
<match lemma="cowboy"/>
<match lemma="and"/>
<match lemma="Indian" tags="n.*">
<select lemma="Indianer" tags="n.*"/>
</match>
</rule>
</rules>