File size: 2,505 Bytes
4589ac9 6f2e987 9c372b1 7c674c9 3390e53 7c674c9 3390e53 7c674c9 a5708ab 3390e53 7c674c9 3390e53 7c674c9 3390e53 7c674c9 9c372b1 7c674c9 9c372b1 7c674c9 a5708ab 7c674c9 9c372b1 7c674c9 9c372b1 7c674c9 9c372b1 7c674c9 9c372b1 7c674c9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
---
configs:
- config_name: Metadata
data_files: pm_info_table.csv
- config_name: Source Data
data_files: pm_source_text.csv
task_categories:
- text-classification
- question-answering
- sentence-similarity
- token-classification
language:
- ta
pretty_name: Project Madurai
size_categories:
- n<1K
license: apache-2.0
---
<h1>Project Madurai Books Text Dataset</h1>
This dataset card aims to convert the Tamil books available on the Project Madurai website to the HF dataset. It has been scrapped from [Project Madurai Website](https://www.projectmadurai.org/pmworks.html).
## Dataset Details
- You can see a table above called "Meta Data", which is just an info table.
<b>You can't able to preview the "Source Data" table</b>, due to it is about 300MB.
[Don't open the Dataset in Excel It will lead to a crash of the OS instead open it using Python in pandas or datasets]
- <b>"Project Madurai"</b> was a great initiative in 2008, to make the Tamil Language available to everyone on the internet.<br>
- They converted almost <b>1006 books</b> to the format of PDF and HTML pages.<br>
- By utilizing the website this dataset is created .<br>
- The dataset contains more genres of books from Tamil <b>Literature to Fiction</b> which can be very useful to develop an NLP model for Tamil.
## Dataset Structure
#### First Table Structure
- This Table Contains the Meta Data of the Dataset Which Tells the <b>Index</b>, <b>Work.No</b>[no of the book],<b>Author</b> of the Book,<b>Title</b> of the book, <b>Unicode</b>[The Html Page name which the source of the book is available].
- This Table can be used to find the source of the data in the "Source Data"[second table].
#### Second Table Structure
- This Table Contains the Source Data of the Dataset Which Tells the <b>Index</b>, <b>Book_Id</b>[HTML page name],<b>Link</b> of the Book,<b>tamil_text</b> of the book.
![Second_table](second_table_img.png)
- In this Table each of the row contains a single book or half of the book[due to one book in different html pages].
- The 'tamil_text' column contains more than <b>95% tamil text , and others are romen letters, numberals, english text</b>. While scarpping it the tamil text and english text both in single tag, it can be cleaned in future.
- The 'tamil_text' column may contain <b>delimeters</b> like <b>['',.?!/n-]</b> to process the data easier.
- The Table contains more than 1006 rows due to some books splitted in to different parts.
### Special Thanks
- Project Madurai Team. |