jar

io.github.nilswende.nlp : jlani

Maven & Gradle

Sep 10, 2023

io.github.nilswende.nlp:jlani · Java Language Identifier.

Table Of Contents

Latest Version

Download io.github.nilswende.nlp : jlani JAR file - Latest Versions:

All Versions

Download io.github.nilswende.nlp : jlani JAR file - All Versions:

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

com.wn.nlp.jlani.util

├─ com.wn.nlp.jlani.util.IOUtil.class - [JAR]

com.wn.nlp.jlani.preprocessing.impl

├─ com.wn.nlp.jlani.preprocessing.impl.RegexCleaner.class - [JAR]

├─ com.wn.nlp.jlani.preprocessing.impl.SimpleBlacklist.class - [JAR]

com.wn.nlp.jlani.value

├─ com.wn.nlp.jlani.value.Language.class - [JAR]

├─ com.wn.nlp.jlani.value.Word.class - [JAR]

com.wn.nlp.jlani

├─ com.wn.nlp.jlani.JLanI.class - [JAR]

├─ com.wn.nlp.jlani.Preferences.class - [JAR]

├─ com.wn.nlp.jlani.Request.class - [JAR]

├─ com.wn.nlp.jlani.Response.class - [JAR]

├─ com.wn.nlp.jlani.WordList.class - [JAR]

├─ com.wn.nlp.jlani.WordListCreator.class - [JAR]

├─ com.wn.nlp.jlani.WordLists.class - [JAR]

com.wn.nlp.jlani.impl

├─ com.wn.nlp.jlani.impl.Scoring.class - [JAR]

├─ com.wn.nlp.jlani.impl.SimpleWordList.class - [JAR]

com.wn.nlp.jlani.preprocessing

├─ com.wn.nlp.jlani.preprocessing.Blacklist.class - [JAR]

├─ com.wn.nlp.jlani.preprocessing.Cleaner.class - [JAR]

├─ com.wn.nlp.jlani.preprocessing.Preprocessor.class - [JAR]