Feature #2129
Task 1: Creating KBs
Start date:
02/21/2022
Due date:
% Done:
100%
Estimated time:
(Total: 18.00 h)
Description
We need to create KBs of different books for inter-book linking of KPs as a part of the new scheme. To create KBs, we will have to save the header variants and all other derived lists from the get_header_variations function in various pickle files.
This will be achieved in multiple steps:
1. We will add a new function for creating KBs and a new argument in noun_phrase_comparisons.py
2. Call the tag_BR3_IR3 function in the new function and execute this function only till the point get_header_variations is called
3. Connect to the drive (google drive) and save the pickle files of the get_header_variations function's output there.
Subtasks