#morphological-analysis #wasm #library

lindera-wasm

A morphological analysis library for WebAssembly

2 releases

0.40.2 Apr 2, 2025
0.40.1 Apr 1, 2025

#2399 in Text processing

Download history 203/week @ 2025-03-29 55/week @ 2025-04-05

258 downloads per month

MIT license

57KB
173 lines

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

Dependencies

~15–27MB
~479K SLoC