MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
urduhack/__init__.py
urduhack/about.py
urduhack/config.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/command/cmd_info.py
urduhack/conll/__init__.py
urduhack/conll/conllable.py
urduhack/conll/parser.py
urduhack/conll/reader.py
urduhack/conll/tests/__init__.py
urduhack/conll/tests/test_parser.py
urduhack/conll/tests/test_reader.py
urduhack/core/__init__.py
urduhack/core/unit/__init__.py
urduhack/core/unit/document.py
urduhack/core/unit/sentence.py
urduhack/core/unit/token.py
urduhack/core/unit/tests/__init__.py
urduhack/core/unit/tests/test_document.py
urduhack/core/unit/tests/test_sentence.py
urduhack/core/unit/tests/test_token.py
urduhack/datasets/__init__.py
urduhack/datasets/image/__init__.py
urduhack/datasets/image/hand_written.py
urduhack/datasets/text/__init__.py
urduhack/datasets/text/imdb_urdu.py
urduhack/models/__init__.py
urduhack/normalization/__init__.py
urduhack/normalization/character.py
urduhack/normalization/regexes.py
urduhack/normalization/tests/__init__.py
urduhack/normalization/tests/test_character.py
urduhack/pipeline/__init__.py
urduhack/pipeline/core.py
urduhack/pipeline/parser.py
urduhack/pipeline/parsers/__init__.py
urduhack/pipeline/parsers/normalize.py
urduhack/pipeline/parsers/tokenize.py
urduhack/preprocessing/__init__.py
urduhack/preprocessing/util.py
urduhack/preprocessing/tests/__init__.py
urduhack/preprocessing/tests/test_util.py
urduhack/tests/__init__.py
urduhack/tests/test_about.py
urduhack/tests/test_stop_words.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/tokenization/tests/test_words.py
urduhack/utils/__init__.py
urduhack/utils/arabic.py
urduhack/utils/io.py
urduhack/utils/resources.py
urduhack/utils/tests/__init__.py
urduhack/utils/tests/test_arabic.py
urduhack/utils/tests/test_io.py