Package: Rlibstemmer
Project: Omegahat
Version: 0.2-1
Title: Interface to Snowball implementation of Porter's word stemming algorithm using libstemmer.
Description: An R interface to the C code that implements Porter's
  word stemming algorithm for collapsing words to a common root
  to aid comparison of texts.  There is code to for 16 different
  languages (i.e. danish, dutch, english, finnish, french, german,
  hungarian, italian,  norwegian, portuguese, romanian, russian, 
  spanish, swedish, turkish).  Other languages can be supported
  (e.g. armenian, basque, catalan).
  The wordStem() function supports different encodings.
Author: Duncan Temple Lang <duncan@wald.ucdavis.edu>
Maintainer: Duncan Temple Lang <duncan@wald.ucdavis.edu>
Acknowledgements: The stemming code is taken directly from Dr Martin Porter's 
      distribution, available at
        http://snowball.tartarus.org
      and is generated via Snowball.
      The Snowball code is distributed under the BSD license.
License: BSD
Packaged: 2011-11-14 15:14:34 UTC; duncan
