|
19 | 19 | from __future__ import absolute_import, division, print_function |
20 | 20 |
|
21 | 21 | import csv |
22 | | -import os |
23 | 22 |
|
24 | 23 | import nlp |
25 | 24 |
|
26 | 25 |
|
27 | 26 | _DESCRIPTION = """\ |
28 | | -AG is a collection of more than 1 million news articles. News articles have been |
29 | | -gathered from more than 2000 news sources by ComeToMyHead in more than 1 year of |
30 | | -activity. ComeToMyHead is an academic news search engine which has been running |
31 | | -since July, 2004. The dataset is provided by the academic comunity for research |
32 | | -purposes in data mining (clustering, classification, etc), information retrieval |
33 | | -(ranking, search, etc), xml, data compression, data streaming, and any other |
34 | | -non-commercial activity. For more information, please refer to the link |
| 27 | +AG is a collection of more than 1 million news articles. News articles have been |
| 28 | +gathered from more than 2000 news sources by ComeToMyHead in more than 1 year of |
| 29 | +activity. ComeToMyHead is an academic news search engine which has been running |
| 30 | +since July, 2004. The dataset is provided by the academic comunity for research |
| 31 | +purposes in data mining (clustering, classification, etc), information retrieval |
| 32 | +(ranking, search, etc), xml, data compression, data streaming, and any other |
| 33 | +non-commercial activity. For more information, please refer to the link |
35 | 34 | http://www.di.unipi.it/~gulli/AG_corpus_of_news_articles.html . |
36 | 35 |
|
37 | | -The AG's news topic classification dataset is constructed by Xiang Zhang |
38 | | -([email protected]) from the dataset above. It is used as a text |
39 | | -classification benchmark in the following paper: Xiang Zhang, Junbo Zhao, Yann |
40 | | -LeCun. Character-level Convolutional Networks for Text Classification. Advances |
| 36 | +The AG's news topic classification dataset is constructed by Xiang Zhang |
| 37 | +([email protected]) from the dataset above. It is used as a text |
| 38 | +classification benchmark in the following paper: Xiang Zhang, Junbo Zhao, Yann |
| 39 | +LeCun. Character-level Convolutional Networks for Text Classification. Advances |
41 | 40 | in Neural Information Processing Systems 28 (NIPS 2015). |
42 | 41 | """ |
43 | 42 |
|
|
0 commit comments