What's Changed
- Added v2 of the wordlist as a submodule
- Added support for Phrases using Boyer-Moore search with pre-computed Tables.
- Improved support for the profane word using a hash table.
- Added build instructions and code to accommodate new changes to the Wordlist
- It is as fast as I can make it, it takes around 50ms on average to check 14-word sentences in all modes.
Full Changelog: v2...v3.0.0