--- pretty_name: NENA Speech Dataset 1.0 (test) language: - aii - cld annotations_creators: - crowdsourced language_creators: - crowdsourced license: - cc0-1.0 --- # NENA Speech Dataset ## Context The [Northeastern Neo-Aramaic (NENA) Database Project](https://nena.ames.cam.ac.uk/) has been aggregating language documentation materials for the NENA dialects. These materials include descriptions, including [a description of the dialect of the Assyrian Christians of Urmi](https://drive.google.com/file/d/1k7QXjjxakQN87c0p-SAcUwnxY_JbrKj9/view?usp=drive_link). This description contains 300 pages (8 hours) of transcribed and translated oral literature. These oral literatures are [actively being parsed](https://github.com/mattynaz/nena-dataset-parsing) and uploaded to a database at [pocketbase.nenadb.dev](https://pocketbase.nenadb.dev/_). The platform [crowdsource.nenadb.dev](https://crowdsource.nenadb.dev/) allows the community to directly engage with these parsed examples and contribute their own voices to the database. ## Goal The goal is to publish this dataset to [HuggingFace](https://huggingface.co/). Mozilla's [Common Voice dataset](https://huggingface.co/datasets/mozilla-foundation/common_voice_13_0/tree/main) provides an example implementation of such a dataset. ## Development ### Building the dataset Install the required packages. ``` pip install -r requirements.txt ``` Build the dataset. ``` python build.py --build ```