Survey Builder in Python GitHub

For a project, I was interested in surveying phonetic methodologies in papers in order to understand trends in these methodologies over time. To streamline the survey process, I made some Python scripts in order to help with data processing and management, including automatically indexing, and opening the files, and command-line prompts to register certain features. I consolidated and generalized these scripts for similar applications.

Some key features in this are:

  • The ability to include multiple partially overlapping entries for each paper
  • Custom configuration of the number of questions
  • Simple validation and standardization of input

Code is available at this GitHub repository.