Sha256: ccc852a7a73a117ee0abf67009ccbbb3ee9525b1e997cd2bd511816ea6bbf2e4

Contents?: true

Size: 321 Bytes

Versions: 8

Compression:

Stored size: 321 Bytes

Contents

# Author::    Robert Dormer (mailto:rdormer@gmail.com)
# Copyright:: Copyright (c) 2016 Robert Dormer
# License::   MIT

base = File.dirname(__FILE__)
$: << base

Dir[base + "/wordbags/**/*.rb"].each do |bag|
  require bag
end

Dir[base + "/bayes/**/*.rb"].each do |c|
  require c
end

require 'corpus'
require 'version'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
yanbi-ml-0.2.4 lib/yanbi.rb
yanbi-ml-0.2.3 lib/yanbi.rb
yanbi-ml-0.2.2 lib/yanbi.rb
yanbi-ml-0.2.1 lib/yanbi.rb
yanbi-ml-0.2.0 lib/yanbi.rb
yanbi-ml-0.1.2 lib/yanbi.rb
yanbi-ml-0.1.1 lib/yanbi.rb
yanbi-ml-0.1.0 lib/yanbi.rb