diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-01-06 12:16:07 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-01-06 12:16:07 +0000 |
| commit | 330350325f79f8a229abe3ed460c814464d574e7 (patch) | |
| tree | 1c960828187df2cdcb79858fd58ef0cfde638367 /examples/uusisuomi/Makefile | |
| parent | 238dba62642686b2d1354885cefa94088d4a3b2b (diff) | |
tests for verbs in uusisuomi
Diffstat (limited to 'examples/uusisuomi/Makefile')
| -rw-r--r-- | examples/uusisuomi/Makefile | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/examples/uusisuomi/Makefile b/examples/uusisuomi/Makefile index a054f0a20..43899cbc1 100644 --- a/examples/uusisuomi/Makefile +++ b/examples/uusisuomi/Makefile @@ -1,6 +1,15 @@ LEX=Omat +CAT=N -all: +all: nouns + +verbs: + export CAT=V ; export LEX=VNSSK ; make -e tests + export CAT=V ; export LEX=VOmat ; make -e tests + cat all-diff-V* >all-differences-V + cat all-differences-V + +nouns: export LEX=NSSK ; make -e tests export LEX=Omat ; make -e tests export LEX=Swadesh ; make -e tests @@ -11,11 +20,11 @@ all: cat all-differences gf-files: - runghc MkLex.hs 0 $(LEX) > $(LEX)Abs.gf - runghc MkLex.hs 1 $(LEX) > $(LEX)1.gf - runghc MkLex.hs 2 $(LEX) > $(LEX)2.gf - runghc MkLex.hs 3 $(LEX) > $(LEX)3.gf - runghc MkLex.hs 4 $(LEX) > $(LEX)4.gf + runghc MkLex.hs 0 $(CAT) $(LEX) > $(LEX)Abs.gf + runghc MkLex.hs 1 $(CAT) $(LEX) > $(LEX)1.gf + runghc MkLex.hs 2 $(CAT) $(LEX) > $(LEX)2.gf + runghc MkLex.hs 3 $(CAT) $(LEX) > $(LEX)3.gf + 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 |
