Dictionary

class Dictionary(val fsa: FSA, val metadata: DictionaryMetadata)

A dictionary combines FSA automaton and DictionaryMetadata describing the way terms are encoded in the automaton.

Constructors

Link copied to clipboard
constructor(fsa: FSA, metadata: DictionaryMetadata)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fsa: FSA
Link copied to clipboard