shitmanjqq / transducersaurus

Automatically exported from code.google.com/p/transducersaurus
0 stars 0 forks source link

min(det(C*det(L*G))) problems for sphinx models #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The full cascade optimization operations should work, but the resulting cascade 
will not have the correct input symbols and will require manual removal of the 
input aux symbols and anything else like failure transitions, etc.  The HTK AM 
variant already has a 'mapper' that will perform this job as a final step; need 
to write one for the sphinx format cascades...

Original issue reported on code.google.com by Josef.Ro...@gmail.com on 24 Mar 2011 at 1:46

GoogleCodeExporter commented 8 years ago
I've now committed changes that deal with this issue and also updated the 
mapper build routine to improve the efficiency of this build process.

Original comment by Josef.Ro...@gmail.com on 25 Mar 2011 at 4:49