forked from dbpedia-spotlight/dbpedia-spotlight
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Sandro edited this page Jul 26, 2013
·
6 revisions
You can run DBpedia Spotlight from the comfort of your own machine in one or many of the following ways:
- Web Service (no installation needed). We offer a WADL service descriptor, so with Eclipse or Netbeans you can automagically create a client to call our Web Service. See: Web Service
- JAR. We offer a jar with all dependencies included. You can just download it and run from command line. See: Run from a Jar
- Maven. Our build is mavenized, which means that you can use the scala plugin to run our classes from command line. See: Build from Source with Maven
- Ubuntu/Debian package. We are also starting to share our downloads as debian packages so that anybody can just install DBpedia Spotlight directly from apt-get, Synaptic or their favorite package manager. See:Debian-Package-Installation:-How-To
- WAR Files/ Tomcat. DBpedia Spotlight is also build as a WAR file. You can use it through Apache Tomcat.
- Lucene: you will need to download some larger datasets (spotter dictionary, spotter selectors, disambiguation index, dbpedia resource types, etc.)
- Statistical: http://spotlight.sztaki.hu/downloads/(http://spotlight.sztaki.hu/downloads/)
- Setting-up-IntelliJ-IDEA (preferred for the Scala plugin maturity)
- Setting-up-eclipse
- Setting-up-Netbeans
If you are having problems with the installation, please check our Troubleshooting page.