Sha256: 9f100c3e6302091a219a6d4696c6634ed128f0e82e84600e62eb9b7bbf9d13eb
Contents?: true
Size: 599 Bytes
Versions: 4
Compression:
Stored size: 599 Bytes
Contents
$debug = false def log(*args) STDERR.print args.map(&:to_s).join(' ') + "\n" STDERR.flush end module Ebooks GEM_PATH = File.expand_path(File.join(File.dirname(__FILE__), '..')) DATA_PATH = File.join(GEM_PATH, 'data') SKELETON_PATH = File.join(GEM_PATH, 'skeleton') TEST_PATH = File.join(GEM_PATH, 'test') TEST_CORPUS_PATH = File.join(TEST_PATH, 'corpus/0xabad1dea.tweets') INTERIM = :interim end require 'twitter_ebooks/nlp' require 'twitter_ebooks/archive' require 'twitter_ebooks/sync' require 'twitter_ebooks/suffix' require 'twitter_ebooks/model' require 'twitter_ebooks/bot'
Version data entries
4 entries across 4 versions & 1 rubygems