Install
npm i new-hope
Oryarn add new-hope
Use
import {split, tokenize} from "new-hope";
const words = split("Mi parolas Esperanton.");
const tokens = tokenize(words);
What is Esperanto?
Esperanto is a constructed language created by Ludwig L. Zamenhof in 1887. Read more here and check out the Duolingo course
Demo
See other projects