jar

com.youcruit.com.cybozu.labs : langdetect

Maven & Gradle

Nov 17, 2015
1 usages
3 stars

Language Detection · Language detection library implemented in pure Java

Table Of Contents

Latest Version

Download com.youcruit.com.cybozu.labs : langdetect JAR file - Latest Versions:

All Versions

Download com.youcruit.com.cybozu.labs : langdetect JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
0.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 langdetect-1.1.2-20151117.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]

Advertisement