bvtextprocessing

Small library for text processing


Keywords
text, processing
License
MIT
Install
pip install bvtextprocessing==0.1

Documentation

Bvtextprocessing

Small library for creating char/word ngrams (with optional stemming beforehand).

To use:

>>> from bvtextprocessing.ngrams import char_ngrams
>>> char_ngrams('some random text', 2)