dwslab/jRDF2Vec

Where is the data?

Opened this issue · 3 comments

Thank you for publishing the code about jRDF2Vec.

In the docker description you provide in the readme, I don't understand what "sample_dbpedia_entity_file.txt" and "sample_dbpedia_nt_file.nt" are.

Is this data that you guys created by yourselves?
Or are they created from another data set?

The docker component has been built by @vemonet - could you assist here?

@g1644222 The data is in the resource folder: https://github.com/dwslab/jRDF2Vec/tree/master/src/test/resources

It is expected to run the docker run command from the root folder of the github repository

I made it clearer in the readme in this pull request: #67

@janothan @vemonet

Thanks for the reply.
Sorry it took me so long to reply.

Thanks to you, I was able to successfully create the "walks" directory in Docker!

However, I have a question while working on it.
How much do I need to expand the "sample_dbpedia_entity_file.txt" file to reproduce the results of the paper?