-
Notifications
You must be signed in to change notification settings - Fork 7
/
modes.xml
99 lines (87 loc) · 2.86 KB
/
modes.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<modes>
<!-- kok → hin -->
<mode name="kok-hin" install="yes" gendebug="yes">
<pipeline>
<program name="lt-proc -w">
<file name="kok-hin.automorf.bin"/>
</program>
<program name="cg-proc -w -1 -n">
<file name="kok-hin.rlx.bin"/>
</program>
<program name="lsx-proc" debug-suff="autoseq">
<file name="kok-hin.autoseq.bin"/>
</program>
<program name="apertium-pretransfer"/>
<program name="lt-proc -b">
<file name="kok-hin.autobil.bin"/>
</program>
<program name="lrx-proc -m">
<file name="kok-hin.autolex.bin"/>
</program>
<program name="apertium-anaphora">
<file name="apertium-kok-hin.kok-hin.arx"/>
</program>
<program name="apertium-transfer -b">
<file name="apertium-kok-hin.kok-hin.t1x"/>
<file name="kok-hin.t1x.bin"/>
</program>
<program name="apertium-interchunk">
<file name="apertium-kok-hin.kok-hin.t2x"/>
<file name="kok-hin.t2x.bin"/>
</program>
<program name="apertium-postchunk">
<file name="apertium-kok-hin.kok-hin.t3x"/>
<file name="kok-hin.t3x.bin"/>
</program>
<program name="lsx-proc" debug-suff="revautoseq">
<file name="kok-hin.revautoseq.bin"/>
</program>
<program name="lt-proc $1">
<file name="kok-hin.autogen.bin"/>
</program>
</pipeline>
</mode>
<!-- hin → kok -->
<mode name="hin-kok" install="yes" gendebug="yes">
<pipeline>
<program name="lt-proc -w">
<file name="hin-kok.automorf.bin"/>
</program>
<program name="cg-proc -w -1 -n">
<file name="hin-kok.rlx.bin"/>
</program>
<program name="lsx-proc" debug-suff="autoseq">
<file name="hin-kok.autoseq.bin"/>
</program>
<program name="apertium-pretransfer"/>
<program name="lt-proc -b">
<file name="hin-kok.autobil.bin"/>
</program>
<program name="lrx-proc -m">
<file name="hin-kok.autolex.bin"/>
</program>
<program name="apertium-anaphora">
<file name="apertium-kok-hin.hin-kok.arx"/>
</program>
<program name="apertium-transfer -b">
<file name="apertium-kok-hin.hin-kok.t1x"/>
<file name="hin-kok.t1x.bin"/>
</program>
<program name="apertium-interchunk">
<file name="apertium-kok-hin.hin-kok.t2x"/>
<file name="hin-kok.t2x.bin"/>
</program>
<program name="apertium-postchunk">
<file name="apertium-kok-hin.hin-kok.t3x"/>
<file name="hin-kok.t3x.bin"/>
</program>
<program name="lsx-proc" debug-suff="revautoseq">
<file name="hin-kok.revautoseq.bin"/>
</program>
<program name="lt-proc $1">
<file name="hin-kok.autogen.bin"/>
</program>
</pipeline>
</mode>
</modes>