1
0
forked from GitHub/gf-core

doc of prob

This commit is contained in:
aarne
2005-11-01 08:20:09 +00:00
parent 1116d7540e
commit 36839cba86
3 changed files with 17 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
-- example of probabilistic grammar from Jurafsky & Martin p. 449
-- AR 1/11/2005
PredVP. S ::= NP VP ; --# prob 0.80
PredAux. S ::= Aux NP VP ; --# prob 0.15