So i'm working a an app that can patch words that are broken.
Lets take:
mny people say there is a error in this sentence
With swift here we can us UITextChecker
and get a wonderful result of what the word mny
could actually be... However, i actually get a couple of choices, one of which is many
and among the other you have money
so obviously money wouldn't fit in very well in this sentence. Are there any way to check if the sentence itself is logical?
Consider that this still needs to be improved. I updated this swift 3 solution to Swift 5. Worth to mention that it was originally inspired by this python tutorial
Create a new iOS project, add there a text file named
bigtext.txt
which will contain this text. This will be our "learning" dictionary. Then inViewController
:Will output you:
Please, consider that we took first correction candidate. Need first to clarify ourselves the word order and understand the sentence context.