Bug #1710
Skip tokens that are URLs and file paths from tagging
Start date:
10/06/2021
Due date:
% Done:
100%
Estimated time:
2.00 h
Description
In recreate function, before calling the match_token_and_KP() function, check whether the current token is a URL or file path. If yes, skip the token. We do not want such tokens to get tagged.
Files