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 insight-ml-nlp-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.insightml.nlp.transformation
├─ com.insightml.nlp.transformation.ISegmenter.class - [JAR]
├─ com.insightml.nlp.transformation.IWordFilter.class - [JAR]
├─ com.insightml.nlp.transformation.StopwordsFilter.class - [JAR]
├─ com.insightml.nlp.transformation.WordFilter.class - [JAR]
com.insightml.nlp.analysis.terminology
├─ com.insightml.nlp.analysis.terminology.AbstractTermVectorProvider.class - [JAR]
├─ com.insightml.nlp.analysis.terminology.BinaryTermVectorProvider.class - [JAR]
├─ com.insightml.nlp.analysis.terminology.IdfProvider.class - [JAR]
├─ com.insightml.nlp.analysis.terminology.TermFrequencyProvider.class - [JAR]
com.insightml.data.samples
├─ com.insightml.data.samples.ITextSample.class - [JAR]
com.insightml.nlp.analysis
├─ com.insightml.nlp.analysis.LanguageAnalysisProducer.class - [JAR]
com.insightml.nlp.similarity
├─ com.insightml.nlp.similarity.AbstractSimilarityMeasure.class - [JAR]
├─ com.insightml.nlp.similarity.CosineSimilarity.class - [JAR]
├─ com.insightml.nlp.similarity.ITerminologySimilarity.class - [JAR]
com.insightml.nlp
├─ com.insightml.nlp.AbstractTextProvider.class - [JAR]
├─ com.insightml.nlp.AbstractToken.class - [JAR]
├─ com.insightml.nlp.ISentence.class - [JAR]
├─ com.insightml.nlp.ITermVectorProvider.class - [JAR]
├─ com.insightml.nlp.ITextProvider.class - [JAR]
├─ com.insightml.nlp.IToken.class - [JAR]
├─ com.insightml.nlp.Language.class - [JAR]
├─ com.insightml.nlp.LanguagePipeline.class - [JAR]
├─ com.insightml.nlp.LanguagePipelineElement.class - [JAR]
├─ com.insightml.nlp.NGram.class - [JAR]
├─ com.insightml.nlp.Sentence.class - [JAR]
├─ com.insightml.nlp.SentencePrinter.class - [JAR]
├─ com.insightml.nlp.Sentences.class - [JAR]
├─ com.insightml.nlp.Text.class - [JAR]
├─ com.insightml.nlp.Token.class - [JAR]
├─ com.insightml.nlp.Tokens.class - [JAR]