jar

ws.kotonoha.uzushio : kenlm

Maven & Gradle

Dec 05, 2023
0 stars

Java bindings for the KenLM language modelling library · This package provides Java bindings (generated with SWIG) for the KenLM language modelling library modified for Uzushio project.

Table Of Contents

Latest Version

Download ws.kotonoha.uzushio : kenlm JAR file - Latest Versions:

All Versions

Download ws.kotonoha.uzushio : kenlm JAR file - All Versions:

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

com.github.jbaiter.kenlm.jni

├─ com.github.jbaiter.kenlm.jni.Config.class - [JAR]

├─ com.github.jbaiter.kenlm.jni.Evaluator.class - [JAR]

├─ com.github.jbaiter.kenlm.jni.FullScoreReturn.class - [JAR]

├─ com.github.jbaiter.kenlm.jni.KenLM.class - [JAR]

├─ com.github.jbaiter.kenlm.jni.KenLMJNI.class - [JAR]

├─ com.github.jbaiter.kenlm.jni.LoadMethod.class - [JAR]

├─ com.github.jbaiter.kenlm.jni.Model.class - [JAR]

├─ com.github.jbaiter.kenlm.jni.SWIGTYPE_p_std__ostream.class - [JAR]

├─ com.github.jbaiter.kenlm.jni.SWIGTYPE_p_void.class - [JAR]

├─ com.github.jbaiter.kenlm.jni.State.class - [JAR]

├─ com.github.jbaiter.kenlm.jni.Vocabulary.class - [JAR]

com.github.jbaiter.kenlm

├─ com.github.jbaiter.kenlm.BufferEvaluator.class - [JAR]

├─ com.github.jbaiter.kenlm.Config.class - [JAR]

├─ com.github.jbaiter.kenlm.ConfigException.class - [JAR]

├─ com.github.jbaiter.kenlm.FormatLoadException.class - [JAR]

├─ com.github.jbaiter.kenlm.FullScoreReturn.class - [JAR]

├─ com.github.jbaiter.kenlm.LoadException.class - [JAR]

├─ com.github.jbaiter.kenlm.Model.class - [JAR]

├─ com.github.jbaiter.kenlm.ModelException.class - [JAR]

├─ com.github.jbaiter.kenlm.VocabLoadException.class - [JAR]

com.github.jbaiter.kenlm.util

├─ com.github.jbaiter.kenlm.util.KenLMLoader.class - [JAR]

├─ com.github.jbaiter.kenlm.util.OSInfo.class - [JAR]

├─ com.github.jbaiter.kenlm.util.Pair.class - [JAR]