Interface: CorpusSharedEntity
@kortexya/reasoninglayer / Corpus / CorpusSharedEntity
Interface: CorpusSharedEntity
Defined in: src/types/corpus.ts:64
One entity shared by both documents of a bridge edge.
Properties
label
label:
string
Defined in: src/types/corpus.ts:68
Entity display label.
mentionsA
mentionsA:
number
Defined in: src/types/corpus.ts:72
Mentions of this entity in document a of the edge.
mentionsB
mentionsB:
number
Defined in: src/types/corpus.ts:74
Mentions of this entity in document b of the edge.
sort
sort:
string
Defined in: src/types/corpus.ts:70
Sort name (entity type).
termId
termId:
string
Defined in: src/types/corpus.ts:66
Entity term id.