new-hope

Esperanto tokenizer

Install

npm i new-hope
Or
yarn 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