alumae / kaldi-gstreamer-server

Real-time full-duplex speech recognition server, based on the Kaldi toolkit and the GStreamer framwork.
BSD 2-Clause "Simplified" License
1.07k stars 341 forks source link

Getting word alignments #56

Closed meitals closed 7 years ago

meitals commented 7 years ago

I'm able to get phone alignments, but how do I get word alignments? Is there a variable similar to do-phone-alignment? Thanks, Tali

alumae commented 7 years ago

In order to get word alignments in addition to phone alignments, set the word-boundary-file property to point to the word_boundary.int file typically found in the data/lang/phones/ subdirectory of a trained system.