Bug #1742
Preventing removal of KPs that are getting removed due to new/latest changes
Start date:
10/13/2021
Due date:
% Done:
100%
Estimated time:
3.00 h (Total: 3.50 h)
Description
There are cases of KPs which are getting removed (most prominently in Library Reference) due to recent changes. It includes a variety of KPs like "one-shot (de)compression", "lexical analysis", "optional or positional arguments", etc. We need to make appropriate changes to make sure that these KPs are not discarded as they are important.
Possible routes of investigation
1) Check generate_candidates function and make tweaks in the list of POS tags
2) Modify the current filters in generate_candidates to make sure these KPs pass through. Change the if condition: "if cand_ph0 == variation0" to "cand_ph0 in variation"
Subtasks