Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 353 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 353 Bytes

6.S083 Final Project

Semantic Parser

Semantic Parser translates sentences of English into sentences of predicate logic, and then generates conclusions or checks given conclusions.

Prerequisites & Installation

Requires sbt.

$ sbt "run input/multiple.txt"

See the project report under the documentation/ folder for lots more details.