Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
tags:
|
| 4 |
+
- meter
|
| 5 |
+
- poetry
|
| 6 |
+
- scansion
|
| 7 |
+
- prosody
|
| 8 |
+
pretty_name: iambic pentameter
|
| 9 |
+
size_categories:
|
| 10 |
+
- 100K<n<1M
|
| 11 |
+
---
|
| 12 |
+
108k lines of 18th Century iambic pentameter, scraped via xquery from the Eighteenth Century Poetry Archive xml database.
|
| 13 |
+
|
| 14 |
+
https://www.eighteenthcenturypoetry.org/
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
Scanned using prosodic.py.
|
| 18 |
+
|
| 19 |
+
https://github.com/quadrismegistus/prosodic
|
| 20 |
+
|
| 21 |
+
"Score" roughly equates to metrical complexity or divergence from strict iambic patterning.
|
| 22 |
+
|
| 23 |
+
See https://github.com/cretic/metricalgpt for more information including metrical constraints
|