0.38.1 • Published 7 months ago

lindera-wasm v0.38.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

lindera-wasm

WebAssembly of Lindera

Screenshot 2024-12-25 143434

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 example && npm install && npm run build && cp index.html dist/index.html

Run example web application

% cd example && npm run start