Update edgar_corpus.py
Browse files- edgar_corpus.py +1 -1
edgar_corpus.py
CHANGED
@@ -52,7 +52,7 @@ _FEATURES = [
|
|
52 |
"section_15",
|
53 |
]
|
54 |
|
55 |
-
_URLS = {"full":"", **{"year_"+str(year):str(year)+"/" for year in range(1993,
|
56 |
|
57 |
class EdgarCorpus(datasets.GeneratorBasedBuilder):
|
58 |
|
|
|
52 |
"section_15",
|
53 |
]
|
54 |
|
55 |
+
_URLS = {"full":"", **{"year_"+str(year):str(year)+"/" for year in range(1993,2021,1)}}
|
56 |
|
57 |
class EdgarCorpus(datasets.GeneratorBasedBuilder):
|
58 |
|