Just updated bigbro9uk to include newest formant files... when running plotmish encountered following indexError (this is running on an older version of plotmish that has been working fine all day):
McGills-MacBook-Pro:plotmish mcgillLing$ python plotmish.py /Users/mcgillLing/3_MLML/Big\ Brother/bigbro9uk/data/formants_full /Users/mcgillLing/3_MLML/Big\ Brother/wavs -k Lisa
Found both text files and plotnik files
Which file type do you want to use?
(p)lotnik or (t)ext: t
Traceback (most recent call last):
File "plotmish.py", line 1234, in
main()
File "plotmish.py", line 676, in main
else: getVowelsTxt()
File "plotmish.py", line 367, in getVowelsTxt
moreForms = [re.sub('[[]]','',m).split(',') for m in v[36].split('],[')]
IndexError: list index out of range