Got the gem layout working
[porter2stemmer.git] / lib / porter2.rb
1 # coding: utf-8
2
3 # ==The Porter 2 stemmer
4
5 $:.unshift File.join(File.dirname(__FILE__), "..", "lib")
6 require 'porter2_constants'
7 require 'porter2_implementation'
8