DictionaryLookup

Dictionary lookup of an inflected word over a dictionary.

Constructors

Link copied to clipboard
constructor(dictionary: Dictionary)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator override fun iterator(): Iterator<WordData>
Link copied to clipboard
open override fun lookup(word: CharSequence): List<WordData>

Returns a list of WordData entries for a given word. The returned list is never null. The returned list and any object it contains are not usable after a subsequent call to this method.