lib/twss/engine.rb in twss-0.0.4 vs lib/twss/engine.rb in twss-0.0.5

- old
+ new

@@ -15,10 +15,10 @@ attr_accessor :threshold def initialize(options = {}) @data_file = options[:data_file] || DATA_FILE - @threshold ||= options[:threshold] || 7.5 + @threshold ||= options[:threshold] || 7.0 @classifier = load_classifier_from_file!(@data_file) || new_classifier end def classify(str) if basic_conditions_met?(str) \ No newline at end of file