lindera-wasm 2.1.1

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