Datasets:
Commit
•
05438d7
1
Parent(s):
284b997
a few small formatting and grammar changes (#1)
Browse files- a few small formatting and grammar changes (01c0554cdc1c4fa848fa497fe8139a62faa63326)
Co-authored-by: Daniel van Strien <[email protected]>
README.md
CHANGED
@@ -56,7 +56,7 @@ task_ids:
|
|
56 |
|
57 |
### Dataset Summary
|
58 |
|
59 |
-
The Lampeter Corpus of Early Modern English Tracts is a collection of texts on various subject matter published between 1640 and 1740 a time that
|
60 |
|
61 |
### Supported Tasks and Leaderboards
|
62 |
|
@@ -70,7 +70,7 @@ The text in the dataset is British English. The associated BCP-47 code is `en-GB
|
|
70 |
|
71 |
### Data Instances
|
72 |
|
73 |
-
A typical data point contains an id, a text, the head of the text (which can be missing on some occasions) and the title. The two features which can be used for classification are `date`, which is the year of publication and `genre` which classifies the text into one of six broad areas
|
74 |
```
|
75 |
{
|
76 |
'id': 'SciB1735',
|
@@ -84,16 +84,15 @@ head': 'A DEFENCE OF FREE-THINKING IN Mathematics; &c.\n',
|
|
84 |
|
85 |
### Data Fields
|
86 |
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
```
|
97 |
|
98 |
### Data Splits
|
99 |
|
@@ -103,7 +102,7 @@ Train: 120
|
|
103 |
|
104 |
### Curation Rationale
|
105 |
|
106 |
-
The period covered by the Lampeter Corpus, 1640 to 1740, marks a crucial period in English history
|
107 |
|
108 |
### Source Data
|
109 |
|
@@ -112,9 +111,9 @@ The period covered by the Lampeter Corpus, 1640 to 1740, marks a crucial period
|
|
112 |
The original data is selected according to the following criteria:
|
113 |
- Complete texts only, including dedications, prefaces, postscripts, etc.
|
114 |
- Texts are of varying length, ranging from c. 3,000 to c. 20,000 words.
|
115 |
-
- Each author appears only once
|
116 |
-
- Major literary figures of the time were excluded since their style
|
117 |
-
- Generally only first editions of the texts; later editions only if changes were made by the original authors, thus ensuring the authenticity of the language.
|
118 |
|
119 |
#### Who are the source language producers?
|
120 |
|
|
|
56 |
|
57 |
### Dataset Summary
|
58 |
|
59 |
+
The Lampeter Corpus of Early Modern English Tracts is a collection of texts on various subject matter published between 1640 and 1740, a time that was marked by the rise of mass publication, the development of public discourse in many areas of everyday life and last but not least, the standardisation of British English. Each text belongs to one of the following genres: Law, Economy, Religion, Politics, Science, Miscellaneous
|
60 |
|
61 |
### Supported Tasks and Leaderboards
|
62 |
|
|
|
70 |
|
71 |
### Data Instances
|
72 |
|
73 |
+
A typical data point contains an id, a text, the head of the text (which can be missing on some occasions) and the title. The two features which can be used for classification are `date`, which is the year of publication and `genre` which classifies the text into one of six broad areas.
|
74 |
```
|
75 |
{
|
76 |
'id': 'SciB1735',
|
|
|
84 |
|
85 |
### Data Fields
|
86 |
|
87 |
+
The dataset contains the following fields:
|
88 |
+
|
89 |
+
- `id`: Unique identifier("string"),
|
90 |
+
- `text`: ext in the document("string"),
|
91 |
+
- `date`: Date of publication("string"),
|
92 |
+
- `genre`: Broad classification("string"),
|
93 |
+
- `head`: Often same as title. Can be missing("string"),
|
94 |
+
- `title`: Title of document("string")
|
95 |
+
|
|
|
96 |
|
97 |
### Data Splits
|
98 |
|
|
|
102 |
|
103 |
### Curation Rationale
|
104 |
|
105 |
+
The period covered by the Lampeter Corpus, 1640 to 1740, marks a crucial period in English history and the elaboration of English as a multi-purpose language. The texts selected for the corpus reflect the standardisation process of English and historical developments between the outbreak of the Civil War and the beginning of the Industrial Revolution. To meet the needs of linguists and historians alike, the Lampeter project has attempted to create a balanced corpus rather than a randomly chosen archive or collection. A balanced corpus, then, is characterised by several transparent sampling criteria.
|
106 |
|
107 |
### Source Data
|
108 |
|
|
|
111 |
The original data is selected according to the following criteria:
|
112 |
- Complete texts only, including dedications, prefaces, postscripts, etc.
|
113 |
- Texts are of varying length, ranging from c. 3,000 to c. 20,000 words.
|
114 |
+
- Each author appears only once to avoid idiosyncratic language use.
|
115 |
+
- Major literary figures of the time were excluded since their writing style can be studied in other, existing collections.
|
116 |
+
- Generally, only first editions of the texts; later editions only if changes were made by the original authors, thus ensuring the authenticity of the language.
|
117 |
|
118 |
#### Who are the source language producers?
|
119 |
|