Module checkers

Module checkers 

Source
Expand description

Checkers is a module that contains the functions that check if the input is plaintext

Modules§

athena
The default checker we use which simply calls all other checkers in order.
checker_result
The checkerResult struct is used to store the results of a checker.
checker_type
This is the base checker that all other checkers inherit from.
default_checker
The default checker we use which simply calls all other checkers in order.
english
The English Checker is a checker that checks if the input is English
human_checker
The Human Checker asks humans if the expected plaintext is real plaintext
lemmeknow_checker
The LemmeKnow Checker checks if the text matches a known Regex pattern.
regex_checker
The Regex checker checks to see if the intended text matches the plaintext

Enums§

CheckerTypes
CheckerTypes is a wrapper enum for Checker