Utilities for Arabic verb root parsing and conjugation.
Project description
Arabic Conjugator
Small Python package providing functions to parse Arabic three-letter roots with harakat and generate conjugations for past and present tenses.
Usage example
from arabic_conjugator import conjugate_verb
title, forms = conjugate_verb("فَتَحَ", tense="past")
print(title)
for f in forms:
print(f)
License: MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arabic_conjugator-0.1.0.tar.gz.
File metadata
- Download URL: arabic_conjugator-0.1.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
992b99ad6a673c3872fbafd433a5ae1b473421de7d819105e26a8c5a5c72bbe2
|
|
| MD5 |
55594d0908be765be98226bb800c949e
|
|
| BLAKE2b-256 |
8a0dfc580e31f1adff72807612778673e781e03bc63de25b1955c09b4e453022
|
File details
Details for the file arabic_conjugator-0.1.0-py3-none-any.whl.
File metadata
- Download URL: arabic_conjugator-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75fd7cfb54540149e632618b5dce87022f55ae0651d731699f1ab8fc72d6dafe
|
|
| MD5 |
b21d43c6ea6fe13410fe59d259315e3e
|
|
| BLAKE2b-256 |
b158eccc2d604ed64fc77d1fb8373ef30fc3615cf0d17b81f0838a1c7e1f1d41
|