A Python package to analyse and build Euskera/Basque verbs.


License
BSD-2-Clause
Install
pip install Aditzak==0.3.24

Documentation

Aditzak

A library to analyze and build verbs in Euskera

Installation

Using pip:

`pip install Aditzak`

Usage

Basic example:

`
from Aditzak import builder

builder({"Aditza":None, "Kasua":"NOR-NORK", "Modua":"Ondorioa","Denbora":"Iragana", "Nor":"ni", "Nori":None, "Nork":"hark"})
`