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 stopword-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.houbb.stopword.bs.impl
├─ com.github.houbb.stopword.bs.impl.StopWordBs.class - [JAR]
com.github.houbb.stopword.support.data.impl
├─ com.github.houbb.stopword.support.data.impl.AbstractStopWord.class - [JAR]
├─ com.github.houbb.stopword.support.data.impl.DefineStopWord.class - [JAR]
├─ com.github.houbb.stopword.support.data.impl.MixedStopWord.class - [JAR]
├─ com.github.houbb.stopword.support.data.impl.NoneStopWord.class - [JAR]
├─ com.github.houbb.stopword.support.data.impl.StopWords.class - [JAR]
├─ com.github.houbb.stopword.support.data.impl.SystemStopWord.class - [JAR]
com.github.houbb.stopword.util
├─ com.github.houbb.stopword.util.StopWordHelper.class - [JAR]
com.github.houbb.stopword.support.data
├─ com.github.houbb.stopword.support.data.IStopWord.class - [JAR]
com.github.houbb.stopword.bs
├─ com.github.houbb.stopword.bs.IStopWordBs.class - [JAR]