Module: Spellchecker::Dictionaries

Defined in:
lib/spellchecker/dictionaries.rb,
lib/spellchecker/dictionaries/ngram_list.rb,
lib/spellchecker/dictionaries/typos_list.rb,
lib/spellchecker/dictionaries/human_names.rb,
lib/spellchecker/dictionaries/us_toponyms.rb,
lib/spellchecker/dictionaries/company_names.rb,
lib/spellchecker/dictionaries/english_words.rb

Defined Under Namespace

Modules: CompanyNames, EnglishWords, HumanNames, NgramList, TyposList, UsToponyms

Class Method Summary collapse

Class Method Details

.pathPathname

Returns:

  • (Pathname)


8
9
10
# File 'lib/spellchecker/dictionaries.rb', line 8

def path
  Pathname.new(File.expand_path('../../dictionaries', __dir__))
end