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 dkpro-tc-features-ngram-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.dkpro.tc.features.ngram.meta
├─ org.dkpro.tc.features.ngram.meta.CharacterNGramMC.class - [JAR]
├─ org.dkpro.tc.features.ngram.meta.KeywordNGramMC.class - [JAR]
├─ org.dkpro.tc.features.ngram.meta.LuceneMC.class - [JAR]
├─ org.dkpro.tc.features.ngram.meta.PhoneticNGramMC.class - [JAR]
├─ org.dkpro.tc.features.ngram.meta.PosNGramMC.class - [JAR]
├─ org.dkpro.tc.features.ngram.meta.SkipCharacterNGramMC.class - [JAR]
├─ org.dkpro.tc.features.ngram.meta.SkipWordNGramMC.class - [JAR]
├─ org.dkpro.tc.features.ngram.meta.WordNGramMC.class - [JAR]
org.dkpro.tc.features.maxnormalization
├─ org.dkpro.tc.features.maxnormalization.SentenceRatioPerDocument.class - [JAR]
├─ org.dkpro.tc.features.maxnormalization.TokenLengthRatio.class - [JAR]
├─ org.dkpro.tc.features.maxnormalization.TokenRatioPerDocument.class - [JAR]
org.dkpro.tc.features.ngram
├─ org.dkpro.tc.features.ngram.AbstractNgram.class - [JAR]
├─ org.dkpro.tc.features.ngram.CharacterNGram.class - [JAR]
├─ org.dkpro.tc.features.ngram.KeywordNGram.class - [JAR]
├─ org.dkpro.tc.features.ngram.PhoneticNGram.class - [JAR]
├─ org.dkpro.tc.features.ngram.PosNGram.class - [JAR]
├─ org.dkpro.tc.features.ngram.SkipCharacterNGram.class - [JAR]
├─ org.dkpro.tc.features.ngram.SkipWordNGram.class - [JAR]
├─ org.dkpro.tc.features.ngram.WordNGram.class - [JAR]
org.dkpro.tc.features.ngram.util
├─ org.dkpro.tc.features.ngram.util.KeywordNGramUtils.class - [JAR]
├─ org.dkpro.tc.features.ngram.util.NGramUtils.class - [JAR]
├─ org.dkpro.tc.features.ngram.util.SkipNgramStringListIterable.class - [JAR]
├─ org.dkpro.tc.features.ngram.util.TermFreqTuple.class - [JAR]
org.dkpro.tc.features.ngram.meta.base
├─ org.dkpro.tc.features.ngram.meta.base.LuceneFeatureExtractorBase.class - [JAR]
├─ org.dkpro.tc.features.ngram.meta.base.MaximumNormalizationExtractorBase.class - [JAR]
├─ org.dkpro.tc.features.ngram.meta.base.NGramFeatureExtractorBase.class - [JAR]
org.dkpro.tc.features.ngram.meta.maxnormalization
├─ org.dkpro.tc.features.ngram.meta.maxnormalization.MaxNrOfSentencesOverAllDocumentsMC.class - [JAR]
├─ org.dkpro.tc.features.ngram.meta.maxnormalization.MaxNrOfTokensOverAllDocumentsMC.class - [JAR]
├─ org.dkpro.tc.features.ngram.meta.maxnormalization.MaxTokenLenMC.class - [JAR]