From fc65b10e0f689a51f2f856b43abfb6d266889a9b Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 6 Jan 2008 21:05:56 +0000 Subject: dictionary experiment with Finnish verbs --- examples/uusisuomi/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/uusisuomi/Makefile') diff --git a/examples/uusisuomi/Makefile b/examples/uusisuomi/Makefile index 43899cbc1..5b0d3133e 100644 --- a/examples/uusisuomi/Makefile +++ b/examples/uusisuomi/Makefile @@ -4,8 +4,9 @@ CAT=N all: nouns verbs: - export CAT=V ; export LEX=VNSSK ; make -e tests - export CAT=V ; export LEX=VOmat ; make -e tests +# export CAT=V ; export LEX=VNSSK ; make -e tests +# export CAT=V ; export LEX=VOmat ; make -e tests + export CAT=V ; export LEX=VDictionary ; make -e tests cat all-diff-V* >all-differences-V cat all-differences-V -- cgit v1.2.3