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 Tagger-2.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.uima
├─ org.apache.uima.SentenceAnnotation.class - [JAR]
├─ org.apache.uima.SentenceAnnotation_Type.class - [JAR]
├─ org.apache.uima.TokenAnnotation.class - [JAR]
├─ org.apache.uima.TokenAnnotation_Type.class - [JAR]
org.apache.uima.examples.tagger.trainAndTest
├─ org.apache.uima.examples.tagger.trainAndTest.BrownReader.class - [JAR]
├─ org.apache.uima.examples.tagger.trainAndTest.CorpusReader.class - [JAR]
├─ org.apache.uima.examples.tagger.trainAndTest.GrobMappingTueba.class - [JAR]
├─ org.apache.uima.examples.tagger.trainAndTest.MappingInterface.class - [JAR]
├─ org.apache.uima.examples.tagger.trainAndTest.ModelGeneration.class - [JAR]
├─ org.apache.uima.examples.tagger.trainAndTest.SuffixTree.class - [JAR]
├─ org.apache.uima.examples.tagger.trainAndTest.TT_FormatReader.class - [JAR]
├─ org.apache.uima.examples.tagger.trainAndTest.TagMappingBrown.class - [JAR]
├─ org.apache.uima.examples.tagger.trainAndTest.TaggerEvaluation.class - [JAR]
├─ org.apache.uima.examples.tagger.trainAndTest.Token.class - [JAR]
org.apache.uima.examples.tagger
├─ org.apache.uima.examples.tagger.HMMModelTrainer.class - [JAR]
├─ org.apache.uima.examples.tagger.HMMTagger.class - [JAR]
├─ org.apache.uima.examples.tagger.IModelResource.class - [JAR]
├─ org.apache.uima.examples.tagger.ModelResource.class - [JAR]
├─ org.apache.uima.examples.tagger.NGram.class - [JAR]
├─ org.apache.uima.examples.tagger.Tagger.class - [JAR]
├─ org.apache.uima.examples.tagger.Viterbi.class - [JAR]