class Srx::Data

Public Class Methods

languagetool() click to toggle source

LanguageTool SRX rules

@return [Data]

# File lib/srx/languagetool.rb, line 12
def languagetool
  from_file(path: File.expand_path('segment.srx', __dir__))
end