cesine / phonetisaurus

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

Add convergence criterion to iterative_alignment function #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Needleman-Wunsch alignment algorithm currently uses a very hacky 
convergence approach - just a series of iterations which have been 
'heuristically' set.  This should use a convergence criterion, probably based 
on the delta of the g2p transition matrix.

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

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