You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't find any information on how to launch the spotlight server after building the model and failed in trying so far. I'd appreciate any pointers.
More specifically: Building the model with e. g. ./index_db.sh wdir zh_CN zh/stopwords.list None models/zh was successful. I'm not quite sure how to actually start the spotlight server now though - https://github.com/dbpedia-spotlight/dbpedia-spotlight-model mentions java -jar dbpedia-spotlight-1.0.jar en http://localhost:2222/rest
but model-quickstarter doesn't generate a jar with that name. Instead I see several options:
I couldn't find any information on how to launch the spotlight server after building the model and failed in trying so far. I'd appreciate any pointers.
More specifically: Building the model with e. g.
./index_db.sh wdir zh_CN zh/stopwords.list None models/zh
was successful. I'm not quite sure how to actually start the spotlight server now though - https://github.com/dbpedia-spotlight/dbpedia-spotlight-model mentionsjava -jar dbpedia-spotlight-1.0.jar en http://localhost:2222/rest
but model-quickstarter doesn't generate a jar with that name. Instead I see several options:
dbpedia-spotlight/target/spotlight-1.0-jar-with-dependencies.jar
seemed the most promising to me, but runningyields
Could not find or load main class org.dbpedia.spotlight.web.rest.Server
.Launching the other jars (with suffix -with-dependencies) also outputs error message - e. g.
What is the correct way to launch dbpedia-spotlight with my model?
The text was updated successfully, but these errors were encountered: