Metadata-Version: 1.1
Name: bvtextprocessing
Version: 0.1
Summary: Small library for text processing
Home-page: https://bitbucket.org/dbolkunov/bvtextprocessing/src
Author: Dmitry Bolkunov
Author-email: d.bolkunov@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: 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)
        
Keywords: text processing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
