From e213b9f3ecf8afd8513bcefdaf47840765d7a2a3 Mon Sep 17 00:00:00 2001 From: Dennis Schiese <135758800+dschiese@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:39:48 +0200 Subject: [PATCH] Update application.properties Update of avail. components --- src/main/resources/config/application.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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