Skip to content

mcnakhaee/textures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textures

PyPI version GitHub versionMaintenancemade-with-python

Textures (Text Features) is a python library that allows you to extract useful statistics and features from text data, find common patterns from text input and clean your text data without searching for regular expressions on the Web. This library is heavily inspired by the awesome textfeatures R package developed by Michael W. Kearney

Getting started

Quickstart

Launch in Pangeo Binder (Interactive jupyter notebook/lab environment in the cloud).

Binder

Or you can open a working notebook example in Google Colab.

Open All Collab

Installation

You can install textures from pip by using this command:

pip install textures

You may also need to run the following command to install other requirements in your working environment.

apt-get install enchant
python -m textblob.download_corpora

About

A python package for extracting stats and features from text columns

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages