jar

org.dbpedia.lookup : dbpedia-lookup

Maven & Gradle

Feb 04, 2016
800 stars

DBpedia Lookup Service · DBpedia Lookup is a web service that can be used to look up DBpedia URIs by related keywords

Table Of Contents

Latest Version

Download org.dbpedia.lookup : dbpedia-lookup JAR file - Latest Versions:

All Versions

Download org.dbpedia.lookup : dbpedia-lookup JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window dbpedia-lookup-3.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.dbpedia.lookup.lucene

├─ org.dbpedia.lookup.lucene.Indexer.class - [JAR]

├─ org.dbpedia.lookup.lucene.LuceneConfig.class - [JAR]

├─ org.dbpedia.lookup.lucene.Searcher.class - [JAR]

org.dbpedia.lookup.util

├─ org.dbpedia.lookup.util.Logging.class - [JAR]

org.dbpedia.lookup.server

├─ org.dbpedia.lookup.server.LookupResource.class - [JAR]

├─ org.dbpedia.lookup.server.SearcherProvider.class - [JAR]

├─ org.dbpedia.lookup.server.Server.class - [JAR]

org.dbpedia.lookup.entities

├─ org.dbpedia.lookup.entities.Category.class - [JAR]

├─ org.dbpedia.lookup.entities.Label.class - [JAR]

├─ org.dbpedia.lookup.entities.OntologyClass.class - [JAR]

├─ org.dbpedia.lookup.entities.Redirect.class - [JAR]

├─ org.dbpedia.lookup.entities.Result.class - [JAR]

├─ org.dbpedia.lookup.entities.ResultJsonSerializer.class - [JAR]

├─ org.dbpedia.lookup.entities.ResultSerializer.class - [JAR]

├─ org.dbpedia.lookup.entities.ResultXmlSerializer.class - [JAR]

├─ org.dbpedia.lookup.entities.Template.class - [JAR]

├─ org.dbpedia.lookup.entities.Uri.class - [JAR]

org.dbpedia.lookup.inputformat

├─ org.dbpedia.lookup.inputformat.DBpediaNTriplesInputFormat.class - [JAR]

├─ org.dbpedia.lookup.inputformat.InputFormat.class - [JAR]

├─ org.dbpedia.lookup.inputformat.PignlprocTSVInputFormat.class - [JAR]