-
Notifications
You must be signed in to change notification settings - Fork 0
/
modes.xml
110 lines (94 loc) · 3.01 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
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="UTF-8"?>
<modes>
<!-- lut → slh -->
<mode name="lut-slh" install="yes" gendebug="yes">
<pipeline>
<program name="hfst-proc --weight-classes 1 -w -e">
<file name="lut-slh.automorf.hfst"/>
</program>
<program name="cg-proc -w">
<file name="lut-slh.mor.rlx.bin"/>
</program>
<program name="cg-proc -n -1 -w">
<file name="lut-slh.syn.rlx.bin"/>
</program>
<!-- <program name="cg-proc -w">
<file name="lut-slh.rlx.bin"/>
</program> -->
<!-- <program name="apertium-tagger -g $2">
<file name="lut-slh.prob"/>
</program>
-->
<program name="apertium-pretransfer"/>
<program name="lt-proc -b">
<file name="lut-slh.autobil.bin"/>
</program>
<program name="lrx-proc -m">
<file name="lut-slh.autolex.bin"/>
</program>
<program name="apertium-transfer -b">
<file name="apertium-lut-slh.lut-slh.t1x"/>
<file name="lut-slh.t1x.bin"/>
</program>
<program name="apertium-interchunk">
<file name="apertium-lut-slh.lut-slh.t2x"/>
<file name="lut-slh.t2x.bin"/>
</program>
<program name="apertium-postchunk">
<file name="apertium-lut-slh.lut-slh.t3x"/>
<file name="lut-slh.t3x.bin"/>
</program>
<program name="hfst-proc $1">
<file name="lut-slh.autogen.hfst"/>
</program>
<!-- <program name="lt-proc -p">
<file name="lut-slh.autopgen.bin"/>
</program> -->
</pipeline>
</mode>
<!-- slh → lut -->
<mode name="slh-lut" install="yes" gendebug="yes">
<pipeline>
<program name="hfst-proc --weight-classes 1 -w -e">
<file name="slh-lut.automorf.hfst"/>
</program>
<program name="cg-proc -w">
<file name="slh-lut.mor.rlx.bin"/>
</program>
<program name="cg-proc -n -1 -w">
<file name="slh-lut.syn.rlx.bin"/>
</program>
<!-- <program name="cg-proc -w">
<file name="slh-lut.rlx.bin"/>
</program> -->
<!-- <program name="apertium-tagger -g $2">
<file name="slh-lut.prob"/>
</program> -->
<program name="apertium-pretransfer"/>
<program name="lt-proc -b">
<file name="slh-lut.autobil.bin"/>
</program>
<program name="lrx-proc -m">
<file name="slh-lut.autolex.bin"/>
</program>
<program name="apertium-transfer -b">
<file name="apertium-lut-slh.slh-lut.t1x"/>
<file name="slh-lut.t1x.bin"/>
</program>
<program name="apertium-interchunk">
<file name="apertium-lut-slh.slh-lut.t2x"/>
<file name="slh-lut.t2x.bin"/>
</program>
<program name="apertium-postchunk">
<file name="apertium-lut-slh.slh-lut.t3x"/>
<file name="slh-lut.t3x.bin"/>
</program>
<program name="hfst-proc $1">
<file name="slh-lut.autogen.hfst"/>
</program>
<!-- <program name="lt-proc -p">
<file name="slh-lut.autopgen.bin"/>
</program>-->
</pipeline>
</mode>
</modes>