Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 608 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 608 Bytes

lojban-toolkit

About

This repository is the code companion of the Master Thesis found at https://github.com/BamBalaam/master-thesis

Contents

This toolkit contains the following modules, each containing a README file for more details:

  • dictionary : allows to fetch official definitions for lojban words
  • grammar_parser : allows to parse lojban sentences using an unofficial and simplified grammar, created for educational purposes
  • visitor : generates a JSON representation of a parsed sentence with all its elements tagged and defined

Run test suite

make tests