Datasets:
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" |