vinhkhuc/jcrfsuite
Java interface for CRFsuite: http://www.chokkan.org/software/crfsuite/
This is a tool for Java developers who need to add fast, in-memory text analysis capabilities to their applications. It takes raw text or sequences as input and outputs classified or tagged sequences, such as identifying parts of speech or named entities. Developers building search engines, chatbots, or content analysis tools would use this.
No commits in the last 6 months.
Use this if you are a Java developer building an application that requires fast sequential text tagging, like Named Entity Recognition or Part-of-Speech tagging, and need to integrate a pre-trained model.
Not ideal if you are not a Java developer or if you need to train new models directly within a Java application without using an external command-line tool.
Stars
44
Forks
36
Language
Java
License
Apache-2.0
Category
Last pushed
Aug 15, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/vinhkhuc/jcrfsuite"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
rosette-api/java
Babel Street Analytics Client Library for Java
kermitt2/entity-fishing
A machine learning tool for fishing entities
vinhkhuc/JFastText
Java interface for fastText
CeON/CERMINE
Content ExtRactor and MINEr
TechPrimers/core-nlp-example
Natural Language Processing Example using Stanford's Core NLP Java Library