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

Suggest some new and awesome ideas #58

Closed rockingrohit9639 closed 3 years ago

rockingrohit9639 commented 3 years ago

💥 Proposal

Note

Akash20x commented 3 years ago

5 ideas that can be implemented in this project:

  1. We can implement an option to correct grammatical errors of the sentence input by user.

  2. We can also implement an option to display one random motivational quotes.

  3. Sentiment Analysis for the text

  4. Search if there is any link present in the text and return that link on result page.

  5. If 1 word is present then check if it contain some meaning then return 3 examples related to that word.

rockingrohit9639 commented 3 years ago

5 ideas that can be implemented in this project:

  1. We can implement an option to correct grammatical errors of the sentence input by user.
  2. We can also implement an option to display one random motivational quotes.
  3. Sentiment Analysis for the text
  4. Search if there is any link present in the text and return that link on result page.
  5. If 1 word is present then check if it contain some meaning then return 3 examples related to that word.

Sounds good. We will implement them. Thank you @Akash20x

kopinasaur commented 3 years ago

Good day!

I think we should limit user to only one selection per operation here, otherwise some update is required to show results for all the selections. See screenshots below:

1) Four operations selected A

Turns out, only the first operation is executed:

2) Only "generate password" // "find word" is executed B

Cheers!

rockingrohit9639 commented 3 years ago

Good day!

I think we should limit user to only one selection per operation here, otherwise some update is required to show results for all the selections. See screenshots below:

  1. Four operations selected A

Turns out, only the first operation is executed:

  1. Only "generate password" // "find word" is executed B

Cheers!

Thank you for this good suggestion. You can make an issue regarding it or I can create it.