tiny-segmenter
Version:
Super compact Japanese tokenizer in Javascript. http://chasen.org/~taku/software/TinySegmenter/
26 lines (25 loc) • 757 B
JSON
{
"name": "tiny-segmenter",
"version": "0.2.0",
"description": "Super compact Japanese tokenizer in Javascript. http://chasen.org/~taku/software/TinySegmenter/",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leungwensen/tiny-segmenter.git"
},
"keywords": [
"tiny",
"segmenter",
"Japanese",
"segmentalization"
],
"author": "Taku Kudo <taku@chasen.org>",
"license": "SEE LICENSE IN http://chasen.org/~taku/software/TinySegmenter/LICENCE.txt",
"bugs": {
"url": "https://github.com/leungwensen/tiny-segmenter/issues"
},
"homepage": "https://github.com/leungwensen/tiny-segmenter#readme"
}