# Requirements for prepare_text.py and score_text.py
#
# Install with:
#     pip install -r requirements.txt

# Icelandic sentence splitter and tokenizer (Miðeind).
# Used by prepare_text.py. The training data was tokenized with version 3.6.2.
tokenizer>=3.6.2

# KenLM Python bindings, used by score_text.py.
# There is no official KenLM release on PyPI; install from the upstream repo.
# The bindings compile from source, so a C++ compiler and CMake are needed.
kenlm @ https://github.com/kpu/kenlm/archive/master.zip
