jar

com.norconex.language : langdetect

Maven & Gradle

Nov 25, 2014
4 usages
1 stars

Shuyo Language Detection Library · This project is a fork of the "language-detection" project hosted on Google Code by Nakatani Shuyo at Cybozu Labs, Inc. Original project web site: https://code.google.com/p/language-detection/ This port cleans it up a bit and modify it to mavenize it.

Table Of Contents

Latest Version

Download com.norconex.language : langdetect JAR file - Latest Versions:

All Versions

Download com.norconex.language : langdetect JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.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 langdetect-1.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.cybozu.labs.langdetect

├─ com.cybozu.labs.langdetect.Command.class - [JAR]

├─ com.cybozu.labs.langdetect.Detector.class - [JAR]

├─ com.cybozu.labs.langdetect.DetectorFactory.class - [JAR]

├─ com.cybozu.labs.langdetect.ErrorCode.class - [JAR]

├─ com.cybozu.labs.langdetect.GenProfile.class - [JAR]

├─ com.cybozu.labs.langdetect.LangDetectException.class - [JAR]

├─ com.cybozu.labs.langdetect.Language.class - [JAR]

com.cybozu.labs.langdetect.util

├─ com.cybozu.labs.langdetect.util.LangProfile.class - [JAR]

├─ com.cybozu.labs.langdetect.util.Messages.class - [JAR]

├─ com.cybozu.labs.langdetect.util.NGram.class - [JAR]

├─ com.cybozu.labs.langdetect.util.TagExtractor.class - [JAR]