Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaaaaanquish/wasm_lindera_example
rust + lindera + webassembly + next.js + typescriptで形態素解析するサンプル
https://github.com/vaaaaanquish/wasm_lindera_example
Last synced: 8 days ago
JSON representation
rust + lindera + webassembly + next.js + typescriptで形態素解析するサンプル
- Host: GitHub
- URL: https://github.com/vaaaaanquish/wasm_lindera_example
- Owner: vaaaaanquish
- License: mit
- Created: 2020-12-18T04:58:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-18T06:12:26.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T15:05:11.883Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.05 MB
- Stars: 39
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Rust-MachineLearning - vaaaaanquish/wasm_lindera_example - rust + lindera + webassembly + next.js + typescriptで形態素解析するサンプル (Blog / repo)
README
# wasm_lindera_example
rust + lindera + webassembly + next.js + typescriptで形態素解析するサンプル![img](https://github.com/vaaaaanquish/wasm_lindera_example/blob/main/img/sample.gif?raw=true)
# Usage
- 初回やる
```
## init
npm install
```- wasmのbuild
```
wasm-pack build src/tokenize-text
```- localhost:3000にアプリが立つやつ
```
npm run build
npm run start
```# Thanks
- https://github.com/lindera-morphology/lindera.git
- https://github.com/rustwasm/create-wasm-app/
et al.