doc of prob

This commit is contained in:
aarne
2005-11-01 08:20:09 +00:00
parent a48236172f
commit 27c65e985d
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