Package: textclean
Title: Text Cleaning Tools
Version: 0.6.3
Authors@R: c( person("Tyler", "Rinker", email = "tyler.rinker@gmail.com", role = c("aut",
          "cre")), person("ctwheels", "StackOverflow", role = "ctb") )
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 (normalizing) with
          more analysis friendly substrings (see Sproat, Black, Chen, Kumar, Ostendorf, &
          Richards (2001) <doi:10.1006/csla.2001.0169>). 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: data.table, english(>= 1.0-2), lexicon (>= 0.7.4), qdapRegex,
        stringi, textshape(>= 1.0.1), utils
Suggests: testthat
Date: 2018-01-14
License: GPL-2
LazyData: TRUE
RoxygenNote: 6.0.1
URL: https://github.com/trinker/textclean
BugReports: https://github.com/trinker/textclean/issues
NeedsCompilation: no
Packaged: 2018-01-14 21:05:42 UTC; Tyler
Author: Tyler Rinker [aut, cre],
  ctwheels StackOverflow [ctb]
Repository: CRAN
Date/Publication: 2018-01-14 21:53:20 UTC
