Datasets:
license: cc-by-nc-sa-4.0
dataset_info:
features:
- name: hanzi
dtype: string
- name: minnan roman
dtype: string
- name: audio
dtype: audio
splits:
- name: train
num_bytes: 9026083536.225
num_examples: 21011
download_size: 8065784026
dataset_size: 9026083536.225
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
language:
- nan
task_categories:
- automatic-speech-recognition
Taiwanese-Minnan-Sutiau Dataset
The dataset consists of a curated collection of words that resemble tokens in Taiwanese Minnan (Taiwanese Hokkien), aimed at enhancing the recognition and processing of the language for various applications. Sourced from the Ministry of Education in Taiwan, this dataset serves as a valuable linguistic resource for researchers and developers engaged in language processing and recognition tasks.
Dataset Features
- Source: Ministry of Education, Taiwan (Sutian Resource Center)
- Text: kautian.ods
- Wav: sutiau-wav.zip
- Content: The dataset includes a compilation of commonly used Taiwanese Minnan words that resemble tokens, formatted for seamless integration into language processing systems.
- Data Cleaning: Some entries have been removed due to the unexisting wav file. This curation process ensures that the dataset maintains a focus on clear and existing wav file in Taiwanese Minnan.
Curation Process
The dataset has been meticulously curated to ensure high quality and relevance. It encompasses a variety of words that reflect common usage in Taiwanese Minnan, making it an essential resource for developing language recognition models.
Using the Dataset You can easily download and utilize the Taiwanese Minnan Token-like Words dataset with Hugging Face's datasets library:
from datasets import load_dataset
# The entire dataset is available for use
dataset = load_dataset("sarahwei/Taiwanese-Minnan-Sutiau")
print(dataset)
References
The original content is maintained by the Ministry of Education in Taiwan. For details regarding usage rights, please refer to the respective license information provided by the source.
This dataset is released under a Creative Commons Attribution-Noncommercial-ShareAlike (CC BY-NC-SA 4.0) license. If you use this dataset in your research or projects, please cite it as follows:
@misc{sarahwei_taiwanese_minnan_token_words_2024,
author = {Chieh Hui Wei},
title = {Taiwanese Minnan Token-like Words},
year = {2024},
publisher = {Hugging Face},
howpublished = {\url{https://huggingface.co/datasets/sarahwei/Taiwanese-Minnan-Sutiau}}
}