Skip to main content

Textarium is a Python package for text analysis

Project description

textarium: easy-to-use Python package for text processing.

PyPI Latest Release License Activity Code style: black Imports: isort

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)

License

MIT

Documentation

The official documentation is hosted on Github.io: https://6b656b.github.io/textarium

Project details


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.2.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

textarium-0.1.2-py3-none-any.whl (15.3 kB view details)

Uploaded Python 3

File details

Details for the file textarium-0.1.2.tar.gz.

File metadata

  • Download URL: textarium-0.1.2.tar.gz
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for textarium-0.1.2.tar.gz
Algorithm Hash digest
SHA256 c1c1e88d762b3f3ece164191337bd51ef2f1c693e08cbb15aae9f8a2fc898804
MD5 f9ca24319ac49b5ba33fd4c0fea19be3
BLAKE2b-256 62c52b8f522cfa41e4433a01eb8bf540052157e4e5fed59fa80749d47395e3d7

See more details on using hashes here.

File details

Details for the file textarium-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: textarium-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 15.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for textarium-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 71b8fb2eaa0231a0deb41e5d9f860cdbe0bb32a8794d75558bcb0fa754ef885b
MD5 c0e384992f421d6ca15e23e45dcc422e
BLAKE2b-256 9965d8186b0777379a549d289a5c3ea726c760640fbf3f80693a8a9bd7eb6e39

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page