Sha256: ec7b30027959e79b6b9a2d09a7598aad4dedb883385c87c20bff30c13882a967

Contents?: true

Size: 662 Bytes

Versions: 20

Compression:

Stored size: 662 Bytes

Contents

# ext
begin
  require "tomoto/#{RUBY_VERSION.to_f}/tomoto"
rescue LoadError
  require "tomoto/tomoto"
end

# modules
require_relative "tomoto/ct"
require_relative "tomoto/dmr"
require_relative "tomoto/dt"
require_relative "tomoto/gdmr"
require_relative "tomoto/hdp"
require_relative "tomoto/hlda"
require_relative "tomoto/hpa"
require_relative "tomoto/lda"
require_relative "tomoto/llda"
require_relative "tomoto/mglda"
require_relative "tomoto/pa"
require_relative "tomoto/plda"
require_relative "tomoto/slda"
require_relative "tomoto/version"

module Tomoto
  PARALLEL_SCHEME = [:default, :none, :copy_merge, :partition]
  TERM_WEIGHT = [:one, :idf, :pmi]
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
tomoto-0.5.1-x86_64-linux lib/tomoto.rb
tomoto-0.5.1-x86_64-darwin lib/tomoto.rb
tomoto-0.5.1-arm64-darwin lib/tomoto.rb
tomoto-0.5.1-aarch64-linux lib/tomoto.rb
tomoto-0.5.1 lib/tomoto.rb
tomoto-0.5.0-x86_64-linux lib/tomoto.rb
tomoto-0.5.0-x86_64-darwin lib/tomoto.rb
tomoto-0.5.0-arm64-darwin lib/tomoto.rb
tomoto-0.5.0-aarch64-linux lib/tomoto.rb
tomoto-0.5.0 lib/tomoto.rb
tomoto-0.4.1-x86_64-linux lib/tomoto.rb
tomoto-0.4.1-x86_64-darwin lib/tomoto.rb
tomoto-0.4.1-arm64-darwin lib/tomoto.rb
tomoto-0.4.1-aarch64-linux lib/tomoto.rb
tomoto-0.4.1 lib/tomoto.rb
tomoto-0.4.0-x86_64-linux lib/tomoto.rb
tomoto-0.4.0-x86_64-darwin lib/tomoto.rb
tomoto-0.4.0-arm64-darwin lib/tomoto.rb
tomoto-0.4.0-aarch64-linux lib/tomoto.rb
tomoto-0.4.0 lib/tomoto.rb