jar

io.github.kju2.languagedetector : language-detector

Maven & Gradle

Dec 02, 2018
2 stars

language-detector · Detect the language of a given text. This library is able to distinguish 68 languages.

Table Of Contents

Latest Version

Download io.github.kju2.languagedetector : language-detector JAR file - Latest Versions:

All Versions

Download io.github.kju2.languagedetector : language-detector JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window language-detector-1.0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.kju2.languagedetector.text

├─ io.github.kju2.languagedetector.text.CharNormalizer.class - [JAR]

├─ io.github.kju2.languagedetector.text.MinorityScriptsRemover.class - [JAR]

├─ io.github.kju2.languagedetector.text.TextModifier.class - [JAR]

├─ io.github.kju2.languagedetector.text.TextModifiers.class - [JAR]

├─ io.github.kju2.languagedetector.text.TextPreprocessor.class - [JAR]

├─ io.github.kju2.languagedetector.text.Texts.class - [JAR]

io.github.kju2.languagedetector

├─ io.github.kju2.languagedetector.LanguageDetector.class - [JAR]

io.github.kju2.languagedetector.language

├─ io.github.kju2.languagedetector.language.Language.class - [JAR]

├─ io.github.kju2.languagedetector.language.LanguageProbability.class - [JAR]

├─ io.github.kju2.languagedetector.language.LanguageProfile.class - [JAR]

├─ io.github.kju2.languagedetector.language.LanguageProfiles.class - [JAR]

io.github.kju2.languagedetector.ngram

├─ io.github.kju2.languagedetector.ngram.NGramFilters.class - [JAR]

├─ io.github.kju2.languagedetector.ngram.NGramFrequencies.class - [JAR]

├─ io.github.kju2.languagedetector.ngram.NGramTokenizer.class - [JAR]

Advertisement