Web-based chart parser

There are two versions of the web-based chart parser. The first is a PCFG (Probablistic Context-Free Grammar) parser. The second version is a CFG without probablities, but including a kind of semantic interpretation.

PCFG chart parser

Code for Chartparse.pm

CFG chart parser with semantic interpretation

Code for Chartparse_pa.pm