A rule-based dictionary-based Toki Pona to English translator that translates into multiple English outputs showing many possible grammatical and semantic interpretation of the text. No machine learning involved.
It is work in progress! We welcome contributors however!
After using git clone
, you'll need Deno for this project.
Then you'll need to install the dependencies before running any command:
deno install
.
After this, you can start away by running deno task start
then open the link
provided by the stdout to open a local copy of ilo Token. The server will
auto-reload the webpage whenever there are changes on the code.
Run deno task
to see more useful command lines.