I am working on a typing tutor software. GUI is complete. I am having problem in comparing the text typed by user with the original text. I am not able to think of an algorithm for this. There are variety of cases, like Misspelt words, missed/skipped words, skipped sentences etc.
How do I proceed for comparison. Also. Please do I need to capture Unicode ? I am working in ASP.net (VB).
I have tokenized both the texts, original and user's text. Now specifically, my problem is how to compare both. In user's text some words may be missing, or there may be some extra words (not found in original text). So i am stuck at : how do I compare both.
Kindly help. Thanks.
What I have tried:
Honestly, not tried anything yet. having problem to find an algorithm about this.