class SpellChecker::Checker

Defined in:

spell_checker/checker.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(locale = "en_US") #

[View source]

Instance Method Detail

def check_spelling(input : String) #

[View source]
def errors : Array(String) #

[View source]
def errors=(errors : Array(String)) #

[View source]