AMR-KELEG / arabic-word-inflection

Generate different forms of Arabic words

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arabic-word-inflection

Generate different forms of Arabic words

Usage

from inflect import inflect_verb, inflect_noun

print(inflect_verb("تحدث"))
print(inflect_noun("عربية"))

About

Generate different forms of Arabic words

License:GNU General Public License v3.0


Languages

Language:Python 100.0%