Datasets:
guilhermelmello
commited on
Commit
•
2772f07
1
Parent(s):
ac16cec
Replace white spaces on folder names.
Browse files- corpus-carolina.py +6 -6
corpus-carolina.py
CHANGED
@@ -78,12 +78,12 @@ def _taxonomies():
|
|
78 |
The dictionary of codes and names.
|
79 |
"""
|
80 |
return dict(
|
81 |
-
dat="
|
82 |
-
jud="
|
83 |
-
leg="
|
84 |
-
pub="
|
85 |
-
soc="
|
86 |
-
uni="
|
87 |
wik="wikis",
|
88 |
)
|
89 |
|
|
|
78 |
The dictionary of codes and names.
|
79 |
"""
|
80 |
return dict(
|
81 |
+
dat="datasets_and_other_corpora",
|
82 |
+
jud="judicial_branch",
|
83 |
+
leg="legislative_branch",
|
84 |
+
pub="public_domain_works",
|
85 |
+
soc="social_media",
|
86 |
+
uni="university_domains",
|
87 |
wik="wikis",
|
88 |
)
|
89 |
|