Skip to content

qanary-component-dis/implementation

This page is auto-generated from TSDoc output. Edit the source file, not this Markdown.

  • Package: qanary-component-dis
  • Source file: apps/qanary-component-dis/src/implementation.ts

No summary is available for this file.

function fetchNerAnnotations(message: IQanaryMessage, questionUri: string): Promise<NerAnnotation[]>

Parameters

  • message (IQanaryMessage)
  • questionUri (string) Returns
  • Promise<NerAnnotation[]> Defined at: line 46
function disambiguate(annotation: NerAnnotation): Promise<DisambiguationOutcome>

Parameters

  • annotation (NerAnnotation) Returns
  • Promise<DisambiguationOutcome> Defined at: line 148
function writeDisambiguationAnnotation(message: IQanaryMessage, annotation: NerAnnotation, result: DisambiguationResult): Promise<void>

Parameters

  • message (IQanaryMessage)
  • annotation (NerAnnotation)
  • result (DisambiguationResult) Returns
  • Promise<void> Defined at: line 231
const FUZZY_THRESHOLDS: Record<EntityType, number>

Defined at: line 35