Closed Akash20x closed 3 years ago
If consider this issue, please assign me this issue as a part of CrossWoc
If consider this issue, please assign me this issue as a part of CrossWoc
Ok @Akash20x, You can start working on this.
Please check my pull request
💥 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