X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=lib%2Fporter2stemmer.rb;fp=lib%2Fporter2stemmer.rb;h=1f248b78f5240c02980177068c5a4686f7a1dc14;hb=cfc1c3309c8c78411683697836307ee18f20ea1d;hp=0000000000000000000000000000000000000000;hpb=a10026f6ba04d8887df8d4c1d7f08af4198c6c2e;p=porter2stemmer.git diff --git a/lib/porter2stemmer.rb b/lib/porter2stemmer.rb new file mode 100644 index 0000000..1f248b7 --- /dev/null +++ b/lib/porter2stemmer.rb @@ -0,0 +1,7 @@ +# coding: utf-8 + +# ==The Porter 2 stemmer + +require 'porter2stemmer/constants' +require 'porter2stemmer/implementation' +