Package: textclean
Title: Text Cleaning Tools
Version: 0.3.1
Authors@R: c(person("Tyler", "Rinker", email =
        "tyler.rinker@gmail.com", role = c("aut", "cre")))
Maintainer: Tyler Rinker <tyler.rinker@gmail.com>
Description: Tools to clean and process text.  Tools are geared at
        checking for substrings that are not optimal for analysis and
        replacing or removing them with more analysis friendly
        substrings.  For example, emoticons are often used in text but
        not always easily handled by analysis algorithms.  The
        'replace_emoticon' function replaces emoticons with word
        equivalents.
Depends: R (>= 3.2.3)
Imports: english(>= 1.0-2), qdapRegex, stringi, textshape(>= 1.0.1),
        utils
Suggests: testthat, lexicon(>= 0.1.0)
Date: 2017-02-21
License: GPL-2
LazyData: TRUE
RoxygenNote: 5.0.1
URL: http://github.com/trinker/textclean
BugReports: http://github.com/trinker/textclean/issues
NeedsCompilation: no
Packaged: 2017-02-22 02:28:37 UTC; Tyler
Author: Tyler Rinker [aut, cre]
Repository: CRAN
Date/Publication: 2017-02-22 08:42:39
