anoopkunchukuttan / transliterator

Unsupervised Transliterator using phonetic features (particularly for Indian languages)
GNU General Public License v3.0
5 stars 3 forks source link

Bug in evaluating 2-1 mappings in decode_topn #9

Closed anoopkunchukuttan closed 9 years ago

anoopkunchukuttan commented 9 years ago

All 2-1 mapping candidates are not being evaluated. Reason: The line in the code adding the generated candidates is outside its expected loop - hence possibly on the last candidates will be added.

Impact: There will be errors in the following

anoopkunchukuttan commented 9 years ago

Fixed, the impact on performance is to be tested