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§
- Checker
Types - CheckerTypes is a wrapper enum for Checker