Skip to content

Super basic scripts to theme and structure raw interview transcripts

License

Notifications You must be signed in to change notification settings

SteveDodierLazaroPhD/TranscriptThemer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transcript Themer

A basic set of scripts to transform raw text transcripts into easily readable HTML files. These scripts require the use of a special syntax (see text/John Doe.transcript), and parse it in order to provide an HTML file that:

  • distinguishes participant (XXX prefix) and interviewee (YYY prefix) statements
  • assigns a number to each statement for easier referencing / searching
  • themes the "INAUDIBLE" keyword to help you distinguish where your recording is broken
  • looks nice, basically

By not having to worry about the structure of your document, you can focus on transcribing faster. You can also create snippets in your text editor to inject the XXX and YYY prefixes after every exchange, thereby speeding the transcription process a bit more.

About

Super basic scripts to theme and structure raw interview transcripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 40.9%
  • HTML 30.8%
  • CSS 28.3%