gvlassis commited on
Commit
e47caea
·
1 Parent(s): 116ae00
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -43,7 +43,9 @@ The dataset is basically [shakespearefirstfolio](https://huggingface.co/datasets
43
 
44
  The dataset was collected as follows: I first looked for free Modern Greek translations of complete Ancient Greek plays on [openbook.gr](https://www.openbook.gr/). For every PDF file found, I extracted the text with [pdfly](https://github.com/py-pdf/pdfly). The resulting .txt files undergone several rounds of manual and automatic cleaning via vim and vimscript. I also filled in missing parts (e.g characters, plot) from Wikipedia. This was very laborious, but I stuck with it until I was content with the result. As a final preprocessing step, I applied [NFKD normalization](https://unicode.org/reports/tr15/) via [uconv](https://linux.die.net/man/1/uconv). This lead to a *very* clean (albeit not perfect) collection of 24 Ancient Greek plays. The plays were written by Aristophanes, Euripides, Aeschylus and Sophocles. A complete list of the plays can be found in [./res](https://huggingface.co/datasets/gvlassis/ancient_greek_theatre/tree/main/res).
45
 
 
 
46
  ## Usage
47
  import datasets
48
 
49
- dataset = datasets.load_dataset("gvlassis/ancient_greek_theatre")
 
43
 
44
  The dataset was collected as follows: I first looked for free Modern Greek translations of complete Ancient Greek plays on [openbook.gr](https://www.openbook.gr/). For every PDF file found, I extracted the text with [pdfly](https://github.com/py-pdf/pdfly). The resulting .txt files undergone several rounds of manual and automatic cleaning via vim and vimscript. I also filled in missing parts (e.g characters, plot) from Wikipedia. This was very laborious, but I stuck with it until I was content with the result. As a final preprocessing step, I applied [NFKD normalization](https://unicode.org/reports/tr15/) via [uconv](https://linux.die.net/man/1/uconv). This lead to a *very* clean (albeit not perfect) collection of 24 Ancient Greek plays. The plays were written by Aristophanes, Euripides, Aeschylus and Sophocles. A complete list of the plays can be found in [./res](https://huggingface.co/datasets/gvlassis/ancient_greek_theatre/tree/main/res).
45
 
46
+ t
47
+
48
  ## Usage
49
  import datasets
50
 
51
+ dataset = datasets.load_dataset("gvlassis/ancient_greek_theatre")