Common Logic Controlled English parser
- Implements John Sowa's grammar for Common Logic Controlled English Specification.
- Just the parser
- Written in Scheme
- Install Gambit Scheme
- Git clone the project
- cd to project directory
- gsi clce-scm
- Type in your CLCE Sentence.
It is possible to run the parser in a Web browser. The Scheme sources are translated to Javascript by Scheme2Js
- Browse to the clce.html
- Enter your sentence into the textarea and press "Parse"
- The parsed syntax tree is shown in the second textarea.