Skip to main content

Table 1 Algorithm of The proposed technique.

From: Developing a hybrid dictionary-based bio-entity recognition technique

Given a dictionary

Input: short passage

1: Apply the approximate string matching technique

2: Generate candidate matched entries

  For each generated entry list

3:    Apply the shortest path edit distance (SPED) technique

4:    If there is a perfect match between the input and the matched entry, exit the loop

5:    Else

6:      Merge the candidate list by the context-enabled text mining techniques

7:      Select the best merged entry

8: Return the matched entity type