-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
234 lines (169 loc) · 9.09 KB
/
Makefile.am
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
###############################################################################
## Makefile for apertium-grc
###############################################################################
LANG1=grc
BASENAME=apertium-$(LANG1)
TARGETS_COMMON = \
$(LANG1).automorf.hfst \
$(LANG1).automorf.bin \
$(LANG1).automorf.att.gz \
$(LANG1).autogen.hfst \
$(LANG1).autogen.bin \
$(LANG1).autogen.att.gz \
$(LANG1).autopgen.bin \
$(LANG1).rlx.bin \
$(LANG1).ud.bin \
$(LANG1).zhfst
# $(LANG1).prob
# This include defines goals for install-modes, .deps/.d, autobil.prefixes and .mode files:
@ap_include@
###############################################################################
## Ancient Greek transducer
###############################################################################
.deps/$(LANG1).twol.hfst: $(BASENAME).$(LANG1).twol .deps/.d
hfst-twolc $< -o $@
.deps/$(LANG1)-stress.lexd.hfst: $(BASENAME).$(LANG1)-stress.lexd .deps/.d
lexd $< .deps/$(LANG1)-stress.lexd.att
hfst-txt2fst .deps/$(LANG1)-stress.lexd.att -o $@
.deps/$(LANG1)-syl.twol.hfst: $(BASENAME).$(LANG1)-syl.twol .deps/.d
hfst-twolc $< -o $@
.deps/$(LANG1)-contract.twol.hfst: $(BASENAME).$(LANG1)-contract.twol .deps/.d
hfst-twolc $< -o $@
.deps/$(LANG1)-contract.xfst.hfst: $(BASENAME).$(LANG1)-contract.xfst .deps/.d
hfst-regexp2fst -S $< -o $@
.deps/$(LANG1)-ortho.twol.hfst: $(BASENAME).$(LANG1)-ortho.twol .deps/.d
hfst-twolc $< -o $@
.deps/$(LANG1).RL.lexd: $(BASENAME).$(LANG1).lexd .deps/.d
cat $< | grep -v 'Dir/LR' > $@
.deps/$(LANG1).LR.lexd: $(BASENAME).$(LANG1).lexd .deps/.d
cat $< | grep -v 'Dir/RL' > $@
.deps/$(LANG1).RL.lexd.hfst: .deps/$(LANG1).RL.lexd
lexd $< .deps/$(LANG1).RL.lexd.att
hfst-txt2fst .deps/$(LANG1).RL.lexd.att -o $@
.deps/$(LANG1).LR.lexd.hfst: .deps/$(LANG1).LR.lexd
lexd $< .deps/$(LANG1).LR.lexd.att
hfst-txt2fst .deps/$(LANG1).LR.lexd.att -o $@
.deps/$(LANG1).RL.lexd-twol.hfst: .deps/$(LANG1).RL.lexd.hfst .deps/$(LANG1).twol.hfst
hfst-compose-intersect -1 .deps/$(LANG1).RL.lexd.hfst -2 .deps/$(LANG1).twol.hfst -o $@
.deps/$(LANG1).LR.lexd-twol.hfst: .deps/$(LANG1).LR.lexd.hfst .deps/$(LANG1).twol.hfst
hfst-compose-intersect -1 .deps/$(LANG1).LR.lexd.hfst -2 .deps/$(LANG1).twol.hfst -o $@
.deps/$(LANG1).RL.lexd-twol-ortho.hfst: .deps/$(LANG1).RL.lexd-twol.hfst .deps/$(LANG1)-ortho.twol.hfst
hfst-compose-intersect -1 .deps/$(LANG1).RL.lexd-twol.hfst -2 .deps/$(LANG1)-ortho.twol.hfst -o $@
.deps/$(LANG1).LR.lexd-twol-ortho.hfst: .deps/$(LANG1).LR.lexd-twol.hfst .deps/$(LANG1)-ortho.twol.hfst
hfst-compose-intersect -1 .deps/$(LANG1).LR.lexd-twol.hfst -2 .deps/$(LANG1)-ortho.twol.hfst -o $@
.deps/$(LANG1).RL.lexd-twol-ortho-syl.hfst: .deps/$(LANG1).RL.lexd-twol-ortho.hfst .deps/$(LANG1)-syl.twol.hfst
hfst-compose-intersect -1 .deps/$(LANG1).RL.lexd-twol-ortho.hfst -2 .deps/$(LANG1)-syl.twol.hfst | hfst-realign | hfst-minimize -o $@
.deps/$(LANG1).LR.lexd-twol-ortho-syl.hfst: .deps/$(LANG1).LR.lexd-twol-ortho.hfst .deps/$(LANG1)-syl.twol.hfst
hfst-compose-intersect -1 .deps/$(LANG1).LR.lexd-twol-ortho.hfst -2 .deps/$(LANG1)-syl.twol.hfst | hfst-realign | hfst-minimize -o $@
.deps/$(LANG1).RL.lexd-twol-ortho-syl-stress.hfst: .deps/$(LANG1).RL.lexd-twol-ortho-syl.hfst .deps/$(LANG1)-stress.lexd.hfst
hfst-compose -1 .deps/$(LANG1).RL.lexd-twol-ortho-syl.hfst -2 .deps/$(LANG1)-stress.lexd.hfst -o $@
.deps/$(LANG1).LR.lexd-twol-ortho-syl-stress.hfst: .deps/$(LANG1).LR.lexd-twol-ortho-syl.hfst .deps/$(LANG1)-stress.lexd.hfst
hfst-compose -1 .deps/$(LANG1).LR.lexd-twol-ortho-syl.hfst -2 .deps/$(LANG1)-stress.lexd.hfst -o $@
.deps/$(LANG1).RL.hfst: .deps/$(LANG1).RL.lexd-twol-ortho-syl-stress.hfst .deps/$(LANG1)-contract.xfst.hfst
hfst-compose-intersect -1 .deps/$(LANG1).RL.lexd-twol-ortho-syl-stress.hfst -2 .deps/$(LANG1)-contract.xfst.hfst | hfst-realign | hfst-minimize -o $@
.deps/$(LANG1).LR.hfst: .deps/$(LANG1).LR.lexd-twol-ortho-syl-stress.hfst .deps/$(LANG1)-contract.xfst.hfst
hfst-compose-intersect -1 .deps/$(LANG1).LR.lexd-twol-ortho-syl-stress.hfst -2 .deps/$(LANG1)-contract.xfst.hfst | hfst-realign | hfst-minimize -o $@
$(LANG1).autogen.hfst: .deps/$(LANG1).RL.hfst
hfst-fst2fst -O $< -o $@
.deps/$(LANG1).spellrelax.hfst: $(BASENAME).$(LANG1).spellrelax .deps/.d
hfst-regexp2fst -S -o $@ $<
$(LANG1).automorf.hfst: .deps/$(LANG1).LR.hfst .deps/$(LANG1).spellrelax.hfst
hfst-compose -1 $< -2 .deps/$(LANG1).spellrelax.hfst | hfst-invert | hfst-fst2fst -O -o $@
$(LANG1).autogen.att.gz: $(LANG1).autogen.hfst
hfst-fst2txt $< | gzip -9 -c -n > $@
$(LANG1).automorf.att.gz: $(LANG1).automorf.hfst
hfst-fst2txt $< | gzip -9 -c -n > $@
$(LANG1).autogen.bin: $(LANG1).autogen.att.gz .deps/.d
zcat < $< > .deps/$(LANG1).autogen.att
lt-comp -H lr .deps/$(LANG1).autogen.att $@
$(LANG1).automorf.bin: $(LANG1).automorf.att.gz .deps/.d
zcat < $< > .deps/$(LANG1).automorf.att
lt-comp -H lr .deps/$(LANG1).automorf.att $@
$(LANG1).autopgen.bin: $(BASENAME).post-$(LANG1).dix
lt-comp lr $< $@
###############################################################################
## Debugging transducers (for testvoc)
###############################################################################
debug: .deps/$(LANG1).LR-debug.hfst .deps/$(LANG1).lexd.hfst
.deps/$(LANG1).LR-debug.hfst: $(BASENAME).$(LANG1).lexd .deps/.d
cat $< | grep -v 'Dir/RL' | grep -v 'Use/Circ' > .deps/$(LANG1).LR-debug.lexd
lexd .deps/$(LANG1).LR-debug.lexd .deps/$(LANG1).LR-debug.lexd.att
hfst-txt2fst .deps/$(LANG1).LR-debug.lexd.att -o .deps/$(LANG1).LR-debug.lexd.hfst
hfst-compose-intersect -1 .deps/$(LANG1).LR-debug.lexd.hfst -2 .deps/$(LANG1).twol.hfst -o $@
.deps/$(LANG1).lexd.hfst: .deps/$(LANG1).RL.lexd.hfst
hfst-fst2fst -O -i $< -o $@
###############################################################################
## Disambiguation rules
###############################################################################
$(LANG1).rlx.bin: $(BASENAME).$(LANG1).rlx
cg-comp $< $@
$(LANG1).ud.bin: $(BASENAME).$(LANG1)-ud.rlx
cg-comp $< $@
###############################################################################
## Spell checker
###############################################################################
$(LANG1).zhfst: .deps/acceptor.default.hfst .deps/errmodel.default.hfst speller/index.xml
rm -f $@
zip -j $@ $^
.deps/editdist.default.att: speller/editdist.default.txt .deps/acceptor.default.hfst
apertium-editdist -v -s -d 1 -e '@0@' -i $(srcdir)/speller/editdist.default.txt -a .deps/acceptor.default.hfst > $@
.deps/editdist.default.hfst: .deps/editdist.default.att
hfst-txt2fst -e '@0@' $< -o $@
.deps/editstrings.default.hfst: .deps/strings.default.hfst .deps/editdist.default.hfst
hfst-disjunct $^ | hfst-minimise | hfst-repeat -f 1 -t 2 -o $@
.deps/errmodel.default.hfst: .deps/words.default.hfst .deps/editstrings.default.hfst
hfst-disjunct $^ | hfst-fst2fst -f olw -o $@
.deps/words.default.hfst: speller/words.default.txt
grep -v -e "^#" -e "^$$" $< | hfst-strings2fst -j -o $@
.deps/strings.default.hfst: speller/strings.default.txt .deps/anystar.hfst
grep -v -e "^#" -e "^$$" $< | hfst-strings2fst -j | hfst-concatenate .deps/anystar.hfst - |\
hfst-concatenate - .deps/anystar.hfst -o $@
.deps/anystar.hfst:
echo "?*;" | hfst-regexp2fst -S -o $@
.deps/acceptor.default.hfst: $(LANG1).autogen.hfst
cat $< | hfst-fst2fst -t | hfst-project --project=lower | hfst-minimise | hfst-fst2fst -f olw -o $@
###############################################################################
## Unigram tagger
###############################################################################
#$(LANG1).prob: corpus/$(LANG1).tagged
# apertium-tagger -s 0 -u 2 $@ $<
###############################################################################
## Distribution
###############################################################################
EXTRA_DIST= \
$(BASENAME).$(LANG1).lexd \
$(BASENAME).$(LANG1).twol \
$(BASENAME).$(LANG1).rlx \
$(BASENAME).post-$(LANG1).dix \
$(LANG1).prob \
modes.xml
###############################################################################
## Installation stuff
###############################################################################
#
# apertium_grc_dir: This is where the compiled binaries go
# apertium_grc_srcdir: This is where the source files go
apertium_grcdir=$(prefix)/share/apertium/$(BASENAME)/
apertium_grc_srcdir=$(prefix)/share/apertium/$(BASENAME)/
apertium_grc_DATA=$(TARGETS_COMMON) \
$(BASENAME).$(LANG1).lexd \
$(BASENAME).$(LANG1).twol \
$(BASENAME).$(LANG1).rlx \
$(BASENAME).post-$(LANG1).dix \
$(LANG1).prob
pkgconfigdir = $(prefix)/share/pkgconfig
pkgconfig_DATA = $(BASENAME).pc
noinst_DATA=modes/$(LANG1)-morph.mode
install-data-local: install-modes
uninstall-local: uninstall-modes
###############################################################################
## Cleanup
###############################################################################
CLEANFILES = $(TARGETS_COMMON)
clean-local:
-rm -rf .deps modes
###############################################################################
## Test
###############################################################################
test: all
apertium-regtest test