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 language-zh-6.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.languagetool.tagging.zh
├─ org.languagetool.tagging.zh.ChineseTagger.class - [JAR]
org.languagetool.language
├─ org.languagetool.language.Chinese.class - [JAR]
org.languagetool.tokenizers.zh
├─ org.languagetool.tokenizers.zh.ChineseSentenceTokenizer.class - [JAR]
├─ org.languagetool.tokenizers.zh.ChineseWordTokenizer.class - [JAR]
org.languagetool.rules.zh
├─ org.languagetool.rules.zh.ChineseConfusionProbabilityRule.class - [JAR]