Package: stopwords
Type: Package
Title: Multilingual Stopword Lists
Version: 2.3
Authors@R: c(person("Kenneth", "Benoit", email = "kbenoit@lse.ac.uk", role = c("aut", "cre")),
    person("David", "Muhr", email = "muhrdavid+github@gmail.com", role = "aut"), 
    person("Kohei", "Watanabe", email = "watanabe.kohei@gmail.com", role = "aut"))
Description: Provides multiple sources of stopwords, for use in text analysis and natural language processing.
License: MIT + file LICENSE
Depends:
  R (>= 2.10)
Imports:
    ISOcodes
Suggests: 
    covr,
    quanteda,
    spelling,
    testthat
URL: https://github.com/quanteda/stopwords
BugReports: https://github.com/quanteda/stopwords/issues
Encoding: UTF-8
LazyData: true
Language: en-GB
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
