flyfei / phonetisaurus

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

log-odds / regular probability scores for needleman-wunsch alignment #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently support for both log-odds scoring and regular probability scores for 
the Needleman-Wunsch alignment algorithm but there is no access to this support 
from the command line utility.

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

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