Module: Kotoshu::Grammar
- Defined in:
- lib/kotoshu/grammar.rb,
lib/kotoshu/grammar/rule.rb,
lib/kotoshu/grammar/rule_engine.rb,
lib/kotoshu/grammar/rule_loader.rb,
lib/kotoshu/grammar/pattern_matchers/base_matcher.rb,
lib/kotoshu/grammar/pattern_matchers/vowel_sound_matcher.rb,
lib/kotoshu/grammar/pattern_matchers/double_negative_matcher.rb,
lib/kotoshu/grammar/pattern_matchers/possessive_context_matcher.rb
Overview
Grammar rules infrastructure for Kotoshu.
This module provides configuration-driven grammar checking where all linguistic data is stored in YAML files.
Defined Under Namespace
Modules: PatternMatchers Classes: Rule, RuleEngine, RuleLoader