qanary-component-dis/implementation
This page is auto-generated from TSDoc output. Edit the source file, not this Markdown.
qanary-component-dis/implementation
Section titled “qanary-component-dis/implementation”- Package:
qanary-component-dis - Source file:
apps/qanary-component-dis/src/implementation.ts
Summary
Section titled “Summary”No summary is available for this file.
Functions
Section titled “Functions”fetchNerAnnotations
Section titled “fetchNerAnnotations”function fetchNerAnnotations(message: IQanaryMessage, questionUri: string): Promise<NerAnnotation[]>Parameters
message(IQanaryMessage)questionUri(string) ReturnsPromise<NerAnnotation[]>Defined at: line 46
disambiguate
Section titled “disambiguate”function disambiguate(annotation: NerAnnotation): Promise<DisambiguationOutcome>Parameters
annotation(NerAnnotation) ReturnsPromise<DisambiguationOutcome>Defined at: line 148
writeDisambiguationAnnotation
Section titled “writeDisambiguationAnnotation”function writeDisambiguationAnnotation(message: IQanaryMessage, annotation: NerAnnotation, result: DisambiguationResult): Promise<void>Parameters
message(IQanaryMessage)annotation(NerAnnotation)result(DisambiguationResult) ReturnsPromise<void>Defined at: line 231
Constants
Section titled “Constants”FUZZY_THRESHOLDS
Section titled “FUZZY_THRESHOLDS”const FUZZY_THRESHOLDS: Record<EntityType, number>Defined at: line 35
In qanary-component-dis
Section titled “In qanary-component-dis”qanary-component-dis/entity-typesqanary-component-dis/fuzzy-matchingqanary-component-dis/handlerqanary-component-dis/implementationqanary-component-dis/indexqanary-component-dis/types