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 vn-denpendency-parsing-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
vn.hungnt.util
├─ vn.hungnt.util.CoNLLFormatCreator.class - [JAR]
vn.hungnt.io
├─ vn.hungnt.io.Input.class - [JAR]
vn.hungnt.vndp
├─ vn.hungnt.vndp.VnDependencyParsing.class - [JAR]
vn.hungnt.postagger
├─ vn.hungnt.postagger.FWObject.class - [JAR]
├─ vn.hungnt.postagger.InitialTagger_Vn.class - [JAR]
├─ vn.hungnt.postagger.Node.class - [JAR]
├─ vn.hungnt.postagger.RDRPOSTagger.class - [JAR]
├─ vn.hungnt.postagger.Utils.class - [JAR]
├─ vn.hungnt.postagger.WordTag.class - [JAR]