Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 397 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 397 Bytes

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.