mastergokul commited on
Commit
19e6e3a
1 Parent(s): 3242801

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -26,31 +26,35 @@ This dataset card aims to convert the Tamil books available on the Project Madur
26
  ## Dataset Details
27
 
28
  - You can see a table above called "Meta Data", which is just an info table.
29
- <b>You can't able to preview the "Source Data" table</b>, due to it is about 300MB.
30
  [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]
31
 
32
  - <b>"Project Madurai"</b> was a great initiative in 2008, to make the Tamil Language available to everyone on the internet.<br>
33
  - They converted almost <b>1006 books</b> to the format of PDF and HTML pages.<br>
34
  - By utilizing the website this dataset is created .<br>
35
- - 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.
36
 
37
  ## Dataset Structure
38
 
39
  #### First Table Structure
40
  - 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].
41
-
42
  - This Table can be used to find the source of the data in the "Source Data"[second table].
 
43
 
44
  #### Second Table Structure
 
45
  - 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.
46
  ![Second_table](second_table_img.png)
47
- - In this Table each of the row contains a single book or half of the book[due to one book in different html pages].
48
 
49
- - 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.
50
 
51
  - The 'tamil_text' column may contain <b>delimeters</b> like <b>['',.?!/n-]</b> to process the data easier.
52
 
53
- - The Table contains more than 1006 rows due to some books splitted in to different parts.
 
 
54
 
55
  ### Special Thanks
56
  - Project Madurai Team.
 
26
  ## Dataset Details
27
 
28
  - You can see a table above called "Meta Data", which is just an info table.
29
+ <b>You can't able to preview the "Source Data" table</b>, due to it being about 300MB.
30
  [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]
31
 
32
  - <b>"Project Madurai"</b> was a great initiative in 2008, to make the Tamil Language available to everyone on the internet.<br>
33
  - They converted almost <b>1006 books</b> to the format of PDF and HTML pages.<br>
34
  - By utilizing the website this dataset is created .<br>
35
+ - The dataset contains more genres of books from Tamil <b>Literature to Fiction</b> which can be very useful for developing an NLP model for Tamil.
36
 
37
  ## Dataset Structure
38
 
39
  #### First Table Structure
40
  - 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].
41
+ ![First_Table](first_table_img.png)
42
  - This Table can be used to find the source of the data in the "Source Data"[second table].
43
+ - In one cell there can be 2 or more book id.
44
 
45
  #### Second Table Structure
46
+ - You can download the second table from "Files and Versions". This can't be preview due to the size.
47
  - 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.
48
  ![Second_table](second_table_img.png)
49
+ - In this Table, each row contains a single book or half of the book[due to one book in different html pages].
50
 
51
+ - The 'tamil_text' column contains more than <b>95% of Tamil text, and others are Roman letters, numerals, and english text</b>. While scarping it the Tamil text and english text both in single tag, it can be cleaned in future.
52
 
53
  - The 'tamil_text' column may contain <b>delimeters</b> like <b>['',.?!/n-]</b> to process the data easier.
54
 
55
+ - The Table contains more than 1006 rows due to some books split into different parts.
56
+
57
+ - You can find the book author's name in the first table using the Book_ID
58
 
59
  ### Special Thanks
60
  - Project Madurai Team.