Bug #1746
Checking the vector similarity and wordnet similarity of "options" and "optional" to unlink them
Start date:
10/13/2021
Due date:
% Done:
0%
Estimated time:
2.00 h
Description
After the addition of the "CC" POS tag in the list of POS tags in the generate_candidates function, we saw that "optional or positional arguments" was getting tagged to the "option arguments" document. They are unrelated the linked document talks about command-line arguments whereas the context of the KP in the tagged document is related to function parameter/argument.
To unlink them, we can try the following ideas:
1. Check the vector similarity of the words "option" & "optional"
2. Check wordnet similarity of the words "option" & "optional"
Out of the best idea, try to test it full books of Library Reference, C-API, Whirlwind, Tutorial.