rahulv-official / instruo

Open source collection of tools and utilities.
https://instruo.org
MIT License
4 stars 1 forks source link

[Fix]: uppercase input is not found by Word Frequency Finder #1

Closed David-Pena closed 9 hours ago

David-Pena commented 19 hours ago

Describe the bug If you want to find Hello you have to type it hello, because otherwise the word will not be count.

To Reproduce Having this sample text:

The Word Frequency Finder Tool helps users analyze their text by calculating the frequency of specific words. You can input any text and specify the words to check their occurrences. It is an essential tool for content analysis, helping to ensure the right emphasis is placed on important words.

Input: "Frequency" | Result: 0 Input: "frequency" | Result: 2

Expected behavior Both cases should output the same result: 2

Screenshots N/A

Desktop (please complete the following information):

Additional context N/A

David-Pena commented 19 hours ago

Hi @rahul-vashishtha I created a PR for this #2