flyfei / phonetisaurus

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

Add native support for m2m alignment algorithm #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ADD multi-2-multi em-based alignment. this is by far the most promising 
alignment algorithm and will make this approach fully language independent 
(should work just as well for english, japanese, chinese, korean, etc.) 
http://code.google.com/p/m2m-aligner/ seems to be the algorithm of choice based 
on my research. but might be a little challenging to implement in python - 
speed issues??

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

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