LICENSE
README.md
pyproject.toml
assets/download_hf_models.py
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/keyboard_touch_model.py
tests/test_causal_byte.py
tests/test_causal_byte_predict_characters.py
tests/test_causal_byte_predict_words.py
tests/test_causal_subword.py
tests/test_causal_subword_predict_characters.py
tests/test_causal_subword_predict_words.py
tests/test_constants.py
tests/test_helpers.py
tests/test_keyboard_touch_model.py
tests/test_keystroke_savings_ngram.py
tests/test_ngram.py
tests/test_ngram_predict_characters.py
tests/test_ngram_predict_words.py
tests/test_ppm.py
tests/test_ppm_predict_characters.py
tests/test_ppm_predict_words.py
tests/fixtures/__init__.py
tests/fixtures/causal_byte.py
tests/fixtures/causal_subword.py
tests/fixtures/ngram.py
tests/fixtures/phrases.py
tests/fixtures/ppm.py
textslinger/__init__.py
textslinger/causal_byte.py
textslinger/causal_subword.py
textslinger/eval_helper.py
textslinger/exceptions.py
textslinger/helpers.py
textslinger/language_model.py
textslinger/ngram.py
textslinger/ppm.py
textslinger.egg-info/PKG-INFO
textslinger.egg-info/SOURCES.txt
textslinger.egg-info/dependency_links.txt
textslinger.egg-info/requires.txt
textslinger.egg-info/top_level.txt
textslinger.egg-info/zip-safe