Hi friends! I think I ran across a bug with the definition for 決定. As far as I know, it should only mean ‘decision’ or ‘determination’
1 Like
To piggy back off this: Is there a write-up anywhere on the set of rules that WaniKani uses for how close you need to be to have something marked as correct?
1 Like
It calculates the levenshtein distance of your answer with the expected value and if it’s below a certain threshold it’s accepted.
6 Likes
Yeah I think in the 決定 case in particular, ‘undetermined’ just needs to be added to the “Blocked” list but in general, levenshtein distance is quite reliable!
1 Like
@Mods, what do you think?
2 Likes
Thanks! This is an example of typo forgiveness being too lenient, so I added “undetermined” to our block list.
4 Likes
Makes sense! Thanks