Datasets:
File size: 488 Bytes
69ead83 e86c227 69ead83 b9e98d6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
license: unknown
task_categories:
- translation
language:
- ga
- en
size_categories:
- n<1K
---
# Irish_Focloir
This dataset contains English phrases along with their Irish translations.
## Dataset Structure
The dataset contains the following fields:
- `english`: The English phrase.
- `irish`: The Irish translation of the phrase.
## Example
Here is an example of the data structure:
```csv
english,irish
"Hello","Dia dhuit"
"Goodbye","Slán"
"Thank you","Go raibh maith agat" |