daanzu / kaldi-active-grammar

Python Kaldi speech recognition with grammars that can be set active/inactive dynamically at decode-time
GNU Affero General Public License v3.0
334 stars 49 forks source link

Fix build on macOS #17

Closed dmakarov closed 4 years ago

dmakarov commented 4 years ago

The autoreconf step in tools/openfst can happen only after tools are built.

daanzu commented 4 years ago

Thanks!