File size: 1,466 Bytes
d4dfb7d
 
cbe737e
b404369
fe8f1e0
d4dfb7d
 
 
 
 
 
 
d067682
 
 
a5013d4
d067682
 
3428b9a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
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
```