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-it-6.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.languagetool.rules.it
├─ org.languagetool.rules.it.DateCheckFilter.class - [JAR]
├─ org.languagetool.rules.it.ItalianConfusionProbabilityRule.class - [JAR]
├─ org.languagetool.rules.it.ItalianWordRepeatRule.class - [JAR]
├─ org.languagetool.rules.it.MorfologikItalianSpellerRule.class - [JAR]
org.languagetool.tagging.it
├─ org.languagetool.tagging.it.ItalianTagger.class - [JAR]
org.languagetool.language
├─ org.languagetool.language.Italian.class - [JAR]
org.languagetool.tagging.disambiguation.rules.it
├─ org.languagetool.tagging.disambiguation.rules.it.ItalianRuleDisambiguator.class - [JAR]
org.languagetool.synthesis.it
├─ org.languagetool.synthesis.it.ItalianSynthesizer.class - [JAR]