File size: 1,161 Bytes
45175db |
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 |
---
license: apache-2.0
task_categories:
- translation
language:
- en
- th
tags:
- code
pretty_name: Thai Cities
size_categories:
- 1K<n<10K
---
# Dataset Card for Thailand-Cities
## Table of Contents
- [Dataset Description](#dataset-description)
- [Dataset Summary](#dataset-summary)
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
- [Languages](#languages)
- [Data Instances](#data-instances)
- [Data Fields](#data-fields)
### Dataset Summary
`Thailand-Cities` Contains list of Thailand Cities in both English and Thai languages.
### Supported Tasks and Leaderboards
Translation
### Languages
Thai
### Data Instances
```
1,Amnat Charoen,อำนาจเจริญ
2,Ang Sila,อ่างศิลา
3,Ang Thong,อ่างทอง
4,Aranyaprathet,อรัญญประเทศ
5,Aranyik,อรัญญิก
```
### Data Fields
The data fields are the same among all configurations:
- `SNO` (`str`): ID of the record
- `EngName` (`str`): Name of city in English language
- `ThaiName` (`str`): Name of city in Thailand language
### Licensing Information
- Apache License v2.0
- GPLv3
|