From f63d4263eb81fb83647fac66131749b6fac9f022 Mon Sep 17 00:00:00 2001 From: BALaka-18 Date: Wed, 6 Jan 2021 11:58:09 +0530 Subject: [PATCH 1/9] rake_new2 folder --- DSC IEM/rake_new2/just_test.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 DSC IEM/rake_new2/just_test.md diff --git a/DSC IEM/rake_new2/just_test.md b/DSC IEM/rake_new2/just_test.md new file mode 100644 index 0000000..606b52e --- /dev/null +++ b/DSC IEM/rake_new2/just_test.md @@ -0,0 +1 @@ +JUST TEST \ No newline at end of file From 23ca768e235967b90ac7d44f612e99f6c55e5677 Mon Sep 17 00:00:00 2001 From: malayaj2000 <65330090+malayaj2000@users.noreply.github.com> Date: Wed, 6 Jan 2021 16:08:45 +0530 Subject: [PATCH 2/9] Create Malayaj_Rath.md --- DSC IEM/rake_new2/Malayaj_Rath.md | 50 +++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 DSC IEM/rake_new2/Malayaj_Rath.md diff --git a/DSC IEM/rake_new2/Malayaj_Rath.md b/DSC IEM/rake_new2/Malayaj_Rath.md new file mode 100644 index 0000000..32ac7cd --- /dev/null +++ b/DSC IEM/rake_new2/Malayaj_Rath.md @@ -0,0 +1,50 @@ +# Developer - Winter of Code 2020 +# Malayaj Rath +### DSC IEM : rake_new2 + + The Projects I was working on are Automatic Spell Check & Topic Modelling of [Rake_new2](https://github.com/BALaka-18/rake_new2/tree/master) application which is a Rapid Automatic Keyword Extraction library . + Automatic Spell Check help in autocorrection of the misspelt word . + + Topic Modelling help to find relevant topics of a given statement or paragraph. + + My work in this winter increased the features and accuracy of the library . + + I am [Malayaj Rath](https://github.com/malayaj2000) an undergraduate student from[NIT ROURKELA](https://www.nitrkl.ac.in/) as part of [Winter of Code](https://winterofcode.com/). + + This project was mentored by - [Balaka Biswas](https://github.com/BALaka-18) + + +# Contributions + 14[commits](https://github.com/BALaka-18/rake_new2/commits/feature-addition) + ### 1. Automatic Spell Check + In this task , I was responsible for making a automatic spell checking feature when enabled it correct misspelt words . + It avoid names and other similar catagories . + All code was written in sync with rake_new2 tech stack and style. + [#34](https://github.com/BALaka-18/rake_new2/pull/34) Automatic Spell Check + ### 2.Topic Modelling + In this task , I was responsible for making a Topic Modelling feature when enabled and specified number of topics it find relevant topics . + All code was written in sync with rake_new2 tech stack and style. + [#34](https://github.com/BALaka-18/rake_new2/pull/34) Topic Modelling + +# New Features + 1. [Automatic Spell Check](https://github.com/BALaka-18/rake_new2/tree/feature-addition/feature_enhancements/malayajrath_feature_SpellCheck) + It is a auto spell check feature when enabled it correct misspelt words . + It internally uses Textblob and Spacy library to identify and correct all necessary error. + 2. [Topic Modelling](https://github.com/BALaka-18/rake_new2/tree/feature-addition/feature_enhancements/malayajrath_feature_TopicModeling) + It topic extracting feature When enabled and specified number of topics it find relevant topics . + It internally uses Sklearn's LDA(latent dirichlet allocation) to find topics. + +Here are some of [my PRs](https://github.com/BALaka-18/rake_new2/pull/34) + +# Future Scope +I hope my work on Automatic Spell Check & Topic Modelling help to improve the rake_new2 library. +Both of the feature could be helpful in various official purposes and also help rest all existing features. +Both Automatic Spell Check & Topic Modelling can be really helpful for finding Sentiment of Statements which is really important now a days . +I hope my contributions will help other future contributions. +I'm looking forward to contribute more to this library and improve the main keyword extractions algorithm + +# Overall Experience +I had a awesome winter ,2020 working with the team rake_new2 under the program [Winter of Codes](https://winterofcode.com/),2020. It was a very exciting and great experience working in such a collaborative and supportive environment . +I'm thankful to my mentor & creator of [rake_new2](https://github.com/BALaka-18/rake_new2/tree/master) - [Balaka Biswas](https://github.com/BALaka-18) for guiding me through all problems and going through my PR. + +WoC & rake_new2 will remain a memorable experience for me. \ No newline at end of file From 9795a2fe01abc8c962155a2b59c244ba41888526 Mon Sep 17 00:00:00 2001 From: malayaj2000 <65330090+malayaj2000@users.noreply.github.com> Date: Wed, 6 Jan 2021 16:14:26 +0530 Subject: [PATCH 3/9] Update Malayaj_Rath.md --- DSC IEM/rake_new2/Malayaj_Rath.md | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/DSC IEM/rake_new2/Malayaj_Rath.md b/DSC IEM/rake_new2/Malayaj_Rath.md index 32ac7cd..42aada3 100644 --- a/DSC IEM/rake_new2/Malayaj_Rath.md +++ b/DSC IEM/rake_new2/Malayaj_Rath.md @@ -9,42 +9,61 @@ My work in this winter increased the features and accuracy of the library . - I am [Malayaj Rath](https://github.com/malayaj2000) an undergraduate student from[NIT ROURKELA](https://www.nitrkl.ac.in/) as part of [Winter of Code](https://winterofcode.com/). + I am [Malayaj Rath](https://github.com/malayaj2000) an undergraduate student from [NIT ROURKELA](https://www.nitrkl.ac.in/) as part of [Winter of Code](https://winterofcode.com/). This project was mentored by - [Balaka Biswas](https://github.com/BALaka-18) # Contributions - 14[commits](https://github.com/BALaka-18/rake_new2/commits/feature-addition) + + 14 [commits](https://github.com/BALaka-18/rake_new2/commits/feature-addition) + ### 1. Automatic Spell Check - In this task , I was responsible for making a automatic spell checking feature when enabled it correct misspelt words . + In this task ,I was responsible for making a automatic spell checking feature when enabled it correct misspelt words . + It avoid names and other similar catagories . + All code was written in sync with rake_new2 tech stack and style. + [#34](https://github.com/BALaka-18/rake_new2/pull/34) Automatic Spell Check + ### 2.Topic Modelling In this task , I was responsible for making a Topic Modelling feature when enabled and specified number of topics it find relevant topics . + All code was written in sync with rake_new2 tech stack and style. + [#34](https://github.com/BALaka-18/rake_new2/pull/34) Topic Modelling # New Features - 1. [Automatic Spell Check](https://github.com/BALaka-18/rake_new2/tree/feature-addition/feature_enhancements/malayajrath_feature_SpellCheck) + 1. Automatic Spell Check + It is a auto spell check feature when enabled it correct misspelt words . + It internally uses Textblob and Spacy library to identify and correct all necessary error. - 2. [Topic Modelling](https://github.com/BALaka-18/rake_new2/tree/feature-addition/feature_enhancements/malayajrath_feature_TopicModeling) + + 2. Topic Modelling + It topic extracting feature When enabled and specified number of topics it find relevant topics . + It internally uses Sklearn's LDA(latent dirichlet allocation) to find topics. Here are some of [my PRs](https://github.com/BALaka-18/rake_new2/pull/34) # Future Scope I hope my work on Automatic Spell Check & Topic Modelling help to improve the rake_new2 library. + Both of the feature could be helpful in various official purposes and also help rest all existing features. + Both Automatic Spell Check & Topic Modelling can be really helpful for finding Sentiment of Statements which is really important now a days . + I hope my contributions will help other future contributions. + I'm looking forward to contribute more to this library and improve the main keyword extractions algorithm # Overall Experience -I had a awesome winter ,2020 working with the team rake_new2 under the program [Winter of Codes](https://winterofcode.com/),2020. It was a very exciting and great experience working in such a collaborative and supportive environment . +I had a awesome winter ,2020 working with the team rake_new2 under the program [Winter of Codes](https://winterofcode.com/),2020. It was a very exciting and great +experience working in such a collaborative and supportive environment . + I'm thankful to my mentor & creator of [rake_new2](https://github.com/BALaka-18/rake_new2/tree/master) - [Balaka Biswas](https://github.com/BALaka-18) for guiding me through all problems and going through my PR. WoC & rake_new2 will remain a memorable experience for me. \ No newline at end of file From 021284416951933b626150b5a605fb801f24b2a3 Mon Sep 17 00:00:00 2001 From: malayaj2000 <65330090+malayaj2000@users.noreply.github.com> Date: Wed, 6 Jan 2021 16:18:11 +0530 Subject: [PATCH 4/9] Update Malayaj_Rath.md --- DSC IEM/rake_new2/Malayaj_Rath.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DSC IEM/rake_new2/Malayaj_Rath.md b/DSC IEM/rake_new2/Malayaj_Rath.md index 42aada3..1de78cb 100644 --- a/DSC IEM/rake_new2/Malayaj_Rath.md +++ b/DSC IEM/rake_new2/Malayaj_Rath.md @@ -25,14 +25,14 @@ All code was written in sync with rake_new2 tech stack and style. - [#34](https://github.com/BALaka-18/rake_new2/pull/34) Automatic Spell Check + [#34](https://github.com/BALaka-18/rake_new2/pull/34) [Automatic Spell Check](https://github.com/BALaka-18/rake_new2/tree/feature-addition/feature_enhancements/malayajrath_feature_SpellCheck) ### 2.Topic Modelling In this task , I was responsible for making a Topic Modelling feature when enabled and specified number of topics it find relevant topics . All code was written in sync with rake_new2 tech stack and style. - [#34](https://github.com/BALaka-18/rake_new2/pull/34) Topic Modelling + [#34](https://github.com/BALaka-18/rake_new2/pull/34) [Topic Modelling](https://github.com/BALaka-18/rake_new2/tree/feature-addition/feature_enhancements/malayajrath_feature_TopicModeling) # New Features 1. Automatic Spell Check From 44a08ce4865c83249c7260592710d09b07a8f797 Mon Sep 17 00:00:00 2001 From: malayaj2000 <65330090+malayaj2000@users.noreply.github.com> Date: Wed, 6 Jan 2021 16:21:13 +0530 Subject: [PATCH 5/9] Update Malayaj_Rath.md --- DSC IEM/rake_new2/Malayaj_Rath.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DSC IEM/rake_new2/Malayaj_Rath.md b/DSC IEM/rake_new2/Malayaj_Rath.md index 1de78cb..78cbeda 100644 --- a/DSC IEM/rake_new2/Malayaj_Rath.md +++ b/DSC IEM/rake_new2/Malayaj_Rath.md @@ -28,7 +28,8 @@ [#34](https://github.com/BALaka-18/rake_new2/pull/34) [Automatic Spell Check](https://github.com/BALaka-18/rake_new2/tree/feature-addition/feature_enhancements/malayajrath_feature_SpellCheck) ### 2.Topic Modelling - In this task , I was responsible for making a Topic Modelling feature when enabled and specified number of topics it find relevant topics . + In this task, I was responsible for making a Topic Modelling feature when enabled + and specified number of topics it find relevant topics . All code was written in sync with rake_new2 tech stack and style. From 37cf06629621291edc8ec3879c5d52fd8563ec13 Mon Sep 17 00:00:00 2001 From: malayaj2000 <65330090+malayaj2000@users.noreply.github.com> Date: Wed, 6 Jan 2021 16:25:21 +0530 Subject: [PATCH 6/9] Update Malayaj_Rath.md --- DSC IEM/rake_new2/Malayaj_Rath.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DSC IEM/rake_new2/Malayaj_Rath.md b/DSC IEM/rake_new2/Malayaj_Rath.md index 78cbeda..5288834 100644 --- a/DSC IEM/rake_new2/Malayaj_Rath.md +++ b/DSC IEM/rake_new2/Malayaj_Rath.md @@ -2,7 +2,8 @@ # Malayaj Rath ### DSC IEM : rake_new2 - The Projects I was working on are Automatic Spell Check & Topic Modelling of [Rake_new2](https://github.com/BALaka-18/rake_new2/tree/master) application which is a Rapid Automatic Keyword Extraction library . + The Projects I was working on are [Automatic Spell Check](https://github.com/BALaka-18/rake_new2/tree/feature-addition/feature_enhancements/malayajrath_feature_SpellCheck) & [Topic Modelling](https://github.com/BALaka-18/rake_new2/tree/feature-addition/feature_enhancements/malayajrath_feature_TopicModeling) which belongs to [Rake_new2](https://github.com/BALaka-18/rake_new2/tree/master) application which is a Rapid Automatic Keyword Extraction library . + Automatic Spell Check help in autocorrection of the misspelt word . Topic Modelling help to find relevant topics of a given statement or paragraph. From debadc03967c1990cda1072370e2e499b154dc0a Mon Sep 17 00:00:00 2001 From: Balaka Biswas <49288068+BALaka-18@users.noreply.github.com> Date: Wed, 6 Jan 2021 19:08:24 +0530 Subject: [PATCH 7/9] Delete just_test.md --- DSC IEM/rake_new2/just_test.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 DSC IEM/rake_new2/just_test.md diff --git a/DSC IEM/rake_new2/just_test.md b/DSC IEM/rake_new2/just_test.md deleted file mode 100644 index 606b52e..0000000 --- a/DSC IEM/rake_new2/just_test.md +++ /dev/null @@ -1 +0,0 @@ -JUST TEST \ No newline at end of file From 23333b37747f663297fd1137df9ed6bc44417e81 Mon Sep 17 00:00:00 2001 From: Sayantan Dasgupta Date: Wed, 6 Jan 2021 19:46:17 +0530 Subject: [PATCH 8/9] Final report Added --- DSC IEM/rake_new2/Sayantan_Dasgupta.md | 40 ++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 DSC IEM/rake_new2/Sayantan_Dasgupta.md diff --git a/DSC IEM/rake_new2/Sayantan_Dasgupta.md b/DSC IEM/rake_new2/Sayantan_Dasgupta.md new file mode 100644 index 0000000..6084594 --- /dev/null +++ b/DSC IEM/rake_new2/Sayantan_Dasgupta.md @@ -0,0 +1,40 @@ +# Developer - Winter of Code 2020 +# Sayantan Dasgupta +### DSC IEM : rake_new2 + + The project I had worked on was [Sentiment Analysis](https://github.com/BALaka-18/rake_new2/tree/feature-addition/feature_enhancements/sayantandasgupta_feature_sentiment-analysis). + + This feature analyzes the sentiment of the piece of text as provided by the user. + + My work in this project has added a sentiment analysis feature to the library [rake_new2](https://github.com/BALaka-18/rake_new2). + + I am [Sayantan Dasgupta](https://github.com/Arka2001) from [IEM, Kolkata](https://iem.edu.in) as part of [Winter of Code](https://winterofcode.com). + + This project was mentored by - [Balaka Biswas](https://github.com/BALaka-18) +# Contributions + - 1. ###Sentiment Analysis + In this task, I was responsible for provideing a sentiment analysis feature to the project. + It only requires a large corpus of text to work on. + All code was written in sync with the rake_new2 tech stack and styles. + [#36](https://github.com/BALaka-18/rake_new2/pull/36) [Sentiment Analysis Initial](https://github.com/BALaka-18/rake_new2/tree/feature-addition/feature_enhancements/sayantandasgupta_feature_sentiment-analysis) + +# New Features +1. Sentiment Analysis + + It is an automatic sentiment analyzer which analyzes the sentiment of any piece of text provided by the user. + +Here are some of [my PRs](https://github.com/BALaka-18/rake_new2/pull/36) + +# Future Scope +I hope my contribution to the rake_new2 library has helped in its overall functionalities and efficiency. + +I would like to add some more features to this library like a language translator. + +The feature that I have added would be very helpful for industrial purposes because it is very important to learn about the sentiments of the general public. + +I am looking forward to contributing more to this library. + +# Overall Experience +I have had a great winter. With the WoC 2020, I had a great time in learning something new and also to start contribute to industry level projects. I have gained quite a lot of confidence after the completion of this project. My mentor, Balaka Biswas, was most helpful and cleared all of my doubts with patience. I want to thank her heartily because my project would have not been completed if it wasn't for her guidance. + +WoC would remain a memorable experience for me. From 7a3501e5a282cd750759b16290237933c78fab0c Mon Sep 17 00:00:00 2001 From: BALaka-18 Date: Thu, 7 Jan 2021 13:03:55 +0530 Subject: [PATCH 9/9] File names changed --- DSC IEM/rake_new2/{Malayaj_Rath.md => malayaj-rath.md} | 0 DSC IEM/rake_new2/{Sayantan_Dasgupta.md => sayantan-dasgupta.md} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename DSC IEM/rake_new2/{Malayaj_Rath.md => malayaj-rath.md} (100%) rename DSC IEM/rake_new2/{Sayantan_Dasgupta.md => sayantan-dasgupta.md} (100%) diff --git a/DSC IEM/rake_new2/Malayaj_Rath.md b/DSC IEM/rake_new2/malayaj-rath.md similarity index 100% rename from DSC IEM/rake_new2/Malayaj_Rath.md rename to DSC IEM/rake_new2/malayaj-rath.md diff --git a/DSC IEM/rake_new2/Sayantan_Dasgupta.md b/DSC IEM/rake_new2/sayantan-dasgupta.md similarity index 100% rename from DSC IEM/rake_new2/Sayantan_Dasgupta.md rename to DSC IEM/rake_new2/sayantan-dasgupta.md