-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 868 Bytes
/
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
{
"name": "nlptoolkit-namedentityrecognition",
"version": "1.0.1",
"description": "NER Corpus Processing Library",
"main": "index.js",
"types": "index.js",
"scripts": {
"test": "Mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StarlangSoftware/TurkishNamedEntityRecognition-Js.git"
},
"author": "Olcay Taner Yıldız",
"license": "ISC",
"bugs": {
"url": "https://github.com/StarlangSoftware/TurkishNamedEntityRecognition-Js/issues"
},
"homepage": "https://github.com/StarlangSoftware/TurkishNamedEntityRecognition-Js#readme",
"devDependencies": {
"@types/mocha": "^9.0.0",
"mocha": "^9.1.3",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
},
"dependencies": {
"nlptoolkit-corpus": "^1.0.9",
"nlptoolkit-datastructure": "^1.0.4",
"nlptoolkit-dictionary": "^1.0.9"
}
}