Skip to content

Commit c8d3b7d

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

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
@@ -172,7 +172,7 @@ For a faster parser that work on non-probabilistic grammars, look into [nearley]
172172
* I have not provisioned for ε-rules
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
175-
* Viterbi parsing (querying the most likely parse tree) only returns one single parse. In the case of an ambiguous sentence, the returned parse is not guaranteed the left-most parse.
175+
* 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).
176176

177177
## License
178178
This software is licensed under a permissive [MIT license](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)