jar

com.mayabot : fastText4j

Maven & Gradle

Jan 08, 2019
1 usages
158 stars

fastText4j · Java(kotlin) implementation of the Fasebook 's FastText

Table Of Contents

Latest Version

Download com.mayabot : fastText4j JAR file - Latest Versions:

All Versions

Download com.mayabot : fastText4j JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.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 fastText4j-1.2.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.mayabot.mynlp.fasttext

├─ com.mayabot.mynlp.fasttext.Args.class - [JAR]

├─ com.mayabot.mynlp.fasttext.BaseModel.class - [JAR]

├─ com.mayabot.mynlp.fasttext.CentroidTable.class - [JAR]

├─ com.mayabot.mynlp.fasttext.Dictionary.class - [JAR]

├─ com.mayabot.mynlp.fasttext.DictionaryKt.class - [JAR]

├─ com.mayabot.mynlp.fasttext.Entry.class - [JAR]

├─ com.mayabot.mynlp.fasttext.EntryType.class - [JAR]

├─ com.mayabot.mynlp.fasttext.ExampleIterator.class - [JAR]

├─ com.mayabot.mynlp.fasttext.FastText.class - [JAR]

├─ com.mayabot.mynlp.fasttext.FastTextKt.class - [JAR]

├─ com.mayabot.mynlp.fasttext.FastTextTrain.class - [JAR]

├─ com.mayabot.mynlp.fasttext.FastTextTrainKt.class - [JAR]

├─ com.mayabot.mynlp.fasttext.FileTrainExampleSource.class - [JAR]

├─ com.mayabot.mynlp.fasttext.FloatIntPair.class - [JAR]

├─ com.mayabot.mynlp.fasttext.FloatStringPair.class - [JAR]

├─ com.mayabot.mynlp.fasttext.IOUtilsKt.class - [JAR]

├─ com.mayabot.mynlp.fasttext.LoadFastTextFromClangModel.class - [JAR]

├─ com.mayabot.mynlp.fasttext.LoopReader.class - [JAR]

├─ com.mayabot.mynlp.fasttext.LossName.class - [JAR]

├─ com.mayabot.mynlp.fasttext.MemTrainExampleSource.class - [JAR]

├─ com.mayabot.mynlp.fasttext.Model.class - [JAR]

├─ com.mayabot.mynlp.fasttext.ModelName.class - [JAR]

├─ com.mayabot.mynlp.fasttext.Node.class - [JAR]

├─ com.mayabot.mynlp.fasttext.NormalizeText.class - [JAR]

├─ com.mayabot.mynlp.fasttext.ProductQuantizer.class - [JAR]

├─ com.mayabot.mynlp.fasttext.ProductQuantizerKt.class - [JAR]

├─ com.mayabot.mynlp.fasttext.QMatrix.class - [JAR]

├─ com.mayabot.mynlp.fasttext.TrainArgs.class - [JAR]

├─ com.mayabot.mynlp.fasttext.TrainExampleSource.class - [JAR]

├─ com.mayabot.mynlp.fasttext.TrainModel.class - [JAR]

├─ com.mayabot.mynlp.fasttext.UtilsKt.class - [JAR]

├─ com.mayabot.mynlp.fasttext.WordSplitter.class - [JAR]

├─ com.mayabot.mynlp.fasttext.whitespaceSplitter.class - [JAR]

Advertisement