test/stopwords_test.rb in luisparravicini-classifier-1.3.8 vs test/stopwords_test.rb in luisparravicini-classifier-1.3.9
- old
+ new
@@ -1,6 +1,7 @@
# coding:utf-8
require File.dirname(__FILE__) + '/test_helper'
+
class SkipWordsTest < Test::Unit::TestCase
def test_en
assert_equal 80, Classifier::SkipWords.for('en').size
end