Hi,
I am trying to get AuToBI to work. I used the command line as:
java -jar AuToBI.jar -input_file=test.TextGrid -wav_file=test.wav -pitch_accent_detector=./Models/games.models.v15/games.acc.detection.model -pitch_accent_classifier=./Models/games.models.v15/games.acc.classification.model -intonational_phrase_boundary_detector=./Models/games.models.v15/games.intonp.detection.model -intermediate_phrase_boundary_detector=./Models/games.models.v15/games.interp.detection.model -phrase_accent_classifier = ./Models/games.models.v15/games.phacc.classification.model -boundary_tone_classifier = ./Models/games.models.v15/games.pabt.classification.model -out_file=./OUTPUT_1.1
The Output file getting built, but its incomplete.
Also I get the following error:
0 [main] INFO edu.cuny.qc.speech.AuToBI.util.AuToBIUtils - Reading words from: test.TextGrid
75 [main] ERROR edu.cuny.qc.speech.AuToBI.util.AuToBIUtils - true (No such file or directory)
75 [main] ERROR edu.cuny.qc.speech.AuToBI.util.AuToBIUtils - Classifier for task, nominal_PhraseAccent, is unavailable. Check the filename.
494 [main] DEBUG edu.cuny.qc.speech.AuToBI.util.AuToBIUtils - Start Feature Extraction for: nominal_IntonationalPhraseBoundary
Please let me know what the mistake could be.
Regards
Jesin