Task #2224
Maintain efficiency although we add brown links for duplicates
Start date:
03/28/2022
Due date:
% Done:
0%
Estimated time:
Description
Please add an integer after BR2. Let the id for the first BR2 be 0. Then, id is incremented for every unique BR2.
Today, every BR2 phrase is of the form "<word> BR2 <rest>". Going forward, they will be one of:
i. <word> BR2 <id> <rest>
ii. <word> BR2 <id>
Case (i) is for the first unique BR2 phrase. Case (ii) is for repeating/duplicate BR2 phrase; in this case, <id> is the same as for the corresponding unique BR2 phrase.
This helps reduce space wastage of the file on the laptop and the server.
No data to display