Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalheir committed Jan 8, 2017
1 parent c8d3b7d commit e19f369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -169,7 +169,7 @@ Note that this implementation does not apply innovations such as [Joop Leo's imp
For a faster parser that work on non-probabilistic grammars, look into [nearley](nearley.js.org).

### Limitations
* I have not provisioned for 蔚-rules
* I have not provisioned for 蔚-rules (rules with an empty right hand side)
* Rule probability estimation may be performed using the inside-outside algorithm, but is not currently implemented
* Higher level concepts such as wildcards, * and + are not implemented
* 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).
Expand Down

0 comments on commit e19f369

Please sign in to comment.