-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodes.xml
66 lines (55 loc) · 1.68 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
<?xml version="1.0" encoding="UTF-8"?>
<modes>
<!-- ind → zlm -->
<mode name="ind-zlm" install="yes" gendebug="yes">
<pipeline>
<program name="lt-proc -w">
<file name="ind-zlm.automorf.bin"/>
</program>
<program name="cg-proc -w">
<file name="ind-zlm.rlx.bin"/>
</program>
<program name="apertium-tagger -g $2">
<file name="ind-zlm.prob"/>
</program>
<program name="apertium-pretransfer"/>
<program name="apertium-transfer">
<file name="apertium-ind-zlm.ind-zlm.t1x"/>
<file name="ind-zlm.t1x.bin"/>
<file name="ind-zlm.autobil.bin"/>
</program>
<program name="lt-proc $1">
<file name="ind-zlm.autogen.bin"/>
</program>
<program name="lt-proc -p">
<file name="ind-zlm.autopgen.bin"/>
</program>
</pipeline>
</mode>
<!-- zlm → ind -->
<mode name="zlm-ind" install="yes" gendebug="yes">
<pipeline>
<program name="lt-proc -w">
<file name="zlm-ind.automorf.bin"/>
</program>
<program name="cg-proc -w">
<file name="zlm-ind.rlx.bin"/>
</program>
<program name="apertium-tagger -g $2">
<file name="zlm-ind.prob"/>
</program>
<program name="apertium-pretransfer"/>
<program name="apertium-transfer">
<file name="apertium-ind-zlm.zlm-ind.t1x"/>
<file name="zlm-ind.t1x.bin"/>
<file name="zlm-ind.autobil.bin"/>
</program>
<program name="lt-proc $1">
<file name="zlm-ind.autogen.bin"/>
</program>
<program name="lt-proc -p">
<file name="zlm-ind.autopgen.bin"/>
</program>
</pipeline>
</mode>
</modes>