Module: AlfonsoX

Defined in:
lib/alfonsox.rb,
lib/alfonsox/cli.rb,
lib/alfonsox/utils.rb,
lib/alfonsox/version.rb,
lib/alfonsox/constants.rb,
lib/alfonsox/spellchecker/file.rb,
lib/alfonsox/spellchecker/main.rb,
lib/alfonsox/spellchecker/word.rb,
lib/alfonsox/spellchecker/dictionary/default.rb,
lib/alfonsox/spellchecker/dictionary/hunspell.rb,
lib/alfonsox/spellchecker/dictionary/rubymine.rb,
lib/alfonsox/spellchecker/dictionary/word_list.rb,
lib/alfonsox/spellchecker/dictionary/word_list_file.rb

Overview

Alfonso X module

Defined Under Namespace

Modules: SpellChecker, Utils Classes: CLI

Constant Summary collapse

VERSION =
'0.2.8'
ROOT_PATH =
"#{__dir__}/../.."
CONFIG_PATH =
"#{AlfonsoX::ROOT_PATH}/config"
LIB_PATH =
"#{AlfonsoX::ROOT_PATH}/lib"
RESOURCES_PATH =
"#{AlfonsoX::ROOT_PATH}/resources"
DICTIONARIES_PATH =
"#{AlfonsoX::RESOURCES_PATH}/dictionaries"
DEFAULT_CONFIGURATION_PATH =
"#{AlfonsoX::CONFIG_PATH}/config/default.yml"
CONFIG_FILE_NAME =

Configuration file name in repositories that use this tool

'.alfonsox.yml'
REPOSITORY_URL =

Alfonso X repository URL

'https://github.com/diegojromerolopez/alfonsox'