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.
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
, theCorrectionEngine
won't be able to match/Djik
toDijkstra
. Let's fix that.