Skip to content

Simple implementation of Spell Checker using Bloom Filter!!

Notifications You must be signed in to change notification settings

VaishnavSherla/Bloom-Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spell Checker Using Bloom Filter

What is bloom filter?

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

Build

Check

About

Simple implementation of Spell Checker using Bloom Filter!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages