Package: corpus
Version: 0.10.2
Title: Text Corpus Analysis
Authors@R: c(
  person("Leslie Huang",
        role = c("cre", "ctb"),
        email = "lesliehuang@nyu.edu"),
  person(c("Patrick", "O."), "Perry",
         role = c("aut", "cph"),
         email = "pperry@stern.nyu.edu"),
  person(c("Finn", "\u00c5rup"), "Nielsen",
         role = c("cph", "dtc"),
         comment = "AFINN Sentiment Lexicon"),
  person("Martin Porter and Richard Boulton",
         role = c("ctb", "cph", "dtc"),
         comment = "Snowball Stemmer and Stopword Lists"),
  person("The Regents of the University of California",
         role = c("ctb", "cph"),
         comment = "Strtod Library Procedure"),
  person("Carlo Strapparava and Alessandro Valitutti",
         role = c("cph", "dtc"),
         comment = "WordNet-Affect Lexicon"),
  person("Unicode, Inc.",
         role = c("cph", "dtc"),
         comment = "Unicode Character Database"))
Depends: R (>= 3.3),
Imports: stats, utf8 (>= 1.1.0)
Suggests: knitr, rmarkdown, Matrix, testthat
Enhances: quanteda, tm
Description: Text corpus data analysis, with full support for international text (Unicode).  Functions for reading data from newline-delimited 'JSON' files, for normalizing and tokenizing text, for searching for term occurrences, and for computing term occurrence frequencies, including n-grams.
License: Apache License (== 2.0) | file LICENSE
URL: https://leslie-huang.github.io/r-corpus/,
        https://github.com/leslie-huang/r-corpus
BugReports: https://github.com/leslie-huang/r-corpus/issues
LazyData: Yes
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.0.2
NeedsCompilation: yes
Packaged: 2021-05-02 02:57:11 UTC; lesliehuang
Author: Leslie Huang [cre, ctb],
  Patrick O. Perry [aut, cph],
  Finn Årup Nielsen [cph, dtc] (AFINN Sentiment Lexicon),
  Martin Porter and Richard Boulton [ctb, cph, dtc] (Snowball Stemmer and
    Stopword Lists),
  The Regents of the University of California [ctb, cph] (Strtod Library
    Procedure),
  Carlo Strapparava and Alessandro Valitutti [cph, dtc] (WordNet-Affect
    Lexicon),
  Unicode, Inc. [cph, dtc] (Unicode Character Database)
Maintainer: Leslie Huang <lesliehuang@nyu.edu>
Repository: CRAN
Date/Publication: 2021-05-02 04:30:04 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2021-05-02 10:23:21 UTC; unix
Archs: corpus.so.dSYM
