Python enchant and building a spell checker
 I decided to do this experiment because I realized Whispering wall would default to the end clause if everything a user enters is spelled wrong.   Pictured below:  Watson assistant failed when I told him "I want to work on improving watson"  I probably had a mispelling, I can not fathom why it didn't pick something out of the sentence to use.       h htt https://twitter.com/NelliesNoodles/status/1109236474640257024 ps://twitter.com/NelliesNoodles/status/1109236474640257024 ttps://twitter.com/NelliesNoodles/status/1109236474640257024    My enchant dictionary checked the validity of a word, but if that word was misspelled it was not valid, and placed in the errors.   The enchant dictionary also has an issue with whitespace, as I found out doing this, and that needed to be corrected for Wiwa also.  Hoping to update her tomorrow.   I still have to build the method that returns a 'fixed it for you' sentence, But I am debating if I want wiwa to just run with whatever w...