1
0
forked from GitHub/gf-rgl

test probabilities for resource; rounding of prob sum

This commit is contained in:
aarne
2006-02-09 10:54:07 +00:00
parent fceb98a7cb
commit fa09f9fbff
2 changed files with 7 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
all: langs test all: langs test
test: test:
echo "gr -cat=S -number=11 -cf | tb" | gf langs.gfcm echo "gr -cat=S -number=11 -prob | tb" | gf -probs=lang.gfprob langs.gfcm
langs: langs:
echo "s ;; pm | wf langs.gfcm" | gf -src */Lang??*.gf english/LangEng.gf echo "s ;; pm | wf langs.gfcm" | gf -src */Lang??*.gf english/LangEng.gf

6
resource-1.0/lang.gfprob Normal file
View File

@@ -0,0 +1,6 @@
--# prob ConjNP 0.05
--# prob ConjAP 0.1
--# prob ConjAdv 0.1
--# prob ConjS 0.1
--# prob PredSCVP 0.05
--# prob PredetNP 0.05