dice-group / QALD-Generator

Question Answering Over Linked Data Benchmark Generator
GNU General Public License v3.0
2 stars 3 forks source link

How to annotate a new datasets #3

Open xqx1568 opened 3 years ago

xqx1568 commented 3 years ago

Which code is used for this part?

saleem-muhammad commented 3 years ago

The code along with instructions is given at https://github.com/dice-group/QALD-Generator

xqx1568 commented 3 years ago

I have downloaded the code of project QALD-Cli. Sorry, because of lack of comments, can you tell me the path of the code that generates QaldGen-RDF.nt?

saleem-muhammad commented 3 years ago

//Generate FEASIBLE benchmarks from package org.aksw.simba.qladgen.feasible public class FEASIBLEClustering

xqx1568 commented 3 years ago

Thank you! I found the problem is that I should download QALDGEN-SOURCE instead QALD-cli.

xqx1568 commented 3 years ago

I think I have a bad expression of my problem before. Actually, I want to know if I want to automatically annotate a new datasets, what should I do?