A Natural Language Processing (NLP) library for the Urdu language, providing tokenization, normalization, lemmatization, and POS tagging. Current version is 1.1.1, released in 2020. The project appears to be in maintenance mode with last commit in 2021.
pip install urduhackVerified import paths — ran on the pinned version, not inferred.
Basic usage: import urduhack and call tokenize on Urdu text.
Treat output as a plain list of strings.
Consider using alternatives like `urdu-words` or `hazm` for Persian/Urdu, or fork the library to update dependencies.
Run `urduhack.download()` or let the functions auto-download.
No dependency data recorded yet.