LxMLS / lxmls-guide

Lisbon Machine Learning Summer School Lab Guide
81 stars 61 forks source link

Mistake in Algorithm 14 (CKY, page 93) #116

Closed goncalomcorreia closed 6 years ago

goncalomcorreia commented 6 years ago

In line 16 and 17, the second index of the second partial probability should be

j + i - 1

and not

j + i - 2

ramon-astudillo commented 6 years ago

Thanks, can you make a PR for this?

goncalomcorreia commented 6 years ago

done