aalto-speech / AaltoASR

Aalto Automatic Speech Recognition tools
Other
85 stars 37 forks source link

Lookahead fixes #6

Closed vsiivola closed 11 years ago

vsiivola commented 11 years ago

Added missing memory reservations for interpolated lookahead models. Also added pseudo-lookahead for htk lattice grammars (needed to keep the token count sensible in large lattices). The lattices could be handled more elegantly by actually building the grammar network in the decoder, but this improves the current quick-and-dirty solution.