diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-02-18 07:15:50 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-02-18 07:15:50 +0000 |
| commit | badafa58fa7d21c2d8a058596a913403c6096111 (patch) | |
| tree | 8c83083dfa35e10f7eb4bee0a673f0200ae60150 /examples/uusisuomi/Makefile | |
| parent | 8873196f8471574a2be098b8e84c6f78318a76ff (diff) | |
using partitive plural in Finnish mkN
Diffstat (limited to 'examples/uusisuomi/Makefile')
| -rw-r--r-- | examples/uusisuomi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/uusisuomi/Makefile b/examples/uusisuomi/Makefile index 3c19e474d..f4f17d09a 100644 --- a/examples/uusisuomi/Makefile +++ b/examples/uusisuomi/Makefile @@ -33,13 +33,13 @@ CSC: gf-files: runghc MkLex.hs 0 $(CAT) $(LEX) > $(LEX)Abs.gf -# runghc MkLex.hs 1 $(CAT) $(LEX) > $(LEX)1.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 + 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 |
