blob: 475736740ae25d564f70002ffbdaf57caa645b00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
lights:
echo "s ;; pm | wf lights.gfcm" | gf Lights*.gf
agenda:
echo "s ;; pm | wf agenda.gfcm" | gf Agenda*.gf
engcorpus:
echo "gt -depth=4 | pt -transform=typecheck | l -all" | gf LightsEng.gf
swecorpus:
echo "gt -depth=4 | pt -transform=typecheck | l -all" | gf LightsSwe.gf
doc:
txt2tags -thtml -ogf-dialogue.html README.txt
|