Python Text Mining Utilities
Project description
This package contains a variety of useful functions for text mining in Python. It focuses on statistical text mining (i.e. the bag-of-words model) and makes it very easy to create a term-document matrix from a collection of documents. This matrix can then be read into a statistical package (R, MATLAB, etc.) for further analysis. The package also provides some useful utilities for finding collocations (i.e. significant two-word phrases), computing the edit distance between words, and chunking long documents up into smaller pieces.
The package has a large amount of curated data (stopwords, common names, an English dictionary with parts of speech and word frequencies) which allows the user to extract fairly sophisticated features from a document.
This package does NOT have any natural language processing capabilities such as part-of-speech tagging. Please see the Python NLTK for that sort of functionality (plus much, much more).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file textmining-1.0.zip
.
File metadata
- Download URL: textmining-1.0.zip
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 846bda6402a0d399a039885ad8f02da7ddd49c785a7a9d7c13417ffc3ae58086 |
|
MD5 | 606edecbdc88fdea701a4e4c494a4ff3 |
|
BLAKE2b-256 | f7ca3fb84b7fc0f5e51c4f8d4e6ba5bb5cc833410700bcec22594eefe072febe |