Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,17 @@ tags:
|
|
16 |
- author attribution
|
17 |
size_categories:
|
18 |
- 10K<n<100K
|
19 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
- author attribution
|
17 |
size_categories:
|
18 |
- 10K<n<100K
|
19 |
+
---
|
20 |
+
|
21 |
+
# Panitikan-34 Corpus
|
22 |
+
Panitikan-34 contains Filipino literary texts from 34 Filipino authors from the late 19th to early 20th century. The data was gathered from the Tagalog books category of [Project Gutenberg](https://www.gutenberg.org/browse/languages/tl) using the [scrapy](https://scrapy.org/) library. Various pre-processing techniques were also applied to the dataset which can also be adopted in other languages as discussed in the paper. Dictionaries, thesauruses, and works translated from other languages were excluded to solely focus on literary texts and the original author's writing style.
|
23 |
+
|
24 |
+
A smaller version of the dataset is also provided which only contains the top 10 Filipino authors who had the most literary works in the website. Kindly check it out at this [link](https://huggingface.co/datasets/Galahallt/Panitikan-10).
|
25 |
+
|
26 |
+
# Specification
|
27 |
+
| Items | Count |
|
28 |
+
| :---: | :---: |
|
29 |
+
| No. of tokens | 724,133 |
|
30 |
+
| Vocabulary Size | 60,354 |
|
31 |
+
| No. of literary works | 47 |
|
32 |
+
| No. of authors | 34 |
|