Package: textfeatures
Type: Package
Title: Extracts Features from Text
Version: 0.3.3
Authors@R: c(
    person("Michael W.", "Kearney", ,
      email = "kearneymw@missouri.edu", role = c("aut", "cre"),
      comment = c(ORCID = "0000-0002-0730-4694")),
    person("Emil", "Hvitfeldt", ,
      email = "emilhhvitfeldt@gmail.com", role = c("ctb"),
      comment = c(ORCID = "0000-0002-0679-1945"))
    )
Description: A tool for extracting some generic features (e.g., number of
    words, line breaks, characters per word, URLs, lower case, upper case,
    commas, periods, exclamation points, etc.) from strings of text.
License: MIT + file LICENSE
URL: https://github.com/mkearney/textfeatures
BugReports: https://github.com/mkearney/textfeatures/issues
Depends: R (>= 3.1.0)
Imports: dplyr, purrr, rlang, text2vec, tfse, tibble, tokenizers,
        utils, stats
Suggests: knitr, roxygen2, testthat, covr
Encoding: UTF-8
LazyData: yes
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-09-03 16:38:25 UTC; kmw
Author: Michael W. Kearney [aut, cre] (<https://orcid.org/0000-0002-0730-4694>),
  Emil Hvitfeldt [ctb] (<https://orcid.org/0000-0002-0679-1945>)
Maintainer: Michael W. Kearney <kearneymw@missouri.edu>
Repository: CRAN
Date/Publication: 2019-09-03 21:10:02 UTC
Built: R 4.1.3; ; 2023-04-17 17:47:04 UTC; windows
