I’m a professor of anthropology and a writer. Sometimes, I write tools to help me writer, or do my research. Enjoy.
- Structur.pyStructur is a simple, Python-based command-line tool to help extract and organize coded text from research notes. I’ve been using it for a year now, from the Finder. It’s useful to find the structure of longer pieces of text. I was inspired by John McPhee’s writing process, which he describes in Draft No. 4. Structur… Continue reading Structur.py
- q_transcribeI want to introduce q_transcribe a simple tool to transcribe images using QWEN 2 VL AI models. What did I do to write q_transcribe? I’ve added some simple logic to a CLI wrapper that Andy Janco wrote to run QWEN 2 VL from the CLI. q_transcribe can be used to transcribe typed and handwritten text… Continue reading q_transcribe
- dejatext.pyDejaText is a Python script for identifying duplicate and similar text in a directory of text or markdown files. It scans a directory of .txt’ or.md’ files, identifies duplicate and similar text segments, and produces organized reports for easy review. As part of my writing, I find it useful to go through a project and… Continue reading dejatext.py