|
--- |
|
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 |
|
|
|
|
|
|