I would like to ask for some help here. I am not sure what to do to debug this problem because the error does not say much. I already read other entries about this and I already fixed my ‘allow_switches’ in edit_two_letters. It does not have any error. I don’t see any allow_switches in the function parameters of get_correction to do the same here.
Hi @Ynx,
The issue in your in Ex 10
’s step 3
implementation (the variable n_best
). Your logic is incorrect there.
Best,
Mubsi
Thanks for the comment, I was able to solve it.