Ruthwik/Language-Detection
Language Detection in Java using OpenNLP
This tool helps developers integrate a robust language detection capability into their Java applications. You provide it with text, and it identifies the language it's written in, outputting a standard language code like 'spa' for Spanish. This is ideal for developers building multilingual systems or content analysis tools.
No commits in the last 6 months.
Use this if you are a Java developer who needs to automatically identify the language of textual content within your application, especially for longer texts of two sentences or more.
Not ideal if you need a solution for very short phrases or single words, or if your project is not built with Java.
Stars
12
Forks
8
Language
Java
License
Apache-2.0
Category
Last pushed
Dec 30, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Ruthwik/Language-Detection"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
apache/opennlp
Apache OpenNLP
stanfordnlp/CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing,...
stanfordnlp/python-stanford-corenlp
Python interface to CoreNLP using a bidirectional server-client interface.
dkpro/dkpro-core
Collection of software components for natural language processing (NLP) based on the Apache UIMA...
apache/opennlp-sandbox
Apache OpenNLP Sandbox