dwks / silvius

Kaldi-based speech recognition system + grammar
http://voxhub.io/silvius
BSD 2-Clause "Simplified" License
101 stars 28 forks source link

POC: subgrammars refactored in mixin classes #30

Open jvanloov opened 6 years ago

jvanloov commented 6 years ago

This is an experiment for keeping partial grammars outside of the main CoreParser class, and to make it easy to add new subgrammars to the main one. (This is not intended to actually be merged, but rather to invite comments; feel free to let me know what you think about this.)