def self.
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
def
filters=(filters : Hash(String, Int32))
#
def
history=(history : Hash(Int64, Float64))
#
def
layout=(layout : Array(Array(String)))
#
def
letters : Hash(String, Hash(String, Int32 | Float64))
#
def
letters=(letters : Hash(String, Hash(String, Int32 | Float64)))
#
def
typos : Hash(String, Hash(String, Int32))
#
def
typos=(typos : Hash(String, Hash(String, Int32)))
#
def
words : Hash(String, Hash(String, Float64 | Int32 | Array(
Record)))
#
def
words=(words : Hash(String, Hash(String, Float64 | Int32 | Array(
Record))))
#