dbpedia-spotlight/model-quickstarter

Question about data

meitals opened this issue · 1 comments

If I use model-quickstarter to create an English model, when will the data be from?

Hi @meitals,

You can run it in two ways:

  • without map volumes: the data will be inside the container
  • mapping volumes: the data will be in the host

E.g:

docker run -v /home/user/data/model/wdir:/model-quickstarter/wdir -v /home/user/data/model/data:/model-quickstarter/data -v /home/user/data/model/models:/model-quickstarter/models -it dbpediaspotlight/model-quickstarter bash

Best,