Skip to content

Commit e19f369

Browse files
author
Maarten
authored
Update README.md
1 parent c8d3b7d commit e19f369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Note that this implementation does not apply innovations such as [Joop Leo's imp
169169
For a faster parser that work on non-probabilistic grammars, look into [nearley](nearley.js.org).
170170

171171
### Limitations
172-
* I have not provisioned for ε-rules
172+
* I have not provisioned for ε-rules (rules with an empty right hand side)
173173
* Rule probability estimation may be performed using the inside-outside algorithm, but is not currently implemented
174174
* Higher level concepts such as wildcards, * and + are not implemented
175175
* Viterbi parsing (querying the most likely parse tree) only returns one single parse. In the case of an ambiguous sentence in which multiple dervation have the highest probability, the returned parse is not guaranteed the left-most parse (I think).

0 commit comments

Comments
 (0)