Datasets:
Tasks:
Text Classification
Sub-tasks:
multi-class-classification
Languages:
English
Size:
10K<n<100K
License:
Update blog_authorship_corpus.py
Browse files
blog_authorship_corpus.py
CHANGED
@@ -35,7 +35,7 @@ Each blog in the corpus includes at least 200 occurrences of common English word
|
|
35 |
The corpus may be freely used for non-commercial research purposes.
|
36 |
"""
|
37 |
_URL = "https://lingcog.blogspot.com/p/datasets.html"
|
38 |
-
_DATA_URL = "
|
39 |
|
40 |
|
41 |
class BlogAuthorshipCorpus(datasets.GeneratorBasedBuilder):
|
|
|
35 |
The corpus may be freely used for non-commercial research purposes.
|
36 |
"""
|
37 |
_URL = "https://lingcog.blogspot.com/p/datasets.html"
|
38 |
+
_DATA_URL = "data/blogs.zip"
|
39 |
|
40 |
|
41 |
class BlogAuthorshipCorpus(datasets.GeneratorBasedBuilder):
|