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 --frozen
.
After this, you can start away by running deno task start
then open
./dist/index.html
using your favorite browser. The server will automatically
rebuild the project. However, you need to manually refresh the page.
Run deno task
to see more useful command lines.