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.7.tar.gz
(7.1 kB
view details)
Built Distribution
topicblob-0.0.7-py3-none-any.whl
(11.1 kB
view details)
File details
Details for the file topicblob-0.0.7.tar.gz
.
File metadata
- Download URL: topicblob-0.0.7.tar.gz
- Upload date:
- Size: 7.1 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 | 3d8b36ee052c2ea7f66989f18c71dcd973121fb16ca18349cbfd745b211624db |
|
MD5 | 5fc70e9b9fa1b571bac65f47377793eb |
|
BLAKE2b-256 | a9f5223874c0c1cbde8c607ed25006c246210e9f72cae8aa904dfaf962e4f34f |
File details
Details for the file topicblob-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: topicblob-0.0.7-py3-none-any.whl
- Upload date:
- Size: 11.1 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 | 98dc8e83bc6cf2baab7d1f582eac36ec2d968ee732c0181df53e4b29752b865b |
|
MD5 | 062778f7df1efc15170706eb5f4a65b6 |
|
BLAKE2b-256 | 74e2b15b35f98734f3c223795ba0246894626cf6ebf989c8912d8e4c48fd41d2 |