Initial commit
[porter2stemmer.git] / test / ts_porter2.rb
1 # coding: utf-8
2 # Porter 2 stemmer test file
3 #
4 # This runs all the test cases in the test directory
5
6 $:.unshift File.join(File.dirname(__FILE__), "..", "test")
7
8 require 'tc_porter2_parts'
9 require 'tc_porter2_full'
10