It seems like there are three forms for a word stored in the eng.lstm-word-dawg.
For example the word 'book' has three different forms: lower case (book), upper case (BOOK) and caption case (Book).
When we check whether a word is in the dictionary or not, do we really care about their forms?
When we add new words into custom word list, do we need to do the similar things that having three different forms?