README.md
setup.cfg
setup.py
urduhack/__init__.py
urduhack/about.py
urduhack/config.py
urduhack/errors.py
urduhack/stop_words.py
urduhack/urdu_characters.py
urduhack.egg-info/PKG-INFO
urduhack.egg-info/SOURCES.txt
urduhack.egg-info/dependency_links.txt
urduhack.egg-info/entry_points.txt
urduhack.egg-info/not-zip-safe
urduhack.egg-info/requires.txt
urduhack.egg-info/top_level.txt
urduhack/command/__init__.py
urduhack/command/cli.py
urduhack/command/cmd_download.py
urduhack/normalization/__init__.py
urduhack/normalization/character.py
urduhack/normalization/tests/__init__.py
urduhack/normalization/tests/test_character.py
urduhack/preprocess/__init__.py
urduhack/preprocess/util.py
urduhack/preprocess/tests/__init__.py
urduhack/preprocess/tests/test_util.py
urduhack/tasks/__init__.py
urduhack/tasks/sentiment.py
urduhack/tasks/_backend/__init__.py
urduhack/tasks/_backend/_sentiment.py
urduhack/tasks/tests/__init__.py
urduhack/tasks/tests/test_sentiment.py
urduhack/tests/__init__.py
urduhack/tests/test_about.py
urduhack/tokenization/__init__.py
urduhack/tokenization/eos.py
urduhack/tokenization/keras_tokenizer.py
urduhack/tokenization/tokenizer.py
urduhack/tokenization/words.py
urduhack/tokenization/tests/__init__.py
urduhack/tokenization/tests/test_eos.py
urduhack/tokenization/tests/test_keras_tokenizer.py
urduhack/utils/__init__.py
urduhack/utils/arabic.py
urduhack/utils/io.py
urduhack/utils/text.py
urduhack/utils/tests/__init__.py
urduhack/utils/tests/test_arabic.py
urduhack/utils/tests/test_io.py
urduhack/utils/tests/test_text.py