Skip to content

ad-freiburg/text-utils

Repository files navigation

Text utilities

This repository contains Python utilities (backed by Rust) used in many Deep Learning based NLP applications.

It is mainly designed to be used for whitespace correction, spelling correction, language modeling, and similar tasks.

You can install the Python package from PyPI via

pip install dtpu

Windows (x64) and Linux are currently supported when installing from PyPI.