Python implementation of filter that checks if a word appears in the input string with a Trie
Python implementation of filter that checks if a word appears in the input string with a Trie . Tested on Python 3.9.6
git clone https://github.com/Acuno41/wordDetectionWithTrie.git
python wordFilter.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.