forked from mikob/kuromoji.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
47 lines (47 loc) · 930 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "kuromoji",
"version": "0.1.2",
"authors": [
"Takuya Asano <[email protected]>"
],
"description": "JavaScript implementation of Japanese morphological analyzer",
"main": [
"build/kuromoji.js",
"dict/base.dat",
"dict/cc.dat",
"dict/check.dat",
"dict/tid.dat",
"dict/tid_map.dat",
"dict/tid_pos.dat",
"dict/unk.dat",
"dict/unk_char.dat",
"dict/unk_compat.dat",
"dict/unk_invoke.dat",
"dict/unk_map.dat",
"dict/unk_pos.dat"
],
"keywords": [
"morphological analyzer",
"tokenizer",
"japanese",
"pos",
"pos tagger",
"nlp"
],
"license": "Apache-2.0",
"homepage": "https://github.com/takuyaa/kuromoji.js",
"ignore": [
"**/.*",
"bower_components",
"coverage",
"demo",
"example",
"jsdoc",
"node_modules",
"src",
"test",
"gulpfile.js",
"package-lock.json",
"package.json"
]
}