Hi, I'm currently developing a cli tool. I want to use this project for spell testing the different help messages.
Is there a built-in trained dictionary this way I do not have to update the list of words I pass to Train() every time I update the help message?
Thank you