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 sentence-segment-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.houbb.sentence.segment.api.impl
├─ com.github.houbb.sentence.segment.api.impl.SentenceSegment.class - [JAR]
├─ com.github.houbb.sentence.segment.api.impl.SentenceSegmentContext.class - [JAR]
├─ com.github.houbb.sentence.segment.api.impl.SentenceSegmentResult.class - [JAR]
com.github.houbb.sentence.segment.api
├─ com.github.houbb.sentence.segment.api.ISentenceSegment.class - [JAR]
├─ com.github.houbb.sentence.segment.api.ISentenceSegmentContext.class - [JAR]
├─ com.github.houbb.sentence.segment.api.ISentenceSegmentResult.class - [JAR]
com.github.houbb.sentence.segment.exception
├─ com.github.houbb.sentence.segment.exception.SentenceSegmentException.class - [JAR]
com.github.houbb.sentence.segment.support.result
├─ com.github.houbb.sentence.segment.support.result.ISentenceSegmentResultHandler.class - [JAR]
com.github.houbb.sentence.segment.support.data
├─ com.github.houbb.sentence.segment.support.data.ISentenceSegmentData.class - [JAR]
com.github.houbb.sentence.segment.support.result.impl
├─ com.github.houbb.sentence.segment.support.result.impl.SentenceSegmentResultHandler.class - [JAR]
├─ com.github.houbb.sentence.segment.support.result.impl.SentenceSegmentResultHandlerSentence.class - [JAR]
├─ com.github.houbb.sentence.segment.support.result.impl.SentenceSegmentResultHandlerSentenceTrim.class - [JAR]
├─ com.github.houbb.sentence.segment.support.result.impl.SentenceSegmentResultHandlers.class - [JAR]
com.github.houbb.sentence.segment.bs
├─ com.github.houbb.sentence.segment.bs.SentenceSegmentBs.class - [JAR]
com.github.houbb.sentence.segment.constant
├─ com.github.houbb.sentence.segment.constant.SentenceSegmentConst.class - [JAR]
com.github.houbb.sentence.segment.support.data.impl
├─ com.github.houbb.sentence.segment.support.data.impl.SentenceSegmentData.class - [JAR]
├─ com.github.houbb.sentence.segment.support.data.impl.SentenceSegmentDatas.class - [JAR]
com.github.houbb.sentence.segment.util
├─ com.github.houbb.sentence.segment.util.SentenceSegmentHelper.class - [JAR]