hadyelsahar / RE-NLG-Dataset

T-Rex : A Large Scale Alignment of Natural Language with Knowledge Base Triples
MIT License
64 stars 12 forks source link

Startup script error #2

Open vinid opened 5 years ago

vinid commented 5 years ago

Hi!

the startup.sh script is not able to connect to dbpedia-spotlight download endpoint (http://spotlight.sztaki.hu/downloads/dbpedia-spotlight-latest.jar seems not available at the moment).

I downloaded spotlight manually, commented the relative lines in the script and run it again with the following result:

python: can't open file 'prepare_wikidata_datatypes.py': [Errno 2] No such file or directory

I can't seem to find this file, could you help me with this? Thanks a lot!

interfaceFeng commented 5 years ago

I also can not find this file, have you solved it?

vinid commented 5 years ago

Unfortunately no

D063520 commented 5 years ago

Hello, I'm not sure but it looks like you need the dbpedia spotlight jar and this you can compile. Just clone this repository https://github.com/dbpedia-spotlight/dbpedia-spotlight and make mvn clean package. In the target repository you should get the desired jar. I mean it's a normal maven project.

hadyelsahar commented 5 years ago

@vinid @interfaceFeng I see two problems here:

vinid commented 5 years ago

Thank you very much!