diff --git a/src/main/resources/config/application.properties b/src/main/resources/config/application.properties index 9d9a120..36627d0 100644 --- a/src/main/resources/config/application.properties +++ b/src/main/resources/config/application.properties @@ -23,9 +23,9 @@ chatgpt.api.key= gpt.request.auth= # Required for automated experiments with annotation types qanary.components.annotationofrelation=FalconRelComponent-dbpedia,DiambiguationProperty -qanary.components.annotationofinstance=NED-DBpediaSpotlight,DandelionNED,OntoTextNED,MeaningCloudNed,TagmeNED +qanary.components.annotationofinstance=NED-DBpediaSpotlight,DandelionNED,OntoTextNED,MeaningCloudNed,TagmeNED,OpenTapiocaNED qanary.components.annotationofspotinstance=TagmeNER,TextRazor,NER-DBpediaSpotlight,DandelionNER -qanary.components.annotationofanswerjson=SparqlExecuter -qanary.components.annotationofanswersparql=SINA,PlatypusQueryBuilder,QAnswerQueryBuilderAndQueryCandidateFetcher, +qanary.components.annotationofanswerjson=SparqlExecuter,WikidataQueryExecuter +qanary.components.annotationofanswersparql=SINA,PlatypusQueryBuilder,QAnswerQueryBuilderAndQueryCandidateFetcher,QB-KGQAn-DBpedia,QB-MST5-DBpedia,QB-T5-DBpedia qanary.components.annotationofquestionlanguage=LD-Shuyo -qanary.components.annotationofquestiontranslation= \ No newline at end of file +qanary.components.annotationofquestiontranslation=MT-Helsinki,MT-LibreTranslate,MT-MBart,MT-NLLB