Sound chunk Speaker00MonthYear_SC_chunk_636.wav successfully extracted.
ERROR! Alignment failed for chunk 636 (speaker SC, text SPEECH TEXT TRANSCRIPTION USED TO GO HERE LOTS OF WORDS AND MORE WORDS.
Traceback (most recent call last):
File "FAAValign.py", line 1608, in FAAValign
align(os.path.join(tempdir, chunkname_sound), [text], os.path.join(tempdir, chunkname_textgrid), FADIR, SOXPATH, HTKTOOLSPATH)
File "FAAValign.py", line 182, in align
os.mkdir("./tmp" + identifier)
OSError: [Errno 17] File exists: './tmpSpeaker00MonthYearSC636'
Continuing alignment...
Traceback (most recent call last):
File "FAAValign.py", line 1685, in <module>
FAAValign(opts, args)
File "FAAValign.py", line 1619, in FAAValign
os.remove(os.path.join(tempdir, chunkname_textgrid))
OSError: [Errno 2] No such file or directory: 'Speaker00MonthYear_SC_chunk_636.TextGrid'
My-MacBook-Pro:FAVE-align username$
I see that it's terminating the script at the end, and my interpretation is that it never makes the TextGrid for chunk 636, so when it tries to resume, it fails. Is that what's happening? What can I do to help it continue on to the next chunk? This project is such that I could skip over the section if I had to (if there's something wrong with the transcription or sound file, for instance).
On January 26, 2018 at 8:12:26 PM, Allison Shapp (alliso...@gmail.com) wrote: