Spell Checker Using Bloom Filter What is bloom filter? Simple implementation of Bloom Filter Using Murmur Hash. Thanks to John Crickett for his Coding Challenge How to use? python main.py -build words.txt --false-positive-rate 0.00001 python main.py -check words list Screenshots