Détail du package

lindera-wasm

lindera130MIT1.0.0

Lindera WASM with CJK dictionaries (IPADIC, ko-dic, CC-CEDICT)

morphological, analysis, library, wasm

readme

lindera-wasm

WebAssembly of Lindera

Screenshot

Demo Application

npm

Install project dependencies

Setup repository

# Clone lindera-py project repository
% git clone git@github.com:lindera/lindera-wasm.git
% cd lindera-wasm

Build project

% wasm-pack build --release --features=cjk --target=bundler

Build example web application

% cd lindera-wasm && npm install && npm run build && cp index.html dist/index.html

Run example web application

% cd lindera-wasm && npm run start