From: Daniel P. <dp...@gm...> - 2014-12-12 18:56:52
|
Not really. It's quite tricky. If you have some dynamic part of the grammar that is small enough to compile in-memory, you could do an on-demand FST union of that with the main compiled grammar. Including the dynamic grammar as a sub-part of the main grammar is a bit more tricky due to context. It would probably be doable without too much trouble if you assume it's separated by silence, but would still require some work (and knowledge of how things work). Dan On Fri, Dec 12, 2014 at 10:12 AM, Alexander Solovets <aso...@gm...> wrote: > Hi all, > > Were there attempts to implement custom search in Kaldi? By "custom > search" I mean not-WFST based, or maybe WFST search but that's able to > take into account some prior knowledge about the sentence being > recognized. > > -- > Sincerely, Alexander > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > Kaldi-developers mailing list > Kal...@li... > https://lists.sourceforge.net/lists/listinfo/kaldi-developers |