REQUIRES: ----------------------------- This module works without any requires, but in order to use the audio functions, you need to install the Emacs package "emms", by Joe Drew, and the external program "mpg321", by Jorgen Schafer and Ulrik Jensen, both under GPL licenses. USAGE: ------------------------- Transcribe is a tool to make audio transcriptions for discourse analysis in the classroom. It allows the transcriber to control the audio easily while typing, as well as automate the insertion of xml tags, in case the transcription protocol include them. The analysis functions will search for a specific structure of episodes that can be automatically added with the macro NewEpisode. The function expects the speech acts to be transcribed inside a turn xml tag with the identifier of the speaker with optional move attribute. Each speech act is spected inside a or tag, depending on the language used by the person. The attributes expected are the number of clauses that form the utterance, the number of errors the transcriber observes, and the function of the speech act. The parser will work even if some attributes are missing. AUDIO COMMANDS ------------------------------ C-x C-p ------> Play audio file. You will be prompted for the name of the file. The recommended format is mp2. ---------> Pause or play audio. C-x --> seek audio 10 seconds forward. C-x --->seek audio 10 seconds backward. ---------> seek interactively: positive seconds go forward and negative seconds go backward XML TAGGING COMMANDS -------------------------------------------------- C-x C-n ------> Create new episode structure. This is useful in case your xml file structure requires it. ---------> Interactively insert a function attribute in a speech act (l1 or l2) tag. ---------> Interactively insert a move attribute in a turn (person) tag ---------> Interactively insert an attribute (any kind) ---------> Insert turn (person) tag. Inserts a move attribute. --------> Insert a custom tag. Edit the function to adapt to your needs. --------> Insert speech act tag in L1, with clauses, errors and function attributes. --------> Insert speech act tag in L2, with clauses, errors and function attributes. AUTOMATIC PARSING ----------------------------------------------------- C-x C-a ------> Analyses the text for measurments of performance.