lib/tomoto.rb in tomoto-0.1.1 vs lib/tomoto.rb in tomoto-0.1.2
- old
+ new
@@ -16,7 +16,8 @@
require "tomoto/plda"
require "tomoto/slda"
require "tomoto/version"
module Tomoto
+ PARALLEL_SCHEME = [:default, :none, :copy_merge, :partition]
TERM_WEIGHT = [:one, :idf, :pmi]
end