Comprehensive structured conjugation database for Moroccan Tamazight verbs featuring multiple verb forms, tenses, and conjugation patterns. Includes JSON data format with the web tool used to collect verb data. Enables developers and linguists to easily access and work with Tamazight verb morphology for digital language preservation.
## Amazigh Verbs Conjugation Dataset ##
The **Moroccan tamazight verbs Conjugation Dataset** contains conjugations for 3000+ Amazigh verbs. The dataset is structured in JSON format, allowing easy access and manipulation for linguistic research and development purposes.
### Dataset Overview
- **Dataset Name**: Moroccan tamazight Verbs Conjugation Dataset
- **Total Verbs**: 3000+
- **File Format**: JSON
- **Languages Included**:
- Amazigh language (Tamazight)
- **Data Sources**:
- Le Centre de l'aménagement linguistiqueL, "Manuel de conjugaison amazighe", 2012, Institut Royal de la Culture Amazighe
- IRCAM conjugator
- المعجم العربي الأمازيغي، محمد شفيق
### JSON Structure
Each verb entry in the dataset is structured as follows:
```json
{
"lemma": "ⴰⴳⴳⵯⵊ",
"ConjugationForm": "default",
"ao": {
"s1": {
"m": "ⴰⴳⴳⵯⵊⵖ",
"f": "ⴰⴳⴳⵯⵊⵖ"
},
"s2": {
"m": "ⵜⴰⴳⴳⵯⵊⴷ",
"f": "ⵜⴰⴳⴳⵯⵊⴷ"
},
// Additional singular and plural forms
}
// Additional sections for various conjugations
}
```
#### Attributes
- **lemma**: The base form of the verb in Amazigh script.
- **ConjugationForm**: Indicates the form of the conjugation (e.g., default, first, second).
### Conjugation Forms
The dataset includes multiple conjugation forms categorized as follows:
- **ao** (Aoriste form)
- **acc** (positive perfective)
- **accn** (negative perfective)
- **inacc** (imperfective)
- **imp** (imperative)
- **impi** (intensive imperative)
Each form includes singular (s) and plural (p) configurations for both masculine (m) and feminine (f) genders.
### Installation
To download the dataset, clone this repository using the following command:
```bash
git clone
github.com
```
You can access the dataset in the `data` directory:
```bash
cd Amazigh-conjugation-dataset/data
```
### Usage
The dataset can be used in various applications, including:
- Natural language processing (NLP)
- Linguistic research
- Language learning applications
- Integration into …