TopicBlob is a package to perform quick and easy topic modeling on text.
Project description
TopicBlob: Simplified Topic Modeling
TopicBlob
is a Python 3 library for processing textual data. It provides a simple API for diving into common natural language processing (NLP) tasks around topic modeling such as finding similar documents and provide a list of topics given input text.
Here is a live demo of TopicBlob working on wikipedia pages
https://share.streamlit.io/banjtheman/topicblob/main/topicblob_st.py
TopicBlob leverages NLTK
, pandas
, and gensim
, for the heavy lifting
Features
- Topic Extraction
- Similarity Search
- BM25 search ( word ranking search)
- Topic Search
Get it now
$ pip install topicblob
Requirements
- Python >= 3.5
Docker Setup
- Ensure you have (docker)[https://www.docker.com/] installed locally.
- Build local Docker Image
docker build -t topicblob:local .
- Run App (Simply runs the
example.py
module)docker run topicblob:local
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
topicblob-0.0.6.tar.gz
(6.9 kB
view details)
Built Distribution
topicblob-0.0.6-py3-none-any.whl
(10.9 kB
view details)
File details
Details for the file topicblob-0.0.6.tar.gz
.
File metadata
- Download URL: topicblob-0.0.6.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3ea93c3db37df5eb3f5504db1306a415076f8596b4f2defc752488571d6c5e0 |
|
MD5 | 8a9c8b696d5b13de10f93e1ed137a5f4 |
|
BLAKE2b-256 | 7064a9b616bc9e46961a4f523950f80fd9aa7e397065a2ffb6e2c58df0de105c |
File details
Details for the file topicblob-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: topicblob-0.0.6-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c347c64a854c47d444ec6a442ab6673d3676b345ba6df9412957cd1fcce48d59 |
|
MD5 | eb474bc35d5ee55b6d15c3cf2da7ea2e |
|
BLAKE2b-256 | 1a1793dd260718e6fd76e29a4cf73a395a1b09e2d8331e53924279254699e6e5 |