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 nif-0.4.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.nlp2rdf.json
├─ org.nlp2rdf.json.JSONMinify.class - [JAR]
org.nlp2rdf.model
├─ org.nlp2rdf.model.ModelMergeManager.class - [JAR]
org.nlp2rdf.parser
├─ org.nlp2rdf.parser.Document.class - [JAR]
├─ org.nlp2rdf.parser.EntityMention.class - [JAR]
├─ org.nlp2rdf.parser.NIFParser.class - [JAR]
org.nlp2rdf.validator
├─ org.nlp2rdf.validator.NIFBeanContextValidator.class - [JAR]
├─ org.nlp2rdf.validator.NIFBeanMentionValidator.class - [JAR]
├─ org.nlp2rdf.validator.NIFBeanNumbersValidator.class - [JAR]
├─ org.nlp2rdf.validator.NIFMessagesException.class - [JAR]
org.nlp2rdf.nif21
├─ org.nlp2rdf.nif21.NIF21Format.class - [JAR]
org.nlp2rdf.nif20
├─ org.nlp2rdf.nif20.NIF20Format.class - [JAR]
org.nlp2rdf.common
├─ org.nlp2rdf.common.Constants.class - [JAR]
org.nlp2rdf.bean
├─ org.nlp2rdf.bean.NIFBean.class - [JAR]
├─ org.nlp2rdf.bean.NIFContext.class - [JAR]
├─ org.nlp2rdf.bean.NIFJSONLDContext.class - [JAR]
├─ org.nlp2rdf.bean.NIFType.class - [JAR]
org.nlp2rdf
├─ org.nlp2rdf.ContextJSONLD.class - [JAR]
├─ org.nlp2rdf.NIF.class - [JAR]
├─ org.nlp2rdf.NIFAnnotationUnit.class - [JAR]
├─ org.nlp2rdf.NIFFormat.class - [JAR]
├─ org.nlp2rdf.NIFLiteral.class - [JAR]
├─ org.nlp2rdf.NIFModel.class - [JAR]
├─ org.nlp2rdf.NIFPrefixes.class - [JAR]
├─ org.nlp2rdf.NIFProperties.class - [JAR]
├─ org.nlp2rdf.NIFResource.class - [JAR]
├─ org.nlp2rdf.NIFVisitor.class - [JAR]
org.nlp2rdf.nif20.impl
├─ org.nlp2rdf.nif20.impl.NIF20.class - [JAR]
├─ org.nlp2rdf.nif20.impl.NIF20CreateContext.class - [JAR]
├─ org.nlp2rdf.nif20.impl.NIF20Literal.class - [JAR]
├─ org.nlp2rdf.nif20.impl.NIF20Model.class - [JAR]
├─ org.nlp2rdf.nif20.impl.NIF20Prefixes.class - [JAR]
├─ org.nlp2rdf.nif20.impl.NIF20Properties.class - [JAR]
├─ org.nlp2rdf.nif20.impl.NIF20Resource.class - [JAR]
org.nlp2rdf.exception
├─ org.nlp2rdf.exception.NIFException.class - [JAR]
org.nlp2rdf.nif21.impl
├─ org.nlp2rdf.nif21.impl.NIF21.class - [JAR]
├─ org.nlp2rdf.nif21.impl.NIF21AnnotationUnit.class - [JAR]
├─ org.nlp2rdf.nif21.impl.NIF21CreateContext.class - [JAR]
├─ org.nlp2rdf.nif21.impl.NIF21CreateMention.class - [JAR]
├─ org.nlp2rdf.nif21.impl.NIF21Literal.class - [JAR]
├─ org.nlp2rdf.nif21.impl.NIF21Model.class - [JAR]
├─ org.nlp2rdf.nif21.impl.NIF21Prefixes.class - [JAR]
├─ org.nlp2rdf.nif21.impl.NIF21Properties.class - [JAR]
├─ org.nlp2rdf.nif21.impl.NIF21Resource.class - [JAR]
org.nlp2rdf.formats
├─ org.nlp2rdf.formats.Conversor.class - [JAR]