Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,4 +18,10 @@ tags:
|
|
| 18 |
pretty_name: Nunavut Hansard Inuktitut–English Parallel Corpus 3.0++
|
| 19 |
size_categories:
|
| 20 |
- 1M<n<10M
|
| 21 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
pretty_name: Nunavut Hansard Inuktitut–English Parallel Corpus 3.0++
|
| 19 |
size_categories:
|
| 20 |
- 1M<n<10M
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
This repo contains an processed version of the [Nunavut Hansard Inuktitut–English Parallel Corpus 3.0](https://doi.org/10.4224/40001819) dataset.
|
| 24 |
+
The dataset has been deduped and blank lines removed. Further, both corpora have lemma and part of speech information.
|
| 25 |
+
For English, this information has been added via [SpaCy](https://spacy.io)'s `en_core_web_trf` model.
|
| 26 |
+
For Inuktitut, this information comes from automatic neural and rule-based morphological analyses of words courtesy of [Jeffrey Micher](https://www.cs.cmu.edu/afs/cs/project/llab/www/inuk.html).
|
| 27 |
+
Inuktitut additionally contains a translation of the lemma, where possible, which comes from the Uqailaut analyzer source.
|