lindera-wasm
Version:
Lindera WASM with CJK dictionaries (IPADIC, ko-dic, CC-CEDICT)
44 lines (27 loc) • 802 B
Markdown
# lindera-wasm
WebAssembly of Lindera

## Demo Application
- <https://lindera.github.io/lindera-wasm/>
## npm
- <https://www.npmjs.com/package/lindera-wasm>
## 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 lindera-wasm && npm install && npm run build && cp index.html dist/index.html
```
## Run example web application
```shell
% cd lindera-wasm && npm run start
```