Hello,
I'm trying to get started using AuToBI and I am having some trouble. I'm trying to run everything on a 64-bit Windows 7 machine. Here is the process I have followed so far:
1) Installed Java Version 1.7.0.15
2) Downloaded AuToBI version 1.3 compiled jar file from
http://eniac.cs.qc.cuny.edu/andrew/autobi/version_1.3/AuToBI.jar3) Downloaded the trained model version 1.3 from
http://eniac.cs.qc.cuny.edu/andrew/autobi/models/version_1.3/burnc_bdc_games.AuToBI_1.3.10022012.tgz4) Downloaded some sample Praat files and textgrids from
http://aune.lpl.univ-aix.fr/~welby/PRAAT/Praat-Welby-9Feb2006.zip5) Put the following files in the same directory (C:\AuToBI):
AuToBI.jar
longfile.wav (obtained from zip file in step 4, located in ~\Praat-Welby-9Feb2006\SOUNDFILES\SET3)
longfile.TextGrid (obtained from zip file in step 4, located in ~\Praat-Welby-9Feb2006\TEXTGRIDS\SET3, TextGrid has 0 point tiers and 1 interval tier named words with word annotations)
burnc_bdc_games.AuToBI_1.3.10022012
6) Executed the following command:
java -jar AuToBI.jar -input_file="longfile.TextGrid" -wav_file="longfile.wav" -pitch_accent_detector="burnc_bdc_games.AuToBI_1.3.10022012" -pitch_accent_classifier="burnc_bdc_games.AuToBI_1.3.10022012" -intonational_phrase_boundary_detector="burnc_bdc_games.AuToBI_1.3.10022012" -intermediate_phrase_boundary_detector="burnc_bdc_games.AuToBI_1.3.10022012" -phrase_accent_classifier="burnc_bdc_games.AuToBI_1.3.10022012" -boundary_tone_classifier="burnc_bdc_games.AuToBI_1.3.10022012" -out_file="longfile.TextGrid2"
When I open the longfile.TextGrid2 output file, there are 3 tiers:
words (modified from original TextGrid, silence intervals have been removed)
pitch_accent_hypothesis (same number of tiers + aligned with words, but blank)
phrase_hypothesis (same number of tiers + aligned with words, but blank)
Am I doing something wrong here since the 2 new tiers are blank?