Textarium is a Python package for text analysis
Project description
textarium: easy-to-use Python package for text analysis.
What is it?
textarium is a Python package that provides flexible text analysis functions designed to make text analysis intuitive and easy. It aims to be the high-level tool for preparing text-data and complex analysis or NLP modeling.
Installation
Binary installer for the latest released version are available at the Python Package Index (PyPI).
# Type this in your command-line
pip install textarium
Getting started
from textarium import Text
import nltk
nltk.download('wordnet')
s = "This a text example. You can preprocess and analyze it with this package."
text = Text(s, lang='en')
text.prepare()
print(text.prepared_text)
Documentation
The official documentation is hosted on Github.io: https://6b656b.github.io/textarium
License
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
textarium-0.1.5.tar.gz
(13.8 kB
view details)
Built Distribution
textarium-0.1.5-py3-none-any.whl
(18.1 kB
view details)
File details
Details for the file textarium-0.1.5.tar.gz
.
File metadata
- Download URL: textarium-0.1.5.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c840e84decdb04d30f997cf468946d1cb8c6f1dc72a492f8ef83973755578dc3 |
|
MD5 | 778452d681b807c9f0d0622942ee95ed |
|
BLAKE2b-256 | d4f41dab5761ce4aca9ba825c7b95328b8660dcadb199d0b2e09690c93a39ab5 |
File details
Details for the file textarium-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: textarium-0.1.5-py3-none-any.whl
- Upload date:
- Size: 18.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 781c009d9f5b7ead23eda1590928962459065336d3f69a9f1606f1a206ea7242 |
|
MD5 | 14d77e4491cf7d56fe3ccb34485bfcf4 |
|
BLAKE2b-256 | 9e99a3f1d3ae6ce435b8d8d620f02f37ad6ecd95ded39506177568063e6cd1cb |