Research Article
[Retracted] Research of Vertical Domain Entity Linking Method Fusing Bert-Binary
Algorithm 1
Candidate entity generation.
Input: Dictionary , a set of entity mention (), a set of named entities key=(: value) | Output: Candidate entity set | 1: for () do | 2: if () then | 3: | 4: else if (The exactly matches the first letter of all words in the ) then | 5: | 6: end if | 7: end for |
|