Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 258 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 258 Bytes

PCFG-Parser

This is a PCFG Parser based on CNF using the inside-outside algorithm. This is a sequential version and I will rewrite it into a parallel version in the future. I use an artificial grammar called EMILE to generate the training and the test set.