Task #1858
Extending the variation_slash function in BR3_IR3_tagger.py
Start date:
11/15/2021
Due date:
% Done:
0%
Estimated time:
1.00 h
Description
In the C-API book, we saw KPs like "python/c" even when "python/c api" was present in the entirety. The reason is that "python/c api" is not a header variant. The header variants created are "python api" & "c api". While adding "word1 word3" & "word2 word3", we can add "word1/word2 word3" header variant as well. Look out for bad header variant cases and make appropriate changes.
We can save the new header variant in the processed_full_header list.
Test the idea with the C-API book & Lib Ref book.