Sha256: 31c49038aac28e2a7976af367e50c6639dfe5a79c974dd48e618fb217cb5b037

Contents?: true

Size: 307 Bytes

Versions: 14

Compression:

Stored size: 307 Bytes

Contents

# frozen_string_literal: true

require 'srx'
require_relative 'languagetool/version'

module Srx
  class Data
    class << self
      # LanguageTool SRX rules
      #
      # @return [Data]
      def languagetool
        from_file(path: File.expand_path('segment.srx', __dir__))
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
srx-languagetool-0.14.0 lib/srx/languagetool.rb
srx-languagetool-0.13.0 lib/srx/languagetool.rb
srx-languagetool-0.12.0 lib/srx/languagetool.rb
srx-languagetool-0.11.0 lib/srx/languagetool.rb
srx-languagetool-0.10.0 lib/srx/languagetool.rb
srx-languagetool-0.9.0 lib/srx/languagetool.rb
srx-languagetool-0.8.0 lib/srx/languagetool.rb
srx-languagetool-0.7.0 lib/srx/languagetool.rb
srx-languagetool-0.6.0 lib/srx/languagetool.rb
srx-languagetool-0.5.0 lib/srx/languagetool.rb
srx-languagetool-0.4.0 lib/srx/languagetool.rb
srx-languagetool-0.3.0 lib/srx/languagetool.rb
srx-languagetool-0.2.0 lib/srx/languagetool.rb
srx-languagetool-0.1.0 lib/srx/languagetool.rb