Balaka Biswas
Balaka Biswas
According to the function of frequency calculation : **def _build_frequency_dist(self, phrase_list):** """Builds frequency distribution of the words in the given body of text. :param phrase_list: List of List of strings...
## Description Create a PULL_REQUEST_TEMPLATE.md file that must contain the skeleton of a PR description and generate the template each time a PR is created. If you don't know how...
## Description TF-IDF is one of the most famous algorithms when it comes to keyword extraction from text. Your task is to create a function that will extract keywords from...
## Description Create an extensive and in-depth literature study on various keyword extraction algorithms other than RAKE and Tf-Idf. Every algorithm must be accompanied by brief logical / mathematical explanation...
## Description Create the frontend of a web application that'll be used to make the library accessible to the users via the web. The color scheme is upto your choice....
## Description No algorithm can escape edge cases. Your task is to check and test for probable edge cases where you think the algorithm might fail, by trial and error....
## Description Edge Case : Since keywords are mainly made by avoiding stopwords, for some cases the keywords extracted do not interpret the meaning of the text exactly. For example...
## Description TF-IDF is one of the most famous algorithms when it comes to keyword extraction from text. Your task is to create a function that will extract keywords from...
## Description Integrate the most appropriate GitHub Action for automatic generation of code coverage report on every code related PR made. ### NOTE : Once assigned, please comment here as...
### What have you Changed - Fixed the backend issue mentioned in #30 ### Issue no. - Fixes #30 ### Self Check - [x] This issue was assigned to me...