ftesser / AuToBI

Automatic prosodic annotation tool written in Java.

Home Page:http://eniac.cs.qc.cuny.edu/andrew/autobi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task, pitch_accent_detection, is unavailable.

ftesser opened this issue · comments

The following command line

java -jar AuToBI/AuToBI.jar
-input_file=test.words
-wav_file=test.wav
-out_file=test.burnc_bdc_games.autobi
-pitch_accent_detector=AuToBI-models/burnc_bdc_games.AuToBI_1.3.10022012/burnc_bdc_games.pitch_accent_detector.model
-pitch_accent_classifier=AuToBI-models/burnc_bdc_games.AuToBI_1.3.10022012/burnc_bdc_games.pitch_accent_classifier.model
-intonational_phrase_detector=AuToBI-models/burnc_bdc_games.AuToBI_1.3.10022012/burnc_bdc_games.intonational_phrase_detector.model
-intermediate_phrase_detector=AuToBI-models/burnc_bdc_games.AuToBI_1.3.10022012/burnc_bdc_games.intermediate_phrase_detector.model
-phrase_accent_classifier=AuToBI-models/burnc_bdc_games.AuToBI_1.3.10022012/burnc_bdc_games.phrase_accent_classifier.model
-phrase_accent_boundary_tone_classifier=AuToBI-models/burnc_bdc_games.AuToBI_1.3.10022012/burnc_bdc_games.phrase_accent_boundary_tone_classifier.model

generate the followinf error after the generation of the Text grid file:

edu.cuny.qc.speech.AuToBI.core.AuToBIException: Task, pitch_accent_detection, is unavailable. Either no feature name has been set, or there is some other problem
at edu.cuny.qc.speech.AuToBI.AuToBI.getHypothesizedFeature(AuToBI.java:458)
at edu.cuny.qc.speech.AuToBI.util.AuToBIUtils.mergeAuToBIHypotheses(AuToBIUtils.java:247)
at edu.cuny.qc.speech.AuToBI.AuToBI.run(AuToBI.java:1168)
at edu.cuny.qc.speech.AuToBI.AuToBI.main(AuToBI.java:1072)