jadooman / phonetisaurus

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

Improve error handling and edge cases for arpa2fst.py #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Improve error handling and finish custom epsilon setting for arpa2fst.py.

The epsilon setting is hard-wired in a couple of places which will cause it to 
break if anyone actually tries to set a custom symbol.

The conversion script works for arbitrary ngrams, but as of yet there is no 
explicit checking for missing backoff arcs.  Hasn't been a problem in any of 
the pronunciation models as of yet, but may become one at some point.

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

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