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 mx-hanlp-utils-5.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.mx.hanlp.error
├─ org.mx.hanlp.error.UserInterfaceHanlpErrorException.class - [JAR]
org.mx.hanlp.factory
├─ org.mx.hanlp.factory.SuggesterConfigBean.class - [JAR]
├─ org.mx.hanlp.factory.SuggesterFactory.class - [JAR]
├─ org.mx.hanlp.factory.SuggesterStat.class - [JAR]
org.mx.hanlp.config
├─ org.mx.hanlp.config.SuggesterConfig.class - [JAR]
org.mx.hanlp.factory.suggest
├─ org.mx.hanlp.factory.suggest.CsvFileProvider.class - [JAR]
├─ org.mx.hanlp.factory.suggest.JdbcProvider.class - [JAR]
├─ org.mx.hanlp.factory.suggest.SuggestContentProvider.class - [JAR]
org.mx.hanlp.utils
├─ org.mx.hanlp.utils.HanlpUtils.class - [JAR]
org.mx.hanlp
├─ org.mx.hanlp.ItemSuggester.class - [JAR]
org.mx.hanlp.server
├─ org.mx.hanlp.server.SuggesterServer.class - [JAR]
org.mx.hanlp.impl
├─ org.mx.hanlp.impl.ItemSuggesterImpl.class - [JAR]
com.hankcs.hanlp.suggest
├─ com.hankcs.hanlp.suggest.SuggesterByScore.class - [JAR]