You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Describe the bug
If you want to find
Hello
you have to type ithello
, because otherwise the word will not be count.To Reproduce
Having this sample text:
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
The text was updated successfully, but these errors were encountered: