forked from karget-platform/persian-preprocess
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 918 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
32
33
34
35
36
{
"name": "persian-preprocess",
"version": "1.0.0",
"description": "Persian (Farsi) text pre processing (normalize, number, punctuation, white space, stop word & ...)",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webilix/persian-preprocess.git"
},
"keywords": [
"persian",
"farsi",
"text",
"preprocess",
"pre process",
"normalize",
"number",
"punctuation",
"whitespace",
"white space",
"stop word",
"stopword"
],
"author": "Ali Amirnezhad",
"license": "MIT",
"bugs": {
"url": "https://github.com/webilix/persian-preprocess/issues"
},
"homepage": "https://github.com/webilix/persian-preprocess#readme",
"devDependencies": {
"jest": "^24.8.0"
}
}