lindera-wasm
Version:
Lindera WASM with CJK dictionaries (IPADIC, ko-dic, CC-CEDICT)
29 lines • 626 B
JSON
{
"name": "lindera-wasm",
"type": "module",
"description": "Lindera WASM with CJK dictionaries (IPADIC, ko-dic, CC-CEDICT)",
"version": "0.45.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lindera/lindera-wasm"
},
"files": [
"lindera_wasm_bg.wasm",
"lindera_wasm.js",
"lindera_wasm.d.ts"
],
"main": "lindera_wasm.js",
"homepage": "https://github.com/lindera/lindera-wasm",
"types": "lindera_wasm.d.ts",
"sideEffects": [
"./snippets/*"
],
"keywords": [
"morphological",
"analysis",
"library",
"wasm",
"webassembly"
]
}