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 SWBNLP-5.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.semanticwb.nlp.spell
├─ org.semanticwb.nlp.spell.SWBSpellChecker.class - [JAR]
org.semanticwb.portal.admin.resources
├─ org.semanticwb.portal.admin.resources.SWBADBNatural.class - [JAR]
org.semanticwb.nlp.translation
├─ org.semanticwb.nlp.translation.SWBCssToXmlTranslator.class - [JAR]
├─ org.semanticwb.nlp.translation.SWBSparqlTranslator.class - [JAR]
org.semanticwb.nlp
├─ org.semanticwb.nlp.SWBDictionary.class - [JAR]
├─ org.semanticwb.nlp.SWBLocaleLexicon.class - [JAR]
├─ org.semanticwb.nlp.Tag.class - [JAR]
├─ org.semanticwb.nlp.Word.class - [JAR]
org.semanticwb.nlp.analysis
├─ org.semanticwb.nlp.analysis.CSSLexer.class - [JAR]
├─ org.semanticwb.nlp.analysis.ComplexParser.class - [JAR]
├─ org.semanticwb.nlp.analysis.EnglishLexer.class - [JAR]
├─ org.semanticwb.nlp.analysis.EntityRecognizer.class - [JAR]
├─ org.semanticwb.nlp.analysis.NgramWordTokenizer.class - [JAR]
├─ org.semanticwb.nlp.analysis.SimpleCSSParser.class - [JAR]
├─ org.semanticwb.nlp.analysis.SimpleLexer.class - [JAR]
├─ org.semanticwb.nlp.analysis.SimpleParser.class - [JAR]
├─ org.semanticwb.nlp.analysis.SpanishLexer.class - [JAR]
├─ org.semanticwb.nlp.analysis.Token.class - [JAR]