Package: textstem
Title: Tools for Stemming and Lemmatizing Text
Version: 0.1.2
Authors@R: c(person("Tyler", "Rinker", email = "tyler.rinker@gmail.com", role = c("aut", "cre")))
Maintainer: Tyler Rinker <tyler.rinker@gmail.com>
Description: Tools that stem and lemmatize text.  Stemming is a process that removes endings such as affixes.  Lemmatization is the process of grouping inflected forms together as a single base form.
Depends: R (>= 3.3.2)
Imports: dplyr, hunspell, koRpus (>= 0.10-2), lexicon (>= 0.4.1),
        quanteda (>= 0.99.12), SnowballC, stats, stringi, textclean,
        textshape, utils
Suggests: testthat
Date: 2017-10-31
License: GPL-2
LazyData: TRUE
RoxygenNote: 6.0.1
URL: http://github.com/trinker/textstem
BugReports: http://github.com/trinker/textstem/issues
NeedsCompilation: no
Packaged: 2017-10-31 11:49:57 UTC; trinker
Author: Tyler Rinker [aut, cre]
Repository: CRAN
Date/Publication: 2017-10-31 11:59:49 UTC
