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

Hypotized Textgrid does not contains pitch accents

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

writes on the output a pitch_accent_hypothesis tier with only "ACCENTED" or "DEACCENTED" instead of H_, L_ etc...