Skip to content

Implementation of simple bloom filter based spell checker

Notifications You must be signed in to change notification settings

solo-rey/Bloom-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bloom filter based spell checker

Code Kata Problem

Code Kata problem

This repository contains an implementation of bloom filter based spell checker. I have used the wordlist from the code kata problem above. For hashing, I have used murmurhash3 in python. The bitarray size chosen in this case is a tradeoff between false positive rate and performance of the program.

Prerequisites

Python  > = 2.7

pip install -r requirements.txt

Installation steps

  1. Install Prerequisites
  2. Run the following command
python spellcheck.py

Testing

python test.py

About

Implementation of simple bloom filter based spell checker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published