Esperanto is a constructed language created by L. L. Zamenhof in 1887. Find out more here and check out the great Duolingo Esperanto Course.
import {split, tokenize} from "new-hope";
const words = split("Mi parolas Esperanton.");
const tokens = tokenize(words);
const newHope = require("new-hope");
const words = newHope.split("Mi parolas Esperanton.");
const tokens = newHope.tokenize(words);
require(["new-hope"], (newHope) => {
const words = newHope.split("Mi parolas Esperanton.");
const tokens = newHope.tokenize(words);
});