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 tool-IKAnalyzer-1.0.3.7.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.luues.tool.analyzer.cfg
├─ com.luues.tool.analyzer.cfg.Configuration.class - [JAR]
├─ com.luues.tool.analyzer.cfg.DefaultConfig.class - [JAR]
com.luues.tool.analyzer.core
├─ com.luues.tool.analyzer.core.AnalyzeContext.class - [JAR]
├─ com.luues.tool.analyzer.core.CJKSegmenter.class - [JAR]
├─ com.luues.tool.analyzer.core.CN_QuantifierSegmenter.class - [JAR]
├─ com.luues.tool.analyzer.core.CharacterUtil.class - [JAR]
├─ com.luues.tool.analyzer.core.IKArbitrator.class - [JAR]
├─ com.luues.tool.analyzer.core.IKSegmenter.class - [JAR]
├─ com.luues.tool.analyzer.core.ISegmenter.class - [JAR]
├─ com.luues.tool.analyzer.core.LetterSegmenter.class - [JAR]
├─ com.luues.tool.analyzer.core.Lexeme.class - [JAR]
├─ com.luues.tool.analyzer.core.LexemePath.class - [JAR]
├─ com.luues.tool.analyzer.core.QuickSortSet.class - [JAR]
com.luues.tool.analyzer.dic.interfaces
├─ com.luues.tool.analyzer.dic.interfaces.ThesaurusFactory.class - [JAR]
com.luues.tool.analyzer.sample
├─ com.luues.tool.analyzer.sample.IKAnalzyerDemo.class - [JAR]
├─ com.luues.tool.analyzer.sample.LuceneIndexAndSearchDemo.class - [JAR]
com.luues.tool.analyzer.lucene
├─ com.luues.tool.analyzer.lucene.IKAnalyzer.class - [JAR]
├─ com.luues.tool.analyzer.lucene.IKTokenizer.class - [JAR]
com.luues.tool.analyzer.dic
├─ com.luues.tool.analyzer.dic.CustomMonitor.class - [JAR]
├─ com.luues.tool.analyzer.dic.DictSegment.class - [JAR]
├─ com.luues.tool.analyzer.dic.Dictionary.class - [JAR]
├─ com.luues.tool.analyzer.dic.Hit.class - [JAR]
├─ com.luues.tool.analyzer.dic.ThesaurusInfo.class - [JAR]
com.luues.tool.analyzer.query
├─ com.luues.tool.analyzer.query.IKQueryExpressionParser.class - [JAR]
├─ com.luues.tool.analyzer.query.SWMCQueryBuilder.class - [JAR]