Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 751 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 751 Bytes

clce

Common Logic Controlled English parser

  • Implements John Sowa's grammar for Common Logic Controlled English Specification.
  • Just the parser
  • Written in Scheme

Running the Scheme version

  1. Install Gambit Scheme
  2. Git clone the project
  3. cd to project directory
  4. gsi clce-scm
  5. Type in your CLCE Sentence.

Running the Javascript Version

It is possible to run the parser in a Web browser. The Scheme sources are translated to Javascript by Scheme2Js

  1. Browse to the clce.html
  2. Enter your sentence into the textarea and press "Parse"
  3. The parsed syntax tree is shown in the second textarea.