vinhkhuc/JFastText
Java interface for fastText
JFastText helps Java developers integrate Facebook's fastText library into their projects. It allows you to train models on text data to get word embeddings or classify sentences. You can then load these models to quickly predict labels for new text in your Java applications.
245 stars. No commits in the last 6 months.
Use this if you are a Java developer needing to incorporate fast and efficient text classification or word embedding generation directly into your Java applications.
Not ideal if you are not a Java developer or if you prefer to use fastText as a standalone command-line tool or through a different programming language.
Stars
245
Forks
100
Language
Java
License
—
Category
Last pushed
Jun 05, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/vinhkhuc/JFastText"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
rosette-api/java
Babel Street Analytics Client Library for Java
kermitt2/entity-fishing
A machine learning tool for fishing entities
CeON/CERMINE
Content ExtRactor and MINEr
vinhkhuc/jcrfsuite
Java interface for CRFsuite: http://www.chokkan.org/software/crfsuite/
TechPrimers/core-nlp-example
Natural Language Processing Example using Stanford's Core NLP Java Library