mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-08 06:36:32 -06:00
added DictCompFin; started frequency-based Finnish grammar
This commit is contained in:
14
src/finnish/frequency/Makefile
Normal file
14
src/finnish/frequency/Makefile
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user