AY1920S2-CS2103T-W17-2 / main

Notably
https://ay1920s2-cs2103t-w17-2.github.io/main/
MIT License
3 stars 4 forks source link

Fix forward-matching inexact matching bug #388

Closed kevinputera closed 4 years ago

kevinputera commented 4 years ago

For example, if we assume that there exists the notes /Dijkstra in the system, CorrectionEngine's forward-matching feature will correct /Dijk as well as /Di to /Dijkstra. However, if the input is inexact, for example it is /Djik, the CorrectionEngine won't be able to match /Djik to Dijkstra. Let's fix that.