make pretest

This commit is contained in:
aarne
2006-03-10 12:21:48 +00:00
parent 61bd63713d
commit 0c5b068331
2 changed files with 23 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ all: present mathematical multimodal langs compiled
test:
echo "gr -cat=Text -number=11 -prob | tb" | gf -nocf -probs=lang.gfprob langs.gfcm
pretest:
echo "gr -cat=Cl -number=11 -prob | tb" | gf -probs=lang.gfprob -path=present:prelude -nocf ../present/Lang???.gfc
langs:
echo "s ;; pm | wf langs.gfcm" | gf -nocf -src */Lang??*.gf english/LangEng.gf +RTS -M800M -K100M
cp -p */*.gfc */*.gfr ../alltenses

View File

@@ -74,6 +74,24 @@ Presentation:
- example collections
==Quick start==
Go to the main directory, compile the grammars, and run a test.
```
cd GF/lib/resource-1.0
make
make test
```
This will take quite some time. An alternative is to use the
[precompiled grammar package ../../compiled.tgz]. Just do
```
cd GF/lib/resource-1.0
make pretest
```
For more examples, see the
[Overview slides clt2006.html].
===The language independent ground API===
@@ -252,6 +270,9 @@ grammar writing.
[Grammars as Software Libraries gslt-sem-2006.html]. Slides
with background and motivation for the resource grammar library.
[GF Resource Grammar Library Version 1.0 clt2006.html]. Slides
giving an overview of the library and practical hints on its use.
[How to write resource grammars Resource-HOWTO.html]. Helps you
start if you want to add another language to the library.