Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ The corpus is released in JSONL format. Each document contains the following att
|
|
51 |
"url": "document url",
|
52 |
"title": "document title",
|
53 |
"author": "document author if known, null otherwise",
|
54 |
-
"date": "publication date in yyyy-mm-dd format",
|
55 |
"text": "document content, ready to use raw text. Title text (for news and articles) is included as well.",
|
56 |
"domain": "document domain. one of ['news', 'administrative', 'wikipedia', 'science', 'subtitles', 'literature', 'videogames']"
|
57 |
}
|
|
|
51 |
"url": "document url",
|
52 |
"title": "document title",
|
53 |
"author": "document author if known, null otherwise",
|
54 |
+
"date": "publication date in yyyy[-mm-dd[Thh:mm:ssZ]] format",
|
55 |
"text": "document content, ready to use raw text. Title text (for news and articles) is included as well.",
|
56 |
"domain": "document domain. one of ['news', 'administrative', 'wikipedia', 'science', 'subtitles', 'literature', 'videogames']"
|
57 |
}
|