Activity
From 11/06/2021 to 12/05/2021
12/03/2021
- 01:10 PM RK-A Bug #1754 (Closed): In partial_header_match, increase penalty for some KPs where start and end words are same as header variant
- 01:06 PM RK-A Bug #1885 (Resolved): Prevent tagging of "use numpy" KP in Numpy User Guide
- 12:04 PM RK-A Bug #1905 (Resolved): Removing KPs like "define", "defined", etc
- 11:53 AM RK-A Task #1921 (Resolved): Exclude both plural and singular forms of the words from Common Word list
- 10:17 AM RK-A Feature #1856 (Rejected): Penalise the multi-word KP based on "Past" tense & vector similarity score
12/02/2021
- 01:39 PM RK-J Task #1888 (Feedback): Formulae not displaying properly in PyTorch (katex class needs css)
- 08:29 AM RK-A Task #1927 (In Progress): Find the reason why "unsigned integers", "signed integers" & "floating point" is light red i.e. low conf
- 08:28 AM RK-A Task #1927 (Resolved): Find the reason why "unsigned integers", "signed integers" & "floating point" is light red i.e. low conf
- It was observed that in the Numpy API Ref book, the sim_scores of "unsigned integers", "signed integers" & "floating ...
12/01/2021
- 10:20 AM RK-A Bug #1923 (In Progress): Find the reason of tagging KP "handler, and formatter" with "formatters" header variant
- 05:05 AM RK-A Bug #1905 (In Progress): Removing KPs like "define", "defined", etc
11/30/2021
- 09:02 AM RK-J Task #1851 (In Progress): Handle 'all books continuous link update' background thread being killed because the instance running it is terminated
- 08:11 AM RK-A Bug #1924 (In Progress): Check the header variants generated by the variations_conjunctions
- The header is of the form 'x and y z' and we are supposed to get 'x z' and 'y z' in addition to the original. However...
- 07:05 AM RK-A Bug #1923 (Resolved): Find the reason of tagging KP "handler, and formatter" with "formatters" header variant
- In HowTos book KPI sheet, "handler, and formatter" & "handlers, and formatters" KP are tagged with "formatters" KP on...
- 05:51 AM RK-A Bug #1920 (Resolved): Reduce execution time of kpe_script.py
11/29/2021
11/25/2021
- 09:38 AM RK-A Task #1921 (In Progress): Exclude both plural and singular forms of the words from Common Word list
- 09:30 AM RK-A Task #1921 (Resolved): Exclude both plural and singular forms of the words from Common Word list
- As per Sakshi's observation, many plural KPs are assigned lower sim_score as compared to singular KPs. Upon investiga...
- 07:06 AM RK-A Bug #1920 (In Progress): Reduce execution time of kpe_script.py
11/24/2021
- 01:44 PM RK-A Bug #1920 (Resolved): Reduce execution time of kpe_script.py
- Kpe_script.py is known to take a long time to run for a bunch of books like Library Reference, Numpy User Guide, etc....
- 06:44 AM RK-A Task #1907 (Resolved): Make changes in variations_in_common_section_words to make sure "Ipython interpreter" is linked to "interpreter" KP
- 06:42 AM RK-A Bug #1919 (Resolved): Reduce the sim_scores of KPs matching with some specific header variants generated from variations_special_function
- In BR3_IR3_tagger.py, some specific header variants generated from variations_special_function are leading to bad hig...
11/23/2021
- 02:29 PM RK-A Bug #1916 (Rejected): Bug fix to find the correct beginning of mainKP for a given subKP
- 12:24 PM RK-A Bug #1916 (Rejected): Bug fix to find the correct beginning of mainKP for a given subKP
- In tagging_utils.py, the function check_subKP_fullness_ratio is not able to correctly identify the tagged mainKP. It ...
- 02:29 PM RK-A Bug #1918 (Resolved): Bug fix to find the correct ending of mainKP for a given subKP
- In tagging_utils.py, the function check_subKP_fullness_ratio is not able to correctly identify the tagged mainKP. It ...
- 08:32 AM RK-A Bug #1906 (In Progress): Changes to make sure KP "c-types" is a red link atleast
11/22/2021
11/21/2021
- 09:15 AM RK-J Bug #1910 (Closed): Memory leak in Prod FE service is killing the instance
- In Production logs, if you search for '2021-11-12 10:16:08.567 IST GET 500 0 B 1.5 s Mediapartners-Google /document/p...
11/18/2021
- 12:10 PM RK-A Task #1907 (In Progress): Make changes in variations_in_common_section_words to make sure "Ipython interpreter" is linked to "interpreter" KP
- 09:55 AM RK-A Task #1907 (Resolved): Make changes in variations_in_common_section_words to make sure "Ipython interpreter" is linked to "interpreter" KP
- We saw that "interpreter" KP was only getting linked to "Python Interpreter" not "IPython Interpreter". We have to ma...
- 06:47 AM RK-A Bug #1906 (Resolved): Changes to make sure KP "c-types" is a red link atleast
- In https://edutestdev-240612.appspot.com/document/numpy-api-reference-pl-2021-11-15-214115.298381-spl/api?documentURL...
- 06:45 AM RK-A Bug #1905 (Resolved): Removing KPs like "define", "defined", etc
- In https://edutestdev-240612.appspot.com/document/numpy-api-reference-pl-2021-11-15-214115.298381-spl/api?documentURL...
11/17/2021
- 01:08 PM RK-A Bug #1896 (Rejected): Tagging bug of the KP
- 08:21 AM RK-A Bug #1896 (Rejected): Tagging bug of the KP
- In https://edutestdev-240612.appspot.com/document/numpy-api-reference-pl-2021-11-15-214115.298381-spl/api?documentURL...
- 10:26 AM RK-A Task #1900 (Resolved): Un-tag the temporary tags added while skipping the KPs
- In #1899, we tagged the skipped KPs with temporary tags BRS/IRS. After recreate function completes, we need to revert...
- 10:20 AM RK-A Task #1899 (Resolved): Tag all the skipped KPs with special temporary tags
- As a sub-task to implement #1895, we have to tag all the skipped positions of the KP with a special temporary tag *BR...
- 08:43 AM RK-A Task #1898 (In Progress): Skip the repeating KPs within 50 words according to new scheme - Contd
- The repeating KPs within 50 words should be skipped as per the new scheme:
If multiple instances of the same KP ar... - 08:40 AM RK-A Task #1897 (Resolved): Skip the repeating KPs within 50 words according to new scheme
- The repeating KPs within 50 words should be skipped as per the new scheme:
If multiple instances of the same KP ar... - 06:47 AM RK-A Bug #1834 (Resolved): Repeating words in the KP
- 06:35 AM RK-A Task #1895 (Resolved): Drop low confidence KPs if it is a substring/subKP of a nearby tagged KP with high confidence
- We need to make changes to drop the KPs if they are substrings/subKPs of a nearby tagged KP with high confidence.
...
11/16/2021
- 02:44 PM RK-A Task #1858 (Resolved): Extending the variation_slash function in BR3_IR3_tagger.py
- 06:00 AM RK-A Task #1858 (In Progress): Extending the variation_slash function in BR3_IR3_tagger.py
- 01:45 PM RK-J Task #1888 (Resolved): Formulae not displaying properly in PyTorch (katex class needs css)
- 10:18 AM RK-J Task #1888 (In Progress): Formulae not displaying properly in PyTorch (katex class needs css)
- 01:38 PM RK-A Feature #1892 (Resolved): In "set_subtract_const_h" method, add penalty for headers with all words within CW 500 unstemmed
- In the "set_subtract_const_h" method, we assign a penalty to the header based on some condition. We would like to add...
- 06:14 AM RK-A Bug #1886 (In Progress): Prevent tagging or reduce scores of "indexes changed" KP in "Numpy User Guide"
11/15/2021
- 03:00 PM RK-A Bug #1887 (Resolved): Prevent tagging of KPs like "removing", "adding", etc
- 05:03 AM RK-A Bug #1887 (In Progress): Prevent tagging of KPs like "removing", "adding", etc
- 05:03 AM RK-A Bug #1887 (Resolved): Prevent tagging of KPs like "removing", "adding", etc
- Devise a scheme to eliminate KPs like "removing", "adding", etc and ensure that they are not tagged. Make sure that t...
- 02:45 PM RK-A Bug #1877 (Resolved): Prevent tagging of KP "to numpy" in Numpy User Guide book
- 02:45 PM RK-A Task #1863 (Resolved): Finalize scheme for removing "etc" header variant
- 02:35 PM RK-A Task #1864 (Resolved): Finalize scheme for removing "unaffected" header variant
- 10:44 AM RK-J Feature #1756 (Feedback): [ads1] Add Subject to meta description
- 08:43 AM RK-J Feature #1756 (Resolved): [ads1] Add Subject to meta description
- 08:31 AM RK-J Feature #1756 (In Progress): [ads1] Add Subject to meta description
- 08:31 AM RK-J Feature #1756 (Reopened): [ads1] Add Subject to meta description
- Do the changes mentioned in the description
- 08:12 AM RK-J Feature #1756 (Feedback): [ads1] Add Subject to meta description
- 08:12 AM RK-J Feature #1756 (Resolved): [ads1] Add Subject to meta description
- 10:33 AM RK-A Task #1862 (Resolved): Finding the reason why "initialization" header variants is giving high confidence KPs
- 08:12 AM RK-J Task #1841 (Feedback): [3 Subjects] Canonical URL should not be hardcoded
- 06:02 AM RK-J Task #1841 (Resolved): [3 Subjects] Canonical URL should not be hardcoded
- 07:02 AM RK-J Task #1888 (Closed): Formulae not displaying properly in PyTorch (katex class needs css)
- Please see https://edutestdev-240612.appspot.com/document/pytorch-notes/1?documentURL=10121%2Fks03nov21%2Fdocs%2Fstab...
- 06:02 AM RK-A Bug #1777 (Resolved): Correct processing of some headers to generate appropriate header variants
- 05:59 AM RK-A Bug #1885 (In Progress): Prevent tagging of "use numpy" KP in Numpy User Guide
11/12/2021
- 01:35 PM RK-A Bug #1755 (Resolved): In partial_header_match, increase penalty for some KPs where start and end words are same as header variant
- 12:11 PM RK-A Bug #1886 (Closed): Prevent tagging or reduce scores of "indexes changed" KP in "Numpy User Guide"
- In the "numpy user guide" book, we need to make sure KPs like "indexes changes" are either not tagged or assigned a v...
- 12:02 PM RK-A Bug #1885 (Resolved): Prevent tagging of "use numpy" KP in Numpy User Guide
- In "use numpy" KP is getting tagged in the "Numpy User Guide" book, we need to make sure that it does not happen. Dev...
- 12:02 PM RK-A Task #1857 (Resolved): Extending the remove_header_by_adjective method to improvise the quality of KPs
- 12:01 PM RK-A Task #1857 (In Progress): Extending the remove_header_by_adjective method to improvise the quality of KPs
- 06:28 AM RK-A Task #1864 (In Progress): Finalize scheme for removing "unaffected" header variant
- 06:14 AM RK-A Task #1862 (In Progress): Finding the reason why "initialization" header variants is giving high confidence KPs
11/11/2021
- 09:30 AM RK-A Bug #1877 (In Progress): Prevent tagging of KP "to numpy" in Numpy User Guide book
- 09:15 AM RK-A Bug #1877 (Resolved): Prevent tagging of KP "to numpy" in Numpy User Guide book
- We need to make sure "to numpy" KP is not tagged in the Numpy User Guide book. Please devise a scheme for it.
The ... - 09:13 AM RK-A Task #1863 (In Progress): Finalize scheme for removing "etc" header variant
11/10/2021
- 02:48 PM RK-J Task #1841: [3 Subjects] Canonical URL should not be hardcoded
- some findings-
while updating canonical link tag using function (lets call it UpdateSubject(fakeSubject:string)) wit... - 02:26 PM RK-J Task #1841: [3 Subjects] Canonical URL should not be hardcoded
- Approaches tried (did not work)-
1. subscribing to subjectEmitter (emitted by website-search.component.ts) event ... - 04:43 AM RK-J Feature #1756 (In Progress): [ads1] Add Subject to meta description
- 04:43 AM RK-J Feature #1756 (Reopened): [ads1] Add Subject to meta description
- 02:59 AM RK-J Support #1622 (Resolved): Add 'Reports -> Top traffic'
11/09/2021
- 09:23 AM RK-A Task #1864 (Resolved): Finalize scheme for removing "unaffected" header variant
- In the "Numpy User Guide" book, "unaffected" is a header variant that is generating moderately high confidence KPs. W...
- 09:21 AM RK-A Task #1863 (Resolved): Finalize scheme for removing "etc" header variant
- In the "Numpy User Guide" book, "etc" is a header variant that is generating high confidence KPs. We need to come up ...
- 08:20 AM RK-A Task #1862 (Resolved): Finding the reason why "initialization" header variants is giving high confidence KPs
- In C-API book,
Cases like these have low scores already:
header: finalization
cand: finalize
Not sure why... - 08:09 AM RK-A Bug #1861 (Resolved): Finding the reason of low scores hyphenated KPs
- In MR https://gitlab.com/kordale/rk-ai-3/-/merge_requests/839 & https://gitlab.com/kordale/rk-ai-3/-/merge_requests/8...
11/08/2021
- 02:55 PM RK-J Bug #1671 (Feedback): If book contains & in the title, search bar does not load
- 02:12 PM RK-A Bug #1753 (Closed): In partial_header_match, skip penalty for some KPs where start and end words are same as header variant
- 01:17 PM RK-J Task #1841 (In Progress): [3 Subjects] Canonical URL should not be hardcoded
- 04:32 AM RK-J Feature #1756 (Resolved): [ads1] Add Subject to meta description
Also available in: Atom