Test module¶
-
class
Test.Tester(doc_name: str, chunk_size: int = 4, fp_rate: int = 0.1)¶ Bases:
objectClass for testing the spectal bloom filters
-
generate_Filter(remove_stopwords, lemmetize)¶ Returns the counter and params for the specified document in Testing Folder
-
read_dict_words()¶ Reads and returns a list of words in the english_dict.txt file
-
test_filter_for_FP()¶ Tests and logs the stats after testing the provided file
-
-
Test.create_logger()¶ Returns a logger object