Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -37,4 +37,26 @@ configs:
|
|
| 37 |
path: en/validation-*
|
| 38 |
- split: test
|
| 39 |
path: en/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
path: en/validation-*
|
| 38 |
- split: test
|
| 39 |
path: en/test-*
|
| 40 |
+
pretty_name: Enhanced UD syntax
|
| 41 |
+
license: cc-by-sa-4.0
|
| 42 |
+
task_categories:
|
| 43 |
+
- token-classification
|
| 44 |
+
language:
|
| 45 |
+
- en
|
| 46 |
+
source_datasets:
|
| 47 |
+
- UD_English-EWT
|
| 48 |
+
- UD_English-GUM
|
| 49 |
+
multilinguality: monolingual
|
| 50 |
---
|
| 51 |
+
|
| 52 |
+
# Enhanced Universal Dependencies (syntax only) dataset
|
| 53 |
+
|
| 54 |
+
This repo aggregates syntactic markup from UD_English-EWT and UD_English-GUM datasets.
|
| 55 |
+
|
| 56 |
+
Changes made to the source datasets:
|
| 57 |
+
* Only syntactic tags (head, deprel, deps) are preserved
|
| 58 |
+
* Short sentences (fewer than 3 tokens) are removed
|
| 59 |
+
|
| 60 |
+
Source datasets:
|
| 61 |
+
* UD_English-EWT: [https://github.com/UniversalDependencies/UD_English-EWT](https://github.com/UniversalDependencies/UD_English-EWT)
|
| 62 |
+
* UD_English-GUM: [https://github.com/UniversalDependencies/UD_English-GUM](https://github.com/UniversalDependencies/UD_English-GUM)
|