qanary-component-dis/types
This page is auto-generated from TSDoc output. Edit the source file, not this Markdown.
qanary-component-dis/types
Section titled “qanary-component-dis/types”- Package:
qanary-component-dis - Source file:
apps/qanary-component-dis/src/types.ts
Summary
Section titled “Summary”NER annotation from the knowledge graph
Interfaces
Section titled “Interfaces”NerAnnotation
Section titled “NerAnnotation”interface NerAnnotationNER annotation from the knowledge graph
Properties
annotationUri(string)spotResourceUri(string)entityType(string)score(number)exactQuote(string)start(number)end(number)questionUri(string) Defined at: line 6
DisambiguationResult
Section titled “DisambiguationResult”interface DisambiguationResultDisambiguation result with matched entity
Properties
entityUrn(string)score(number)label(string) Defined at: line 20
DisambiguationOutcome
Section titled “DisambiguationOutcome”interface DisambiguationOutcomeOutcome of a disambiguation attempt, including all candidates above threshold.
Properties
result(DisambiguationResult | null): The best match, or null if no candidates met the threshold.candidates(DisambiguationResult[]): All candidates that met the fuzzy threshold, sorted by similarity descending. Defined at: line 29
SparqlBinding
Section titled “SparqlBinding”interface SparqlBindingSPARQL binding result interface
Defined at: line 39