-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodes.xml
95 lines (81 loc) · 2.56 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
<?xml version="1.0" encoding="UTF-8"?>
<modes>
<!-- quz → spa -->
<mode name="quz-spa" install="yes" gendebug="yes">
<pipeline>
<program name="hfst-proc -w">
<file name="quz-spa.automorf.hfst"/>
</program>
<program name="cg-proc -w">
<file name="quz-spa.rlx.bin"/>
</program>
<program name="apertium-tagger -g $2">
<file name="quz-spa.prob"/>
</program>
<program name="apertium-pretransfer"/>
<program name="lt-proc -b">
<file name="quz-spa.autobil.bin"/>
</program>
<program name="lrx-proc -m">
<file name="quz-spa.autolex.bin"/>
</program>
<program name="apertium-transfer -b">
<file name="apertium-quz-spa.quz-spa.t1x"/>
<file name="quz-spa.t1x.bin"/>
</program>
<program name="apertium-interchunk">
<file name="apertium-quz-spa.quz-spa.t2x"/>
<file name="quz-spa.t2x.bin"/>
</program>
<program name="apertium-postchunk">
<file name="apertium-quz-spa.quz-spa.t3x"/>
<file name="quz-spa.t3x.bin"/>
</program>
<program name="lt-proc $1">
<file name="quz-spa.autogen.bin"/>
</program>
<program name="lt-proc -p">
<file name="quz-spa.autopgen.bin"/>
</program>
</pipeline>
</mode>
<!-- spa → quz -->
<mode name="spa-quz" install="yes" gendebug="yes">
<pipeline>
<program name="lt-proc -w">
<file name="spa-quz.automorf.bin"/>
</program>
<program name="cg-proc -w">
<file name="spa-quz.rlx.bin"/>
</program>
<program name="apertium-tagger -g $2">
<file name="spa-quz.prob"/>
</program>
<program name="apertium-pretransfer"/>
<program name="lt-proc -b">
<file name="spa-quz.autobil.bin"/>
</program>
<program name="lrx-proc -m">
<file name="spa-quz.autolex.bin"/>
</program>
<program name="apertium-transfer -b">
<file name="apertium-quz-spa.spa-quz.t1x"/>
<file name="spa-quz.t1x.bin"/>
</program>
<program name="apertium-interchunk">
<file name="apertium-quz-spa.spa-quz.t2x"/>
<file name="spa-quz.t2x.bin"/>
</program>
<program name="apertium-postchunk">
<file name="apertium-quz-spa.spa-quz.t3x"/>
<file name="spa-quz.t3x.bin"/>
</program>
<program name="lt-proc $1">
<file name="spa-quz.autogen.bin"/>
</program>
<program name="lt-proc -p">
<file name="spa-quz.autopgen.bin"/>
</program>
</pipeline>
</mode>
</modes>