emdemor commited on
Commit
f26aea3
·
verified ·
1 Parent(s): 43a7581

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -3
README.md CHANGED
@@ -1,3 +1,51 @@
1
- ---
2
- license: cc0-1.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ task_categories:
4
+ - text-classification
5
+ - summarization
6
+ - feature-extraction
7
+ - text-generation
8
+ language:
9
+ - pt
10
+ pretty_name: News of the Brazilian Newspaper
11
+ size_categories:
12
+ - 100K<n<1M
13
+ ---
14
+
15
+ # News of the Brazilian Newspaper
16
+
17
+ This repository contains a comprehensive dataset of news articles from a Brazilian newspaper, Folha de São Paulo (http://www.folha.uol.com.br/). The dataset includes 167,053 examples of news articles, comprising headlines, URLs of articles, complete articles, and their respective categories.
18
+
19
+ ## Dataset Creation
20
+
21
+ The headlines were initially gathered from Inshorts and were then used to scrape the complete news articles from Folha de São Paulo. The dataset covers a time period ranging from January 2015 to September 2017, providing a wealth of information for researchers, analysts, and developers interested in analyzing and understanding trends in Brazilian news over this time period.
22
+
23
+ ## Data Format
24
+
25
+ The dataset is provided in a single CSV file, with each row representing a unique news article. The columns of the dataset include the following:
26
+
27
+ - **Title:** The title of the news article.
28
+ - **Text:** The complete text of the news article.
29
+ - **Date:** The publish date
30
+ - **Category:** The category of the news article.
31
+ - **Subcategory:** The subcategory of the news article.
32
+ - **Link:** The URL of the news article.
33
+
34
+ ## Usage
35
+
36
+ This dataset can be used for a variety of applications, such as natural language processing, sentiment analysis, and trend analysis of Brazilian news over the given time period. We hope that this dataset will be a valuable resource for researchers, analysts, and developers who are interested in gaining insights into the news landscape of Brazil.
37
+
38
+ ## Citation
39
+
40
+ If you use this dataset in your work, please cite the original author Marlesson Santana ( [email]([email protected]) | [github](https://github.com/marlesson) ):
41
+
42
+ * https://www.kaggle.com/datasets/marlesson/news-of-the-site-folhauol
43
+ * https://github.com/marlesson/scrapy_folha
44
+
45
+ ## License
46
+
47
+ This dataset is released under the [CC0: Public Domain](https://creativecommons.org/share-your-work/public-domain/cc0/) license.
48
+
49
+ ## Contributing
50
+
51
+ We welcome contributions to this dataset! If you have additional data to contribute or if you find any issues with the dataset, please create a pull request or submit an issue.