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
Minor issue:
It seems that wordcount.py doubles the frequency of each word. e.g. for isles.txt the word me exists 16 times, while its frequency is registered to 33 in isles.dat.
The text was updated successfully, but these errors were encountered:
I think the wordcount.py is counting correctly. If you search for me (note the spaces) then the count is 16. However, if you search for me but match whole word the count is 33. We can use grep to double check the counts:
Minor issue:
It seems that
wordcount.py
doubles the frequency of each word. e.g. forisles.txt
the wordme
exists 16 times, while its frequency is registered to 33 inisles.dat
.The text was updated successfully, but these errors were encountered: