java -jar AuToBI.jar -input_file=GET.TextGrid -wav_file=GET.wav -normalization_parameters=parameters GET.TextGrid -pitch_accent_detector=bdc_burnc.acc.detection.model -pitch_accent_classifier=bdc_burnc.acc.classification.model -intonational_phrase_boundary_detector=bdc_burnc.intonp.detection.model -intermediate_phrase_boundary_detector=bdc_burnc.interp.detection.model -phrase_accent_classifier=bdc_burnc.phacc.classification.model -boundary_tone_classifier=bdc_burnc.pabt.classification.model -out_file=TextGrid2
Somehow, however, the output file is not created. This is all I get at the end:
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at edu.cuny.qc.speech.AuToBI.util.SubregionUtils.alignLongestSubregionsToWords(SubregionUtils.java:66)
at edu.cuny.qc.speech.AuToBI.featureextractor.PseudosyllableFeatureExtractor.extractFeatures(PseudosyllableFeatureExtractor.java:95)
at edu.cuny.qc.speech.AuToBI.AuToBI.extractFeature(AuToBI.java:483)
at edu.cuny.qc.speech.AuToBI.AuToBI.extractFeatures(AuToBI.java:285)
at edu.cuny.qc.speech.AuToBI.AuToBI.extractFeature(AuToBI.java:479)
at edu.cuny.qc.speech.AuToBI.AuToBI.extractFeatures(AuToBI.java:285)
at edu.cuny.qc.speech.AuToBI.AuToBI.extractFeature(AuToBI.java:479)
at edu.cuny.qc.speech.AuToBI.AuToBI.extractFeatures(AuToBI.java:285)
at edu.cuny.qc.speech.AuToBI.AuToBI.extractFeature(AuToBI.java:479)
at edu.cuny.qc.speech.AuToBI.AuToBI.extractFeatures(AuToBI.java:285)
at edu.cuny.qc.speech.AuToBI.AuToBI.extractFeatures(AuToBI.java:271)
at edu.cuny.qc.speech.AuToBI.AuToBI.run(AuToBI.java:1514)
at edu.cuny.qc.speech.AuToBI.AuToBI.main(AuToBI.java:1408)
I tried to run the command with some older files that I have saved (along with older TextGrids) and AuToBi works great.
Is there a chance that I am doing something wrong?
Thank you for your help.
Gabriela