speech_recognition
Namespaces | Variables
make_csv.py File Reference

Go to the source code of this file.

Namespaces

 make_csv
 

Variables

string make_csv.column1 = sid + 'U' + str(utterance)
 
 make_csv.column2 = transcription
 
bool make_csv.newSpeaker = False
 
 make_csv.row = next(csv_reader)
 
 make_csv.sid = row[self.INDEX.SPEAKER_ID]
 
 make_csv.transcription = row[self.INDEX.TRANSCRIPTION]
 
 make_csv.uid = row[self.INDEX.UTTERANCE_ID]
 
int make_csv.utterance = 1