A BloomFilter for text documents
An implementation of a BloomFilter using 32-bit FNV hash function and a separate implementation using a randomized hash function.
Also included are files to use a bloom filter to search collections of documents and to test for the false positive rates of bloom filters.