class UserDictionary : Dictionary
A Dictionary of which the underlying file is a regular file.
| val filename: Stringthe path to the file | |
| val words: Set<String>The words in the dictionary. | 
| fun toString(): StringReturns a human-readable string of the dictionary's filename. | |
| fun validate(): UnitThrows an InvalidDictionaryException iff this dictionary is currently invalid. | 
| open fun isValid(): BooleanReturns  | 
| val cache: Cache<String, UserDictionary>The cache of bundled dictionaries, used to improve word generation times. |