# KWIC Keyword in Context (KWIC) is a software application designed to index and search texts by keywords. This Python implementation allows users to easily input text and retrieve all occurrences of a specific keyword, along with the words surrounding it, providing valuable context. This tool is particularly useful for researchers, students, and anyone interested in text analysis. ## Documentation - [HTML documentation](https://github.com/mattbriggs/KWIC) ## Notes - [Code](https://github.com/mattbriggs/KWIC) - [Final State Press](https://www.finalstatepress.com/)