lindera-wasm
Version:
A morphological analysis library for WebAssembly.
36 lines (23 loc) • 688 B
Markdown
# lindera-wasm
WebAssembly of Lindera

## Install project dependencies
- wasm-pack : <https://rustwasm.github.io/wasm-pack/installer/>
## Setup repository
```shell
# Clone lindera-py project repository
% git clone git@github.com:lindera/lindera-wasm.git
% cd lindera-wasm
```
## Build project
```shell
% wasm-pack build --release --features=cjk --target=bundler
```
## Build example web application
```shell
% cd example && npm install && npm run build && cp index.html dist/index.html
```
## Run example web application
```shell
% cd example && npm run start
```