How can I tell which words swift will have to guess at pronouncing in a given text file? That is, without actually listening to the whole output. If I could do that, then I could preemptively add to my lexicon.txt for any input, without having to listen to all the wrong guesses.
Example: many foreign names end up "spelled out" by Callie, but I can't tell which among a whole book of them without listening to all the output.
Does the swift engine have a built-in lexicon available which I could use as a standard?
Thanks in advance!