Bug #1765
Updating the P of tagged KPs where subKP and mainKP are separated by symbols
Start date:
09/30/2021
Due date:
% Done:
0%
Estimated time:
(Total: 2.00 h)
Description
It was noticed that for single word subKPs and mainKPs separated by symbols, there were some discrepancies in the way Ps were being appended to the BR2 tag.
For e.g.
os.path.basename(sys.argv[0]) BR2PPPPPPPPPPPPP 421 ^&* os.path.basename ^&* 1.0 1993 ^&* sys.argv ^&* 0.95 722 ^&* 0.833
Here only "os.path.basename" was getting tagged while the list of similar docs included documents for "sys.argv" as well. So we need to update the P's added as per the subKP founded and their similar docs being added to the similar_doc_id string.
Subtasks