text-processing-ml

A library for processing text for machine learning


License
MIT
Install
pip install text-processing-ml==0.2.0

Documentation

Text Processing (The Library)

The goal of this library is to provide a set of common functions for preprocessing text. Examples include:

  • spell checking [check]
  • white space normalization [check]
  • casing [check]
  • sub-sequence matching [check]
  • deduplication
  • stemming
  • lemmatization
  • fuzzy string matching [check]

You can find the docs here