Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 558 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 558 Bytes

lindera-js

npm version

A lidera japanese tokenizer wrapper for javascript and typescript

Usage

npm i lindera-js
import * as lindera from "lindera-js";

console.log(lindera.tokenize("関西国際空港限定トートバッグ"));

If you want to see more detail usage, please show examples/hello-lindera-js.

build

wasm-pack build

test

wasm-pack test --node