Package-level declarations

The DictionaryHolder.loadFdicFile extensions (okio Path and ByteArray).

Functions

Link copied to clipboard
suspend fun DictionaryHolder.loadFdicFile(byteArray: ByteArray)

Decodes .fdic data from byteArray and loads its terms and frequencies into this dictionary.

suspend fun DictionaryHolder.loadFdicFile(path: Path)

Reads the .fdic file at path and loads its terms and frequencies into this dictionary.