blob: 914ee4292584f7dc99fee60b4bae6f7c1d81c505 (
plain)
1
2
3
4
5
6
7
|
P=../phrasebook
L=../../lib/src
GFPATH=$L/chunk:$L/translator:$L/finnish/stemmed:$L/finnish:$P
J=-j +RTS -N4 -A20M -RTS
App.pgf::
gf -s -make $J -probs=./app.probs -path=$(GFPATH) -gfo-dir gfo App???.gf
|