Qanary-component-QB-Python-KGQAnWrapper
qanary-component-ASR-Kaldi
qanary-component-CLS-CLSNLIOD
qanary-component-CopyValuesOfPriorGraph
qanary-component-KG2KG-TranslateAnnotationsOfInstance
qanary-component-LD-Shuyo
qanary-component-MT-Python-HelsinkiNLP
qanary-component-MT-Python-LibreTranslate
qanary-component-MT-Python-MBart
qanary-component-MT-Python-NLLB
qanary-component-NED-AGDISTIS
qanary-component-NED-Ambiverse
qanary-component-NED-Aylien
qanary-component-NED-Babelfy
qanary-component-NED-DBpediaSpotlight
qanary-component-NED-Dandelion
qanary-component-NED-DiambiguationClass-OKBQA
qanary-component-NED-MeaningCloud
qanary-component-NED-Ontotext
qanary-component-NED-OpenAI-GPT
qanary-component-NED-Opentapioca
qanary-component-NED-Tagme
qanary-component-NED-Watson
qanary-component-NER-Ambiverse
qanary-component-NER-Aylien
qanary-component-NER-Babelfy
qanary-component-NER-ComicCharacterNameSimpleNamedEntityRecognizer
qanary-component-NER-DBpediaSpotlight
qanary-component-NER-Dandelion
qanary-component-NER-EntityClassifier
qanary-component-NER-EntityClassifier2
qanary-component-NER-MeaningCloud
qanary-component-NER-Ontotext
qanary-component-NER-Stanford
qanary-component-NER-Tagme
qanary-component-NERD-Alchemy
qanary-component-NERD-LuceneLinker
qanary-component-NERD-SMAPH
qanary-component-QB-AnnotationOfSpotClass-OKBQA
qanary-component-QB-BirthDataWikidata
qanary-component-QB-ComicCharacterAlterEgoSimpleDBpedia
qanary-component-QB-DateOfDeathDBpedia
qanary-component-QB-DeepPavlovWrapper
qanary-component-QB-GAnswerWrapper
qanary-component-QB-MonoliticWrapper
qanary-component-QB-PlatypusWrapper
qanary-component-QB-Python-QAInterface
qanary-component-QB-QAnswer
qanary-component-QB-RuBQWrapper
qanary-component-QB-SimpleRealNameOfSuperHero
qanary-component-QB-TeBaQaWrapper
qanary-component-QBE-QAnswer
qanary-component-QBE-SimpleQueryBuilderAndExecutor
qanary-component-QC-AnswerTypeClassifier
qanary-component-QE-Python-SparqlExecuter
qanary-component-QE-SparqlExecuter
qanary-component-QE-Wikidata
qanary-component-RD-AnnotaitonOfSpotProperty-OKBQA
qanary-component-RD-DiambiguationProperty-OKBQA
qanary-component-REL-Python-Falcon
qanary-component-REL-RelNliod
qanary-component-REL-RelationLinker1
qanary-component-REL-RelationLinker2
qanary-component-TQA-ChatGPTWrapper
qanary_component-EAT-Python-Answer-Type-classifier
qanary_docker-compose-writer
Folders and files Name Name Last commit message
Last commit date
parent directory
View all files
Receives a textual question recognizes and disambiguates named entities and stores them.
Not applicable as the textual question is a default parameter
@prefix qa: <http://www.wdaqua.eu/qa#> .
@prefix oa: <http://www.w3.org/ns/openannotation/core/> .
<urn:qanary:output> a qa:AnnotationOfInstance .
<urn:qanary:output> oa:hasTarget [
a oa:SpecificResource;
oa:hasSource <urn:qanary:myQanaryQuestion> ;
oa:hasSelector [
a oa:TextPositionSelector ;
oa:start " 0" ^^xsd:nonNegativeInteger ;
oa:end " 5" ^^xsd:nonNegativeInteger
]
] .
<urn:qanary:output> oa:hasBody <urn:dbr:Resource> ;
oa:annotatedBy <urn:qanary:Tagme> ;
oa:annotatedAt " 2001-10-26T21:32:52" ^^xsd:dateTime ;
qa:score " 0.5" ^^xsd:decimal .
You can’t perform that action at this time.