rockingrohit9639 / TextAnalyzer

This is a simple text analyzer where you can perform some operations like capitalize, lower, upper, and remove punctuation. This project is a part of Cross Winter of Code.
https://textanalyzerapp.herokuapp.com/
MIT License
10 stars 25 forks source link

Lemmatizer option in text analysis #120

Closed Akash20x closed 3 years ago

Akash20x commented 3 years ago

💥 Proposal

Add the feature to do lemmatization of the text.

First it search if there is need of lemmatization or not,if required, then it find all words in their lemmatization form and display it on analysis page.

Example 1: Go to this link Output : No need of lemmatization

Example 2: Your text is ready to be analysed Output : (Original word) - > (Lemmatized word) is - > be analysed - >analyse

Have you read the Contributing Guidelines on Pull Requests ?

Yes

Akash20x commented 3 years ago

If consider this issue, please assign me this issue as a part of CrossWoc

rockingrohit9639 commented 3 years ago

If consider this issue, please assign me this issue as a part of CrossWoc

Ok @Akash20x, You can start working on this.

Make sure you complete it in 5 days.

Akash20x commented 3 years ago

Please check my pull request