added DictCompFin; started frequency-based Finnish grammar

This commit is contained in:
aarne
2010-12-29 11:42:56 +00:00
parent 4a2eccf227
commit 5399793bfe
5 changed files with 35368 additions and 35319 deletions

View File

@@ -0,0 +1,14 @@
all: freq
funs:
echo "pg -funs | wf -file=kotusfuns.txt" | gf -run ../DictCompFinAbs.gf
freq:
runghc Freq.hs >src.tmp
cp prelFreqFinAbs FreqFinAbs.gf
grep ":" src.tmp >>FreqFinAbs.gf
echo "}" >>FreqFinAbs.gf
cp prelFreqFin FreqFin.gf
grep "=" src.tmp >>FreqFin.gf
echo "}" >>FreqFin.gf