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
Hi!
I use the recent version of Docker for Windows and I try to run DbPedia Spotlight for English with the command provided: docker run -itd --restart unless-stopped -p 2222:80 dbpedia/spotlight-english spotlight.sh
The container console shows that it is actually running (I hope):
[main] INFO org.dbpedia.spotlight.db.memory.MemoryStore$ - Loading MemoryQuantizedCountStore...
[main] INFO org.dbpedia.spotlight.db.memory.MemoryStore$ - Done (101 ms)
[main] INFO org.dbpedia.spotlight.db.memory.MemoryStore$ - Loading MemoryTokenTypeStore...
[main] INFO org.dbpedia.spotlight.db.memory.MemoryTokenTypeStore - Creating reverse-lookup for Tokens.
[main] INFO org.dbpedia.spotlight.db.memory.MemoryStore$ - Done (8911 ms)
[main] INFO org.dbpedia.spotlight.db.memory.MemoryStore$ - Loading MemorySurfaceFormStore...
[main] INFO org.dbpedia.spotlight.db.memory.MemorySurfaceFormStore - Summing total SF counts.
[main] INFO org.dbpedia.spotlight.db.memory.MemorySurfaceFormStore - Creating reverse-lookup for surface forms, adding normalized surface forms.
[main] INFO org.dbpedia.spotlight.db.memory.MemoryStore$ - Done (338148 ms)
[main] INFO org.dbpedia.spotlight.db.memory.MemoryStore$ - Loading MemoryResourceStore...
Killed
[main] INFO org.dbpedia.spotlight.db.memory.MemoryStore$ - Done (207 ms)
[main] INFO org.dbpedia.spotlight.db.memory.MemoryStore$ - Done (7630 ms)
[main] INFO org.dbpedia.spotlight.db.memory.MemoryStore$ - Done (919667 ms)
Then, with Postman, I created a GET request (with only one custom header: Accept: application/json): http://localhost:2222?text=effe&confidence=0.35
There is no response. I can get some data from http://api.dbpedia-spotlight.org/en/annotate?text=effe&confidence=0.35
What am I missing?
Hubert
The text was updated successfully, but these errors were encountered:
Hi!
I use the recent version of Docker for Windows and I try to run DbPedia Spotlight for English with the command provided:
docker run -itd --restart unless-stopped -p 2222:80 dbpedia/spotlight-english spotlight.sh
The container console shows that it is actually running (I hope):
Then, with Postman, I created a GET request (with only one custom header:
Accept: application/json
):http://localhost:2222?text=effe&confidence=0.35
There is no response. I can get some data from
http://api.dbpedia-spotlight.org/en/annotate?text=effe&confidence=0.35
What am I missing?
Hubert
The text was updated successfully, but these errors were encountered: