tue-robotics / tue_robocup

RoboCup challenge implementations
https://github.com/orgs/tue-robotics/projects/2
41 stars 12 forks source link

[speech] Add robocup grammar #669

Closed ar13pit closed 5 years ago

ar13pit commented 6 years ago

Deadline: End of January 2019

This should be worked upon only after the closing of #668 as building of generic English speech recognition system should come first.

Also, the current grammar parser might have to be either rewritten or patched to work with the new speech recognition system.

ar13pit commented 6 years ago

Reference to @alberth 's comment.

Try to use the grammar parser directly with the system. As Kaldi works on FSTs, try to generate the graph using grammar parser.

SamAlexandrov commented 5 years ago

As a first step, I'm looking at how to use OpenFST to convert the grammar configuration file to G.fst model.

ar13pit commented 5 years ago

Need to merge the grammar parser and some functions from dragonfly speech recognition to convert the grammar file *.fcfg into files required to make G.fst