1f248b78f5240c02980177068c5a4686f7a1dc14
[porter2stemmer.git] / lib / porter2stemmer.rb
1 # coding: utf-8
2
3 # ==The Porter 2 stemmer
4
5 require 'porter2stemmer/constants'
6 require 'porter2stemmer/implementation'
7