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 nlp4j-tokenization-1.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
edu.emory.mathcs.nlp.tokenization.dictionary
├─ edu.emory.mathcs.nlp.tokenization.dictionary.Abbreviation.class - [JAR]
├─ edu.emory.mathcs.nlp.tokenization.dictionary.Compound.class - [JAR]
├─ edu.emory.mathcs.nlp.tokenization.dictionary.Currency.class - [JAR]
├─ edu.emory.mathcs.nlp.tokenization.dictionary.Dictionary.class - [JAR]
├─ edu.emory.mathcs.nlp.tokenization.dictionary.Emoticon.class - [JAR]
├─ edu.emory.mathcs.nlp.tokenization.dictionary.EnglishApostrophe.class - [JAR]
├─ edu.emory.mathcs.nlp.tokenization.dictionary.EnglishHyphen.class - [JAR]
├─ edu.emory.mathcs.nlp.tokenization.dictionary.Html.class - [JAR]
├─ edu.emory.mathcs.nlp.tokenization.dictionary.Unit.class - [JAR]
edu.emory.mathcs.nlp.tokenization
├─ edu.emory.mathcs.nlp.tokenization.EnglishTokenizer.class - [JAR]
├─ edu.emory.mathcs.nlp.tokenization.Token.class - [JAR]
├─ edu.emory.mathcs.nlp.tokenization.Tokenizer.class - [JAR]
edu.emory.mathcs.nlp.bin
├─ edu.emory.mathcs.nlp.bin.TokenizeLine.class - [JAR]
├─ edu.emory.mathcs.nlp.bin.TokenizeTSV.class - [JAR]
edu.emory.mathcs.nlp.tokenization.util
├─ edu.emory.mathcs.nlp.tokenization.util.TokenIndex.class - [JAR]