cesine / phonetisaurus

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

Proper handling of non-determinism in test input #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Fix g2p-en.py so that it employs a lexicon-style transducer to handle 
non-determinism, rather than the current hack. This should dramatically improve 
the accuracy and reliability of n-best generation (possibly at the expense of 
1-best speed).

Original issue reported on code.google.com by Josef.Ro...@gmail.com on 29 Oct 2010 at 12:08

GoogleCodeExporter commented 9 years ago

Original comment by Josef.Ro...@gmail.com on 29 Oct 2010 at 12:09

GoogleCodeExporter commented 9 years ago
Decided to rewrite the 'decoder' in C++ to take advantage of OpenFst natively.  
Also rewrote the training scripts.  These actions should obviate the need to 
deal with the selected issues.

Original comment by Josef.Ro...@gmail.com on 11 Apr 2011 at 1:53