UNPKG

lindera-wasm-ipadic

Version:

A morphological analysis library for WebAssembly.

29 lines 644 B
{ "name": "lindera-wasm-ipadic", "type": "module", "description": "A morphological analysis library for WebAssembly.", "version": "2.1.0", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/lindera/lindera" }, "files": [ "lindera_wasm_ipadic_bg.wasm", "lindera_wasm_ipadic.js", "lindera_wasm_ipadic.d.ts" ], "main": "lindera_wasm_ipadic.js", "homepage": "https://github.com/lindera/lindera", "types": "lindera_wasm_ipadic.d.ts", "sideEffects": [ "./snippets/*" ], "keywords": [ "morphological", "analysis", "library", "wasm", "webassembly" ] }