-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
datapackage.json
47 lines (47 loc) · 1.07 KB
/
datapackage.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": "stdlib-datasets-savoy-stopwords-por",
"version": "",
"title": "Portuguese Stop Words",
"description": "A list of Portuguese stop words.",
"resources": [
{
"name": "savoy-stopwords-por-json",
"title": "Portuguese Stop Words",
"description": "A list of Portuguese stop words.",
"format": "json",
"mediatype": "application/json",
"encoding": "UTF-8",
"hash": "",
"path": "./data/words.json"
},
{
"name": "savoy-stopwords-por-txt",
"title": "Portuguese Stop Words",
"description": "A list of Portuguese stop words.",
"format": "text",
"mediatype": "plain/text",
"encoding": "UTF-8",
"hash": "",
"path": "./data/words.txt"
}
],
"sources": [
{
"name": "IR Multilingual Resources at UniNE",
"web": "http://members.unine.ch/jacques.savoy/clef/"
}
],
"keywords": [
"list",
"stopwords",
"words",
"redundant",
"lexicon",
"nlp",
"language",
"portugal",
"portuguese",
"por"
],
"license": "BSD-2-Clause"
}