DictionaryProvider

fun interface DictionaryProvider<T : MorphData>

Functions

Link copied to clipboard
abstract fun get(type: TokenType): Dictionary<out T>