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 jcseg-opensearch-2.6.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.lionsoul.jcseg.opensearch.plugin
├─ org.lionsoul.jcseg.opensearch.plugin.AnalysisJcsegPlugin.class - [JAR]
org.lionsoul.jcseg.opensearch.index.analysis
├─ org.lionsoul.jcseg.opensearch.index.analysis.JcsegAnalyzerProvider.class - [JAR]
├─ org.lionsoul.jcseg.opensearch.index.analysis.JcsegComplexAnalyzerProvider.class - [JAR]
├─ org.lionsoul.jcseg.opensearch.index.analysis.JcsegDelimiterAnalyzerProvider.class - [JAR]
├─ org.lionsoul.jcseg.opensearch.index.analysis.JcsegDetectAnalyzerProvider.class - [JAR]
├─ org.lionsoul.jcseg.opensearch.index.analysis.JcsegMostAnalyzerProvider.class - [JAR]
├─ org.lionsoul.jcseg.opensearch.index.analysis.JcsegNGramAnalyzerProvider.class - [JAR]
├─ org.lionsoul.jcseg.opensearch.index.analysis.JcsegNLPAnalyzerProvider.class - [JAR]
├─ org.lionsoul.jcseg.opensearch.index.analysis.JcsegNoOpTokenFilterFactory.class - [JAR]
├─ org.lionsoul.jcseg.opensearch.index.analysis.JcsegSimpleAnalyzerProvider.class - [JAR]
├─ org.lionsoul.jcseg.opensearch.index.analysis.JcsegTokenizerTokenizerFactory.class - [JAR]