Hi Joachim,

What dump did you use for the pre-built model?
I created a new dump last month[1]  but didn't have time to update the
spotlight
So I was thinking I could use this one :)

The new dump however is way better than the previous since a lot of
mappings have been added and instance times got from 550KB to 17MB

Cheers,
Dimitris

[1] http://nl.dbpedia.org/downloads/nlwiki/20130205/


On Wed, Mar 13, 2013 at 7:45 PM, Tom De Caluwé <[email protected]> wrote:

> With this script I can get it up and running all at once:
>
> apt-get install maven
>
> PREFIX=/opt
> MODEL_PATH=/opt/dbpedia-spotlight/var/spotlight/data
>
> cd $PREFIX
>
> git clone https://github.com/dbpedia-spotlight/dbpedia-spotlight.git
> cd dbpedia-spotlight
> mkdir -p $MODEL_PATH
> curl http://spotlight.sztaki.hu:2226/nl.tar.gz | tar
> --strip-components=1 -C $MODEL_PATH -xzf -
> echo "1.0 0.2 -0.2 0.1" > $MODEL_PATH/spotter_thresholds.txt
> cd dist
> mvn package
> apt-get update
> dpkg -i dbpedia-spotlight-*.deb || apt-get -fy install
>
> java -jar /usr/share/java/dbpedia-spotlight-0.6-jar-with-dependencies.jar
> $MODEL_PATH http://localhost:2222/ &
>
> And you don't need to add the additional
> &spotter=Default&disambiguator=Default.
>
> 2013/3/13 Tom De Caluwé <[email protected]>:
> > This works! Thanks!
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
> _______________________________________________
> Dbp-spotlight-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dbp-spotlight-users
>



-- 
Kontokostas Dimitris
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Dbp-spotlight-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbp-spotlight-users

Reply via email to