Class: Srx::Data

Inherits:
Object
  • Object
show all
Defined in:
lib/srx/languagetool.rb

Class Method Summary collapse

Class Method Details

.languagetoolData

LanguageTool SRX rules

Returns:



12
13
14
# File 'lib/srx/languagetool.rb', line 12

def languagetool
  from_file(path: File.expand_path('segment.srx', __dir__))
end