Feature #2131
Feature #2129: Task 1: Creating KBs
Feature #2132: Task 1.1: Tag KPs using only 1 KB only
Task 1.1.2: Creating KBs - Step 3 - Save the KBs
Start date:
02/21/2022
Due date:
% Done:
100%
Estimated time:
(Total: 3.50 h)
Description
1. Link the google drive using python library "pydrive" (Refer file_parallel_tagging.py file)
2. Create a folder with the name as book_unique_id/dataset argument of the token file
3. Save the data using pickle files inside the folder. Since the get_header_variations function returns a lot of variables, we will have to club many lists into one and save it. At the time of loading the pickle file, we will re-split the combined list into multiple lists to use. You can refer to the code from lines 500 to 502 in the file_parallel_tagging.py file as a sample for this step.
Subtasks
Updated by Nandini Bansal almost 3 years ago
- Subject changed from Task 1: Creating KBs - Step 3 - Save the KBs to Task 1.1.2: Creating KBs - Step 3 - Save the KBs
- Parent task changed from #2129 to #2132