You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: