summaryrefslogtreecommitdiff
path: root/examples/uusisuomi/Makefile
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-02-13 17:47:54 +0000
committeraarne <aarne@cs.chalmers.se>2008-02-13 17:47:54 +0000
commitc399f4f80ae8960de7004d9771400020fafe3805 (patch)
tree2f201d14d96f03c3a42734f83c5b023b8cec057a /examples/uusisuomi/Makefile
parent0fc72dda4407f98aeb8f80bab18181861341b09d (diff)
kotus experiments; bindings in gfcc
Diffstat (limited to 'examples/uusisuomi/Makefile')
-rw-r--r--examples/uusisuomi/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/examples/uusisuomi/Makefile b/examples/uusisuomi/Makefile
index 67c609e9f..1a310d923 100644
--- a/examples/uusisuomi/Makefile
+++ b/examples/uusisuomi/Makefile
@@ -1,6 +1,8 @@
LEX=Omat
CAT=N
+.PHONY: kotus
+
all: nouns
verbs:
@@ -21,6 +23,10 @@ nouns:
cat all-diff-* >all-differences
cat all-differences
+kotus:
+ export LEX=KOTUS ; make -e tests
+ cat all-diff-KOTUS
+
CSC:
export LEX=NCSC ; make -e tests
cat all-diff-NCSC
@@ -33,7 +39,7 @@ gf-files:
runghc MkLex.hs 4 $(CAT) $(LEX) > $(LEX)4.gf
experiments: gf-files
- echo "gt -cat=Utt | l | wf exper1-$(LEX).txt" | gf -s $(LEX)1.gf
+# echo "gt -cat=Utt | l | wf exper1-$(LEX).txt" | gf -s $(LEX)1.gf
echo "gt -cat=Utt | l | wf exper2-$(LEX).txt" | gf -s $(LEX)2.gf
echo "gt -cat=Utt | l | wf exper3-$(LEX).txt" | gf -s $(LEX)3.gf
echo "gt -cat=Utt | l | wf exper4-$(LEX).txt" | gf -s $(LEX)4.gf