Not. You cannot change what Google returns. You can process the results.
Fortunately, you can process the results to increase the likelihood of a match.
For example, you can use a phonetic matching algorithm like Soundex
Using Soundex or something similar, if the recognizer hears something like "true", your code can still recognize it as number 2.
gregm
source share