Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,24 @@ language:
|
|
| 7 |
- en
|
| 8 |
size_categories:
|
| 9 |
- n<1K
|
| 10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
- en
|
| 8 |
size_categories:
|
| 9 |
- n<1K
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Irish_Focloir
|
| 13 |
+
|
| 14 |
+
This dataset contains English phrases along with their Irish translations.
|
| 15 |
+
|
| 16 |
+
## Dataset Structure
|
| 17 |
+
|
| 18 |
+
The dataset contains the following fields:
|
| 19 |
+
- `english`: The English phrase.
|
| 20 |
+
- `irish`: The Irish translation of the phrase.
|
| 21 |
+
|
| 22 |
+
## Example
|
| 23 |
+
|
| 24 |
+
Here is an example of the data structure:
|
| 25 |
+
|
| 26 |
+
```csv
|
| 27 |
+
english,irish
|
| 28 |
+
"Hello","Dia dhuit"
|
| 29 |
+
"Goodbye","Slán"
|
| 30 |
+
"Thank you","Go raibh maith agat"
|