Project: KWIC
This is a Key Word In Context (KWIC) generator that can be used to view the concordances in an ASCII document. It is built as an example of a KWIC program and is by no means full featured at this time. In the future, I may add the ability to search for multiple terms in a document, as well as cleaner output. For more information on concordances, please see "Foundations of Statistical Natural Language Processing" by Christopher D. Manning and Hinrich Schütze.
Files: kwic.py (8 KB) Python source code.
|