Python程序代写,留学python作业代写
Python程序代写,留学python作业代写
we will explore countmin sketches and bloom filters. We will use two text files great-gatsby-fitzgerald.txt and war-and-peace-tolstoy.txt to load up the text of two famous novels courtesy of Project Guttenberg.
We will explore two tasks:
- Counting the frequency of words of length 5 or more in both novels using a count-min sketch
- Using a bloom filter to approximately count how many words in the War and Peace novel already appears in the Great Gatsby.
