A python package to extract features from text data
Project description
Textures
Textures is a python package that allows you to extract some handy features and stats from text columns in Pandas DataFrames. It also includes some useful functions for cleaning text and extracting patterns (e.g., hashtags and emails from strings) and save your time looking for regular expression patterns on google and stackoverflow
Overview
The package has three modules:
features: has a extract_features which allow you to compute and return more than 30 features from a Pandas DataFrame.
clean_text: provides several functions for cleaning string inputs (e.g., remove hashtags).
find: provides several functions for finding patterns such as hashtags in string inputs. Installation ~~~~~~~~~~~~~~~~~~~~~~
License
Bibliography
See also
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size textures-0.1.6-py3-none-any.whl (10.2 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size textures-0.1.6.tar.gz (139.1 kB) | File type Source | Python version None | Upload date | Hashes View |