View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window dashtext-java-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.aliyun.dashtext.tokenizer
├─ com.aliyun.dashtext.tokenizer.BaseTokenizer.class - [JAR]
├─ com.aliyun.dashtext.tokenizer.JiebaTokenizer.class - [JAR]
com.aliyun.dashtext.bm25
├─ com.aliyun.dashtext.bm25.BM25.class - [JAR]
com.aliyun.dashtext.encoder
├─ com.aliyun.dashtext.encoder.SparseVectorEncoder.class - [JAR]
com.aliyun.dashtext.common
├─ com.aliyun.dashtext.common.DashTextException.class - [JAR]
├─ com.aliyun.dashtext.common.ErrorCode.class - [JAR]
com.aliyun.dashtext.hashing
├─ com.aliyun.dashtext.hashing.BaseHashing.class - [JAR]
├─ com.aliyun.dashtext.hashing.Mmh3Hashing.class - [JAR]