--- license: cc-by-4.0 task_categories: - translation - text-generation language: - en - ga tags: - navigation - maps - ghana - african-languages - wayfinding pretty_name: Ghana Maps Navigation - Ga --- # Ghana Maps Navigation Corpus (Ga) This repository contains the **Ga** portion of the Ghana Maps Navigation Corpus. It features English navigation/map transcriptions and their corresponding translations into Ga. ## Dataset Structure The dataset contains two columns: | Column | Description | |--------|-------------| | `english` | Original English map/navigation text | | `translated` | Translation into Ga | ## Usage ```python from datasets import load_dataset ds = load_dataset("ghananlpcommunity/ghana-maps-navigation-ga") print(ds['train'][0]) ``` ## About Ga Spoken primarily in the Greater Accra Region. ## Domain This dataset focuses on the **navigation and maps** domain, covering street names, directional instructions, and landmarks. ## Citation ```bibtex @dataset{ghana_maps_navigation_ga, author = {Ghana NLP Community}, title = {Ghana Maps Navigation Corpus - Ga}, year = {2025}, publisher = {HuggingFace}, url = {[https://huggingface.co/datasets/](https://huggingface.co/datasets/)ghananlpcommunity/ghana-maps-navigation-ga} } ``` ## License [Creative Commons Attribution 4.0 (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/)