lindera-wasm 0.40.2

A morphological analysis library for WebAssembly.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "lindera-wasm-example",
  "version": "0.40.1",
  "description": "Example project for Lindera WASM",
  "scripts": {
    "start": "webpack serve --config webpack.config.js",
    "build": "webpack --config webpack.config.js"
  },
  "devDependencies": {
    "webpack": "^5.97.1",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^5.2.0"
  }
}