Package: cwbtools
Type: Package
Title: Tools to Create, Modify and Manage 'CWB' Corpora
Version: 0.3.8
Date: 2022-08-29
Authors@R: c(person("Andreas", "Blaette", role = c("aut", "cre"), email = "andreas.blaette@uni-due.de"),
  person("Christoph", "Leonhardt", role = "aut", email = "christoph.leonhardt@uni-due.de")
  )
Description: The 'Corpus Workbench' ('CWB', <https://cwb.sourceforge.io/>) offers a classic and mature
 approach for working with large, linguistically and structurally annotated corpora. The 'CWB'
 is memory efficient and its design makes running queries fast, see Evert (2011)
 <https://eprints.lancs.ac.uk/id/eprint/62721>. The 'cwbtools' package offers
 pure 'R' tools to create indexed corpus files as well as high-level wrappers for the original 'C'
 implementation of 'CWB' as exposed by the 'RcppCWB' package
 (<https://CRAN.R-project.org/package=RcppCWB>). Additional functionality to add and
 modify annotations of corpora from within 'R' makes working with 'CWB' indexed corpora
 much more flexible and convenient. The 'cwbtools' package in combination with the 'R' packages
 'RcppCWB' (<https://CRAN.R-project.org/package=RcppCWB>) and 'polmineR'
 (<https://CRAN.R-project.org/package=polmineR>) offers a lightweight infrastructure
 to support the combination of quantitative and qualitative approaches for working
 with textual data.
Imports: data.table, R6, xml2, stringi, curl, RcppCWB (>= 0.5.2),
        pbapply, methods, tools, cli, jsonlite, httr, rstudioapi,
        zen4R, lifecycle, fs
Suggests: tm (>= 0.7.3), knitr, markdown, tokenizers (>= 0.2.1),
        tidytext, SnowballC, janeaustenr, testthat, rmarkdown, aws.s3
VignetteBuilder: knitr
License: GPL-3
Language: en-US
Encoding: UTF-8
URL: https://github.com/PolMine/cwbtools
BugReports: https://github.com/PolMine/cwbtools/issues
Collate: 'CorpusData.R' 'corpus.R' 'cwb.R' 'cwbtools.R' 'directories.R'
        'encoding.R' 'ner.R' 'p_attribute.R' 'pkg.R' 'registry_file.R'
        's_attribute.R' 'vrt.R' 'zenodo.R'
RoxygenNote: 7.2.0
RdMacros: lifecycle
NeedsCompilation: no
Packaged: 2022-08-29 17:04:52 UTC; andreasblatte
Author: Andreas Blaette [aut, cre],
  Christoph Leonhardt [aut]
Maintainer: Andreas Blaette <andreas.blaette@uni-due.de>
Repository: CRAN
Date/Publication: 2022-08-30 08:10:02 UTC
Built: R 4.1.3; ; 2023-04-17 20:18:03 UTC; windows
