Python script to search a textbook glossary.
- Copy your glossary to a file named
glossary.txt
in the root directory - Use
pdfCleanup.py
to clean up the .txt (you may need to modify the rules) - Run
DefinitionSplitter.py
to create a definitions json fileglossary.json
- Make a
terms.txt
file of terms to search - Run
Search.py
for a txt output
This version does not support html. Use the psychology
branch to see html implementation.