lindera-js
Version:
A lidera japanese tokenizer wrapper for javascript and typescript
29 lines • 625 B
JSON
{
"name": "lindera-js",
"collaborators": [
"higumachan <harekumo792154@gmail.com>"
],
"description": "A lidera japanese tokenizer wrapper for javascript and typescript",
"version": "0.1.4",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/higumachan/lindera-js"
},
"files": [
"lindera_js_bg.wasm",
"lindera_js.js",
"lindera_js_bg.js",
"lindera_js.d.ts",
"LICENSE_MIT"
],
"module": "lindera_js.js",
"types": "lindera_js.d.ts",
"sideEffects": false,
"keywords": [
"tokenizer",
"lindera",
"japanease",
"形態素解析"
]
}