Using python generator to count word frequency in text file 🗒️

In this post, I will use a python generator to count the word frequency from a big text file and try to use as little memory as possible. ...

July 15, 2020 · 9 min · Me