java-probabilistic-earley-parser icon indicating copy to clipboard operation
java-probabilistic-earley-parser copied to clipboard

implement inside-outside algorithm for estimating rule probabilities

Open cacfd3a opened this issue 9 years ago • 0 comments

Suppose you have a grammar and a set of parsed sentences, we want to use inside-outside to estimate the most likely probability distribution for the grammar rules

cacfd3a avatar Jan 18 '17 21:01 cacfd3a