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.6.tar.gz
(15.2 kB
view details)
Built Distribution
textarium-0.1.6-py3-none-any.whl
(19.4 kB
view details)
File details
Details for the file textarium-0.1.6.tar.gz
.
File metadata
- Download URL: textarium-0.1.6.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1414320940bd4d50dbd6c4a1bc4add672451c910ba471293db5160b5c64b4448 |
|
MD5 | bd619c522fc5e5de09e4d5ff3250f457 |
|
BLAKE2b-256 | 854447f7e335c779fb5c559210d3419256a1b7eb6ec9e13997eed89dc9d914b4 |
File details
Details for the file textarium-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: textarium-0.1.6-py3-none-any.whl
- Upload date:
- Size: 19.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3e681b04675d9a935982ee096fd9aa315e23c456db5647e7d5584ae564c39dc |
|
MD5 | 9900c7e5b34ccef011cd8c7968e0a9df |
|
BLAKE2b-256 | 80a80f8232022759ac65b3023b20ee1fd9a831ddd8bc6c99f23fead07cf9d5f3 |