A simple CFG chart parser with semantic interpretation

This version of the parser features semantic interpretation via a simplistic (incorrect) version of lamda reduction. The parser is intended to give users a sense of how semantic interpretation can take place in conjunction with syntactic structure building in a chart parser. This version of the parser is "legacy", and is not probablistic.

How the semantic interpretation works

Paste the lexicon here, in the form "Word Category (: Frequency)":

Paste the grammar here, in the form "A -> B Category ... D (: Frequency)":

Enter the sentence to be parsed here

List all edges