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-core-api-embeddings-asl-2.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.dkpro.core.api.embeddings.binary
├─ org.dkpro.core.api.embeddings.binary.BinaryVectorizer.class - [JAR]
├─ org.dkpro.core.api.embeddings.binary.BinaryWordVectorUtils.class - [JAR]
org.dkpro.core.api.embeddings
├─ org.dkpro.core.api.embeddings.Vectorizer.class - [JAR]
├─ org.dkpro.core.api.embeddings.VectorizerUtils.class - [JAR]
org.dkpro.core.api.embeddings.text
├─ org.dkpro.core.api.embeddings.text.TextFormatVectorizer.class - [JAR]
├─ org.dkpro.core.api.embeddings.text.TextFormatVectorizerUtils.class - [JAR]