Activity
From 09/16/2021 to 10/15/2021
10/14/2021
- 01:41 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
- There are cases where word count of KP > word count of header variant and the uncommon word in the KP is VERB. The PO...
- 01:37 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
- For some cases, the word count of KPs and header variant is the same but they have uncommon middle words which make t...
- 01:27 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
- There were observed some cases where the KP is a proper subset of the header variant but it was penalized because the...
- 01:20 PM RK-A Bug #1752 (Resolved): In partial_header_match, reduce penalty for some KPs where start and end words are same as header variant
- In partial_header_match, we have a filter after the generation of candidates where we penalize the KPs because they s...
- 08:17 AM RK-A Bug #1751 (Resolved): ADR includes rows with "New Added Docs" but the additions look wrong
- 06:56 AM RK-A Bug #1751 (In Progress): ADR includes rows with "New Added Docs" but the additions look wrong
- 06:56 AM RK-A Bug #1751 (Closed): ADR includes rows with "New Added Docs" but the additions look wrong
- Need to verify the code for generation of ADR to understand why there are rows showing "New Docs Added" when the anno...
- 06:50 AM RK-J Task #1691 (Resolved): Add gap between content and prev/next links
- 06:19 AM RK-J Task #1691 (In Progress): Add gap between content and prev/next links
10/13/2021
- 04:12 PM RK-J Bug #1714 (Resolved): Ensure ES index delete should not break the ingestion.
- 04:08 PM RK-J Task #1691: Add gap between content and prev/next links
- # Add gap for the top prev/next links, downward to the links.
# Add gap for the down prev/next links, upward to the ... - 01:21 PM RK-A Bug #1742 (Resolved): Preventing removal of KPs that are getting removed due to new/latest changes
- 12:28 PM RK-A Bug #1742 (In Progress): Preventing removal of KPs that are getting removed due to new/latest changes
- 06:02 AM RK-A Bug #1742 (Resolved): Preventing removal of KPs that are getting removed due to new/latest changes
- There are cases of KPs which are getting removed (most prominently in Library Reference) due to recent changes. It in...
- 01:20 PM RK-A Bug #1745 (Resolved): Skip all the KPs starting with words within CW 300
- 12:27 PM RK-A Bug #1745 (In Progress): Skip all the KPs starting with words within CW 300
- 07:10 AM RK-A Bug #1745 (Closed): Skip all the KPs starting with words within CW 300
- Upon making changes in the generate_candidates function, we saw that a lot of KPs were getting tagged with the starti...
- 01:02 PM RK-A Task #1653 (Resolved): Adding all the header variants generated by variation_middle_parenthesis to processed_full_header with fullness_ratio 1.0
- 01:02 PM RK-A Task #1653 (In Progress): Adding all the header variants generated by variation_middle_parenthesis to processed_full_header with fullness_ratio 1.0
- 12:56 PM RK-A Task #1643 (Resolved): Modification in update_doc_id_score_list from tagging_utils.py such that for doc_ids with scores same as self links are reduced by 0.05
- 12:55 PM RK-A Task #1643 (In Progress): Modification in update_doc_id_score_list from tagging_utils.py such that for doc_ids with scores same as self links are reduced by 0.05
- 12:37 PM RK-A Bug #1688 (In Progress): KeyError in kp_variant_log
- 12:35 PM RK-A Bug #1507 (Resolved): Bad looking key phrases following the pattern: "word1, word2" while the header variant is "word1 word2"
- 12:35 PM RK-A Task #1522 (Resolved): Changes to ensure that singular and plural forms of key phrases are also checked in 20K CW in extract_single_uncommon_words method
- 12:34 PM RK-A Task #1522 (In Progress): Changes to ensure that singular and plural forms of key phrases are also checked in 20K CW in extract_single_uncommon_words method
- 12:34 PM RK-A Bug #1616 (Resolved): Some unwanted removals of KPs starting with VBG/IN
- 12:34 PM RK-A Task #1560 (Closed): Finding different POS tags that can be stripped from the beginning/ending of the keyphrase to result in better KPs
- 12:33 PM RK-A Task #1560 (Resolved): Finding different POS tags that can be stripped from the beginning/ending of the keyphrase to result in better KPs
- 12:33 PM RK-A Task #1560 (In Progress): Finding different POS tags that can be stripped from the beginning/ending of the keyphrase to result in better KPs
- 12:34 PM RK-A Task #1543 (Resolved): Refactor the save_candidates function from BR3_IR3_tagger.py
- 12:34 PM RK-A Task #1543 (In Progress): Refactor the save_candidates function from BR3_IR3_tagger.py
- 12:34 PM RK-A Feature #1615 (Resolved): Add the str_between of variation_middle_parenthesis to processed_full_header list
- 12:33 PM RK-A Feature #1544 (Resolved): Changes to match a token/word with hyphen with a header variant which does not have a hyphen but is exactly same
- 12:31 PM RK-A Task #1561 (Resolved): Modification in tagging_utils.py such that doc_ids with sim_score equal to the kp_doc_id are not removed
- 12:31 PM RK-A Task #1561 (In Progress): Modification in tagging_utils.py such that doc_ids with sim_score equal to the kp_doc_id are not removed
- 12:31 PM RK-A Feature #1598 (Resolved): Remove return datatype from headers with empty parenthesis
- 12:31 PM RK-A Task #1657 (In Progress): Modifications in remove_function_signature method to handle some new cases
- 12:30 PM RK-A Bug #1712 (Resolved): Discarding bad KPs due to uncommon word at the beginning or end
- 12:29 PM RK-A Support #1570 (Resolved): Reduce the time taken by get_candidates_for_variant function after modifications for matching a hyphenated word with a header without hyphen
- 12:29 PM RK-A Bug #1746 (In Progress): Checking the vector similarity and wordnet similarity of "options" and "optional" to unlink them
- 07:17 AM RK-A Bug #1746 (Resolved): Checking the vector similarity and wordnet similarity of "options" and "optional" to unlink them
- After the addition of the "CC" POS tag in the list of POS tags in the generate_candidates function, we saw that "opti...
- 12:27 PM RK-A Bug #1599 (Resolved): Modification in variation_variable_declarations to change the return values of the function for some cases of headers
- 12:27 PM RK-A Bug #1613 (Resolved): Removing bad KPs which have comma and header variants also have comma
- 12:25 PM RK-A Bug #1644 (Resolved): Testing Change: Modify the method of header variants generation using variations_in_common_section_words
- 12:24 PM RK-A Task #1663 (In Progress): Adding new header variants from pos_nouns function with fullness_ratio 1.0
- 12:24 PM RK-A Bug #1710 (Resolved): Skip tokens that are URLs and file paths from tagging
- 12:23 PM RK-A Bug #1743 (In Progress): Checking singular and plural forms of the tmp_var from variations_in_common_section_words in common words list
- 06:53 AM RK-A Bug #1743 (Resolved): Checking singular and plural forms of the tmp_var from variations_in_common_section_words in common words list
- An experimentation approach to further extend this task. Earlier we were only checking the tmp_var in the 4K CW list....
- 12:23 PM RK-A Bug #1744 (In Progress): Calculating the fullness_ratio of the header variants to decide a threshold for removal of header variants
- 07:00 AM RK-A Bug #1744 (Resolved): Calculating the fullness_ratio of the header variants to decide a threshold for removal of header variants
- Using the original headers, calculate the fullness_ratio of the header variants wrt the original headers to see if we...
- 12:21 PM RK-A Task #1726 (In Progress): Handling cases of bad header variants like "representation"
- 06:12 AM RK-A Task #1726: Handling cases of bad header variants like "representation"
- Estimate time increased as we are stuck with some cases that are difficult to manage
- 10:26 AM RK-A Bug #1747 (In Progress): Add condition for "callbacks" in the lemmatization wrapper
- "callback" & "callbacks" are not being lemmatised to the same root word allowing close by tagging of the KPs in the "...
- 08:24 AM RK-A Task #1505 (Rejected): Sample task
- Sample ticket
- 06:41 AM RK-A Bug #1670 (Resolved): Fix the bug in saving has_noun dictionary values
- 06:41 AM RK-A Feature #1708 (Resolved): For KPs located very closely, pick the one which is most similar & add a wrapper for lemmatisation to handle some exception cases
- 06:41 AM RK-A Bug #1515 (Resolved): Bug in addition of P's in KP tagging
- 06:40 AM RK-A Bug #1669 (In Progress): Getting rid of all dependency on Colab for the current code path
10/11/2021
- 05:42 AM RK-A Task #1726 (Resolved): Handling cases of bad header variants like "representation"
- In BR3_IR3_tagger.py, we have a function called *variations_in_common_section_words* that strips all the common words...
10/08/2021
- 12:02 PM RK-J Task #1722 (Closed): Split content kind into content and contentSupplement2 in order to speed up getDocumentAPI
- Made around 30 calls to getDocumentAPI for a short (2 line) and long (about 70 lines) document and got the following ...
- 05:29 AM RK-J Bug #1713: Ensure highlighting the text should not give any error.
- Working as expected on QA.
Here is the url https://edutestqa.appspot.com/document/python-3-howtos/logging%20format?d... - 04:49 AM RK-J Bug #1713 (Feedback): Ensure highlighting the text should not give any error.
10/07/2021
- 12:08 PM RK-J Bug #1713 (Resolved): Ensure highlighting the text should not give any error.
- 10:14 AM RK-J Bug #1713 (In Progress): Ensure highlighting the text should not give any error.
10/06/2021
- 03:37 PM RK-J Bug #1714 (In Progress): Ensure ES index delete should not break the ingestion.
- 12:28 PM RK-J Bug #1714 (Closed): Ensure ES index delete should not break the ingestion.
- In case we changed the ES server(like the current scenario), there is no entries present for the existing books in th...
- 12:03 PM RK-J Bug #1713 (Closed): Ensure highlighting the text should not give any error.
- Reproduce steps:
# Go to https://edutestdev-240612.appspot.com/document/python-3-howtos-pl-2021-10-04-121627.872323-... - 11:34 AM RK-A Bug #1712 (Closed): Discarding bad KPs due to uncommon word at the beginning or end
- https://edutestdev-240612.appspot.com/document/python-3-tutorial-pl-2021-10-04-105027.800623-spl/python?documentURL=1...
- 10:54 AM RK-A Task #1711 (New): Establish similarity between 'a b' and 'c-or-a b' (also 'c b' and 'c-or-a b')
- "positional arguments" can be a purple or bold purple link in https://edutestdev-240612.appspot.com/document/python-...
- 10:25 AM RK-A Bug #1710 (Closed): Skip tokens that are URLs and file paths from tagging
- In recreate function, before calling the match_token_and_KP() function, check whether the current token is a URL or f...
- 09:47 AM RK-J Bug #1634 (Feedback): Wrong book get selected after searching in search doc.
- Working as expected on QA
- 07:12 AM RK-A Bug #1709 (New): Find similarity between docstring and 'Documentation Strings'
- In page https://edutestdev-240612.appspot.com/document/python-3-tutorial-pl-2021-10-04-105027.800623-spl/python?docum...
- 05:20 AM RK-A Feature #1708 (Closed): For KPs located very closely, pick the one which is most similar & add a wrapper for lemmatisation to handle some exception cases
- Looking at the screenshot attached below, we can see "iteration", "iterable" & "iterator" are tagged very closely. Th...
10/05/2021
- 01:48 PM RK Bug #1705 (New): Fix Elastic server for Dev & QA
10/04/2021
- 10:40 AM RK-J Task #1696 (Resolved): Change ES credential for Dev & QA.
- 10:33 AM RK-J Task #1696 (In Progress): Change ES credential for Dev & QA.
- 10:32 AM RK-J Task #1696 (Closed): Change ES credential for Dev & QA.
- url: https://dev-qa-memory-optimized.es.us-east1.gcp.elastic-cloud.com:9243
username: elastic
10/01/2021
- 07:34 AM RK-J Task #1691 (Closed): Add gap between content and prev/next links
- Let the gap be 3x, where x=size of prev/next font.
09/30/2021
- 08:26 AM RK-A Bug #1688 (In Progress): KeyError in kp_variant_log
- kp_variant_log is a dictionary that keeps track of the variant with which the KP was linked/tagged. The key of the di...
09/27/2021
- 06:58 AM RK-J Bug #1671: If book contains & in the title, search bar does not load
- The link is not loading after fixing & problem.
this is the link before fixing
https://edutestdev-240612.appspot.... - 06:48 AM RK-J Bug #1671 (In Progress): If book contains & in the title, search bar does not load
09/23/2021
- 07:51 AM RK-J Bug #1671: If book contains & in the title, search bar does not load
- One of the possible solutions is to encode the & i.e. with %26.
09/20/2021
- 08:11 AM RK-J Bug #1671 (Closed): If book contains & in the title, search bar does not load
- Search bar does not load for https://edutestdev-240612.appspot.com/document/python-3*/python?documentURL=10015%2Fprd%...
- 04:50 AM RK-A Bug #1670 (Closed): Fix the bug in saving has_noun dictionary values
- I found an inconsistency in the way values are being stored in the has_noun function in two different places in BR3_I...
09/19/2021
- 12:25 PM RK-A Bug #1669 (Resolved): Getting rid of all dependency on Colab for the current code path
09/17/2021
- 01:23 PM RK-J Support #1652 (Resolved): Add top pages sheet along with top traffic sheet
- 12:01 PM RK-J Support #1652 (In Progress): Add top pages sheet along with top traffic sheet
- 08:59 AM RK-A Task #1663 (Resolved): Adding new header variants from pos_nouns function with fullness_ratio 1.0
- The main goal behind this task is to add some meaningful header variants with fullness_ratio 1.0 if a large portion o...
09/16/2021
- 11:55 AM RK-J Support #1642 (Resolved): Top traffic + Other activity report
- 11:34 AM RK-J Support #1642 (In Progress): Top traffic + Other activity report
- 04:56 AM RK-A Task #1657 (Resolved): Modifications in remove_function_signature method to handle some new cases
- Some new cases of headers with functions have been found which are not being handled as given below:
1. time.clock_g...
Also available in: Atom