forked from GitHub/gf-core
tests for verbs in uusisuomi
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user