Update README.md
Browse files
README.md
CHANGED
|
@@ -29,3 +29,28 @@ configs:
|
|
| 29 |
- split: test
|
| 30 |
path: data/test-*
|
| 31 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
- split: test
|
| 30 |
path: data/test-*
|
| 31 |
---
|
| 32 |
+
|
| 33 |
+
# Dataset Card for POS UD-IMST
|
| 34 |
+
|
| 35 |
+
## Table of Contents
|
| 36 |
+
- [Dataset Description](#dataset-description)
|
| 37 |
+
- [Dataset Structure](#dataset-structure)
|
| 38 |
+
- [Data Fields](#data-fields)
|
| 39 |
+
- [Source Data](#source-data)
|
| 40 |
+
|
| 41 |
+
## Dataset Description
|
| 42 |
+
|
| 43 |
+
UD_Turkish-IMST is originally [released](https://github.com/UniversalDependencies/UD_Turkish-IMST/tree/master) by TABILAB.
|
| 44 |
+
|
| 45 |
+
### Dataset Structure
|
| 46 |
+
|
| 47 |
+
We kept the original data structure.
|
| 48 |
+
|
| 49 |
+
### Data Fields
|
| 50 |
+
|
| 51 |
+
- **tokens** (list): a `list` of `string` features.
|
| 52 |
+
- **pos_tags** (list): a `list` of part-of-speech (POS) tags, where each tag is a string such as `"ADV"`, `"_"`, `"NOUN"`, `"VERB"`, `"PRON"`, etc.
|
| 53 |
+
|
| 54 |
+
## Source Dataset
|
| 55 |
+
|
| 56 |
+
[github.co/UniversalDependencies/UD_Turkish-IMST](https://github.com/UniversalDependencies/UD_Turkish-IMST/tree/master)
|