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-fa-6.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.languagetool.rules.fa
├─ org.languagetool.rules.fa.PersianCommaWhitespaceRule.class - [JAR]
├─ org.languagetool.rules.fa.PersianDoublePunctuationRule.class - [JAR]
├─ org.languagetool.rules.fa.PersianSpaceBeforeRule.class - [JAR]
├─ org.languagetool.rules.fa.PersianWordRepeatBeginningRule.class - [JAR]
├─ org.languagetool.rules.fa.PersianWordRepeatRule.class - [JAR]
├─ org.languagetool.rules.fa.SimpleReplaceRule.class - [JAR]
├─ org.languagetool.rules.fa.WordCoherencyRule.class - [JAR]
org.languagetool.language
├─ org.languagetool.language.Persian.class - [JAR]
org.languagetool.tokenizers
├─ org.languagetool.tokenizers.PersianWordTokenizer.class - [JAR]