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