Textarium is a Python package for text analysis
Project description
textarium: easy-to-use Python package for text processing.
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.3.tar.gz
(12.8 kB
view details)
Built Distribution
textarium-0.1.3-py3-none-any.whl
(16.4 kB
view details)
File details
Details for the file textarium-0.1.3.tar.gz
.
File metadata
- Download URL: textarium-0.1.3.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57c5b8d49350deb99976623d54810e368c64689572e995e21a0d751d24a5af6d |
|
MD5 | aa56a5927a98c52c5bad6d6e0c9686ec |
|
BLAKE2b-256 | 325757a8fbb7f7f781fb9e340fdccce588a6155665228eb776bcff2a01aba3e6 |
File details
Details for the file textarium-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: textarium-0.1.3-py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b1f7ba6a80b89005e2ddcd385d1dfd42224be5b69eef2ceaf1c69f698f1cd6d |
|
MD5 | a49294afa4c78743c9b65cae94e16407 |
|
BLAKE2b-256 | 7ab7a7a6415619de8824eb0d16e57a3e3204f837d14521664f28a79330e2ce2a |