jar

com.github.pravin-raha : lexorank4j

Maven & Gradle

Sep 14, 2020
9 stars

A reference implementation of a list ordering system like JIRA's Lexorank algorithm.

Table Of Contents

Latest Version

Download com.github.pravin-raha : lexorank4j JAR file - Latest Versions:

All Versions

Download com.github.pravin-raha : lexorank4j 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 lexorank4j-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.pravin.raha.lexorank4j

├─ com.github.pravin.raha.lexorank4j.LexoDecimal.class - [JAR]

├─ com.github.pravin.raha.lexorank4j.LexoInteger.class - [JAR]

├─ com.github.pravin.raha.lexorank4j.LexoRank.class - [JAR]

├─ com.github.pravin.raha.lexorank4j.LexoRankBucket.class - [JAR]

├─ com.github.pravin.raha.lexorank4j.Test.class - [JAR]

com.github.pravin.raha.lexorank4j.numerical.system

├─ com.github.pravin.raha.lexorank4j.numerical.system.LexoNumeralSystem.class - [JAR]

├─ com.github.pravin.raha.lexorank4j.numerical.system.LexoNumeralSystem10.class - [JAR]

├─ com.github.pravin.raha.lexorank4j.numerical.system.LexoNumeralSystem36.class - [JAR]

├─ com.github.pravin.raha.lexorank4j.numerical.system.LexoNumeralSystem64.class - [JAR]