mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
copied examples/app to examples/slowApp; the new app is a bit scaled down but much faster
This commit is contained in:
7
examples/slowApp/Makefile2
Normal file
7
examples/slowApp/Makefile2
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user