Why am i not getting all the words? After fetching them with HttpClient and try to loop them through
I have a text and the word "the" occurs 11 557 time but when i run my code i only get 6414 times.
Is there anything wrong on how i'm looping the words in my text?
9 Replies
does it occur 11557 times, or does it occur 11557 times with 5000 of them being in the middle of other words
@Deluxe No you didn't
I did a search again " the " and i got 6806 hits. I'm still missing around 400 hits
Theres a difference between The and the
This is also correct! I have to make sure to add the value with Pairs of ' the ' and ' The '
Im trying this
hope it works
Toshiya Joshima#3472
REPL Result: Failure
Exception: KeyNotFoundException
Compile: 602.803ms | Execution: 34.282ms | React with ❌ to remove this embed.
this doesnt work while with comparer like @Hercules said
it works
Toshiya Joshima#3472
REPL Result: Success
Console Output
Compile: 594.756ms | Execution: 35.031ms | React with ❌ to remove this embed.
work while with comparer?
It works with comparer
comparer makes ignore cases