chen0040/java-lda
Package provides java implementation of the latent dirichlet allocation (LDA) for topic modelling
This package helps Java developers analyze large collections of text documents to uncover common themes. You provide a list of text documents, and it identifies and summarizes the main topics within them, also showing which keywords define each topic and which documents are most relevant to each. This is for Java developers building applications that need to understand content from text data.
No commits in the last 6 months.
Use this if you are a Java developer building an application to automatically categorize or understand the key subjects across many text documents.
Not ideal if you are not a Java developer or if you need to analyze highly structured data rather than free-form text.
Stars
10
Forks
4
Language
Java
License
MIT
Category
Last pushed
May 18, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/chen0040/java-lda"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
MIND-Lab/OCTIS
OCTIS: Comparing Topic Models is Simple! A python package to optimize and evaluate topic models...
i-dot-ai/themefinder
A topic modelling Python package for analysing one-to-many question-answer data.
andifunke/topic-labeling
The project proposes a framework to apply topic models on a text-corpus and eventually topic...
bab2min/tomotopy
Python package of Tomoto, the Topic Modeling Tool
bobxwu/TopMost
A Topic Modeling System Toolkit (ACL 2024 Demo)