Python implementation of filter that checks if a word appears in the input string with a Trie

wordDetectionWithTrie

Python implementation of filter that checks if a word appears in the input string with a Trie . Tested on Python 3.9.6

Download

git clone https://github.com/Acuno41/wordDetectionWithTrie.git

Usage

python wordFilter.py

Contributing

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.