srvk / eesen-transcriber

EESEN based offline transcriber VM using models trained on TEDLIUM and Cantab Research
Apache License 2.0
49 stars 14 forks source link

align.sh doesn't copy stm file to build/output #30

Closed aolney closed 5 years ago

aolney commented 5 years ago

The user guide for word alignment does not currently work because the .stm file in /vagrant is not copied to build/output

To fix this, this line in align.sh

cp $dirname/$basename.stm build/output/

should be this

cp $dirname/$basename.stm $dirname/build/output/
fmetze commented 5 years ago

fixed, thanks