-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.21 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "dropsuit",
"version": "1.0.0",
"description": "DropSuit - NLP & data manipulation library for JS & Node.js. Offers diverse functions for text analysis, language understanding & more. Open-source under Apache License 2.0.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bow": "^1.0.0",
"bowtag": "^1.0.0",
"clnarr": "^1.0.0",
"clnstr": "^1.0.0",
"dersnt": "^1.0.0",
"diaflogic": "^1.0.0",
"dnkscr": "^1.0.0",
"dtstruc": "^1.0.0",
"enoun": "^1.0.0",
"ngram": "^1.0.0",
"qaio": "^1.0.0",
"stem": "^1.0.0",
"strsrch": "^1.0.0",
"tok": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ladooniani/dropsuit.git"
},
"keywords": [
"nodejs",
"javascript",
"data-science",
"natural-language-processing",
"opensource",
"formatting",
"chatbot",
"text-analysis",
"text-mining",
"text-processing",
"text-filtering",
"data-manipulation",
"data-processing",
"data-analysis",
"data-structure",
"data-restructuring",
"data-manipulation",
"string-cleaning",
"string-formatting",
"string-search",
"string-manipulation",
"array-cleaning",
"array-formatting",
"array-manipulation",
"transformation",
"nlp-library",
"language-understanding",
"language-understanding",
"language-processing",
"dialog-flow",
"intent-recognition",
"entity-extraction",
"input-processing",
"developer-tool",
"string-cleaning",
"text-searching",
"lado-oniani",
"apache-license-2",
"bag-of-words-generation",
"intent-tagging",
"bag-of-words",
"tokenization",
"stemming",
"word-stemming",
"n-gram-generation",
"ngram",
"json-processing",
"array-patterns",
"derivative-sentences",
"derivative-words",
"derivative-noun-extraction",
"nlp",
"question-and-answer-search",
"pattern-matching",
"content-matching"
],
"author": "Lado Oniani",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ladooniani/dropsuit/issues"
},
"homepage": "https://github.com/ladooniani/dropsuit#readme"
}