pnugues commited on
Commit
9c478d5
·
verified ·
1 Parent(s): 7c970ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -13,4 +13,28 @@ _Encyclopædia Britannica_ is the most prestigious reference work in English.
13
  This dataset contains the text of the entries from the 7th edition as well extracted geographical
14
  coordinates.
15
 
16
- The original text comes from the [Nineteenth-Century Knowledge Project](https://tu-plogan.github.io/source/r_7th_edition.html)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  This dataset contains the text of the entries from the 7th edition as well extracted geographical
14
  coordinates.
15
 
16
+ The original text comes from the [Nineteenth-Century Knowledge Project](https://tu-plogan.github.io/source/r_7th_edition.html)
17
+
18
+ ### Data Instances
19
+ Each sample is a JSON dictionnary with `id`, the entry ID in the [Nineteenth-Century Knowledge Project](https://tu-plogan.github.io/source/r_7th_edition.html)
20
+ nomenclature, `texte`, the text of the entry and `coords`, the coordinates if any, and a disclaimer, as for example:
21
+
22
+
23
+ ```
24
+ {
25
+ "texte": "NARLAH, a town of Hindustan, in the province of Orissa, possessed by independent native chiefs. It is thirty miles east from the town of Bustar. Long. 83. 5. E. Lat. 19. 50. N. 0",
26
+ "id": "kp-eb0715-073501-8764",
27
+ "disclamer": "ENCYCLOPEDIA BRITANNICA, SEVENTH EDITION: A MACHINE-READABLE TEXT
28
+ TRANSCRIPTION (v3.1), The Nineteenth-Century Knowledge Project, 2024
29
+ nckp@temple.edu, https://tu-plogan.github.io/.
30
+
31
+ License: CC-BY-4.0, https://creativecommons.org/licenses/by/4.0/.
32
+
33
+ Source: Encyclopaedia Britannica: A Dictionary of Arts, Sciences,
34
+ and General Literature. 7th ed., 21 vols. Edinburgh: Adam and
35
+ Charles Black, 1830-1842. Image scans: Natl. Library of Scotland.
36
+
37
+ This entry: 7th edition, volume 15, page 735 [7:15:735]",
38
+ "coords": "19 50' N 83 5' E"}
39
+ }
40
+ ```