Description
Why do I receive 'Overflow "word" in the dictionary' exception?
Reason
Dictionary size is limited, and trying to add too many words can result in a "Dictionary Overflow" error.
Solution
The actual number of words that can be added depends on many factors and cannot be set down precisely. However, if you need to add a lot of words beginning with the same two letters, the overflow is more likely, and you are advised to split such words between several different dictionaries.
Comments
0 comments
Please sign in to leave a comment.