-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.07 KB
/
package.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
{
"name": "kingchop",
"version": "1.2.0",
"description": "A text tokenizing library that handles strings, by tokenizing them into arrays, depending on intended format, like sentences, sub sentences, paragraphs, words...",
"main": "io_backend.js",
"scripts": {
"test": "mocha tests.js"
},
"repository": "git+https://github.com/victoryosiobe/kingchop.git",
"keywords": [
"NLP tokenizer",
"Tokenizer",
"Sentence tokenizer",
"Text tokenizer",
"Node.js tokenizer",
"Flexible text tokenizer",
"CommonJS text tokenizer",
"Paragraph tokenizer",
"Sub sentence tokenizer",
"Stable tokenizer",
"Easy tokenizer",
"Light text tokenizer"
],
"comment": {
"type": "module",
"module": "./kingchop.js",
"jsdelivr": "./browser/kingchop.js",
"unpkg": "./browser/kingchop.js"
},
"author": "Victory Osiobe",
"email": "myvicosy@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/victoryosiobe/kingchop/issues"
},
"homepage": "https://github.com/victoryosiobe/kingchop#readme",
"private": false
}