fiifinketia/navigation-corpus-twi
收藏Hugging Face2026-04-06 更新2026-04-12 收录
下载链接:
https://hf-mirror.com/datasets/fiifinketia/navigation-corpus-twi
下载链接
链接失效反馈官方服务:
资源简介:
---
license: cc-by-4.0
task_categories:
- translation
- text-generation
language:
- en
- twi
tags:
- navigation
- maps
- ghana
- african-languages
- wayfinding
pretty_name: Ghana Maps Navigation - Twi
---
# Ghana Maps Navigation Corpus (Twi)
This repository contains the **Twi** portion of the Ghana Maps Navigation Corpus.
It features English navigation/map transcriptions and their corresponding translations into Twi.
## Dataset Structure
The dataset contains two columns:
| Column | Description |
|--------|-------------|
| `english` | Original English map/navigation text |
| `translated` | Translation into Twi |
## Usage
```python
from datasets import load_dataset
ds = load_dataset("ghananlpcommunity/ghana-maps-navigation-twi")
print(ds['train'][0])
```
## About Twi
Akan language spoken by the Asante and Akuapem people; one of Ghana's most widely spoken languages.
## Domain
This dataset focuses on the **navigation and maps** domain, covering street names, directional instructions, and landmarks.
## Citation
```bibtex
@dataset{ghana_maps_navigation_twi,
author = {Ghana NLP Community},
title = {Ghana Maps Navigation Corpus - Twi},
year = {2025},
publisher = {HuggingFace},
url = {[https://huggingface.co/datasets/](https://huggingface.co/datasets/)ghananlpcommunity/ghana-maps-navigation-twi}
}
```
## License
[Creative Commons Attribution 4.0 (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/)
提供机构:
fiifinketia



