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 hanlp-restful-0.0.15.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.hankcs.hanlp.restful
├─ com.hankcs.hanlp.restful.BaseInput.class - [JAR]
├─ com.hankcs.hanlp.restful.CoreferenceResolutionOutput.class - [JAR]
├─ com.hankcs.hanlp.restful.DocumentInput.class - [JAR]
├─ com.hankcs.hanlp.restful.HanLPClient.class - [JAR]
├─ com.hankcs.hanlp.restful.SentenceInput.class - [JAR]
├─ com.hankcs.hanlp.restful.Span.class - [JAR]
├─ com.hankcs.hanlp.restful.TokenInput.class - [JAR]
com.hankcs.hanlp.restful.mrp
├─ com.hankcs.hanlp.restful.mrp.Anchor.class - [JAR]
├─ com.hankcs.hanlp.restful.mrp.Edge.class - [JAR]
├─ com.hankcs.hanlp.restful.mrp.MeaningRepresentation.class - [JAR]
├─ com.hankcs.hanlp.restful.mrp.Node.class - [JAR]