forked from PolMine/RcppCWB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
74 lines (74 loc) · 2.85 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Package: RcppCWB
Type: Package
Title: 'Rcpp' Bindings for the 'Corpus Workbench' ('CWB')
Version: 0.6.0
Date: 2023-03-21
Author: Andreas Blaette [aut, cre],
Bernard Desgraupes [aut],
Sylvain Loiseau [aut],
Oliver Christ [ctb],
Bruno Maximilian Schulze [ctb],
Stephanie Evert [ctb],
Arne Fitschen [ctb],
Jeroen Ooms [ctb],
Marius Bertram [ctb],
Tomas Kalibera [ctb]
Authors@R: c(
person("Andreas", "Blaette", role = c("aut", "cre"), email = "andreas.blaette@uni-due.de"),
person("Bernard", "Desgraupes", role = "aut"),
person("Sylvain", "Loiseau", role = "aut"),
person("Oliver", "Christ", role = "ctb"),
person("Bruno Maximilian", "Schulze", role = "ctb"),
person("Stephanie", "Evert", role = "ctb"),
person("Arne", "Fitschen", role = "ctb"),
person("Jeroen", "Ooms", role = "ctb"),
person("Marius", "Bertram", role = "ctb"),
person("Tomas", "Kalibera", role = "ctb")
)
Maintainer: Andreas Blaette <andreas.blaette@uni-due.de>
Description: 'Rcpp' Bindings for the C code of the 'Corpus Workbench' ('CWB'), an indexing and query
engine to efficiently analyze large corpora (<https://cwb.sourceforge.io>). 'RcppCWB' is licensed
under the GNU GPL-3, in line with the GPL-3 license of the 'CWB' (<https://www.r-project.org/Licenses/GPL-3>).
The 'CWB' relies on 'pcre2' (BSD license, see <http://www.pcre.org/licence.txt>)
and 'GLib' (LGPL license, see <https://www.gnu.org/licenses/lgpl-3.0.en.html>).
See the file LICENSE.note for further information. The package includes modified code of the
'rcqp' package (GPL-2, see <https://cran.r-project.org/package=rcqp>). The original work of the authors
of the 'rcqp' package is acknowledged with great respect, and they are listed as authors of this
package. To achieve cross-platform portability (including Windows), using 'Rcpp' for wrapper code
is the approach used by 'RcppCWB'.
License: GPL-3
Encoding: UTF-8
Copyright: For the copyrights for the 'Corpus Workbench' (CWB) and acknowledgement of authorship, see file COPYRIGHTS.
NeedsCompilation: yes
SystemRequirements: GNU make, pcre2 (>= 10.00), GLib (>= 2.0.0). On Windows, no prior installations are necessary,
as pre-built (i.e. cross-compiled) binaries of required libraries are downloaded from a GitHub repository
(<https://github.com/PolMine/libcl>) during installation. On macOS, static libraries of Glib are downloaded
(<https://github.com/PolMine/libglib>) if Glib is not present.
Imports:
Rcpp (>= 1.0.10),
fs
Suggests:
knitr,
testthat,
rmarkdown
LinkingTo: Rcpp
Biarch: true
VignetteBuilder: knitr
URL: https://github.com/PolMine/RcppCWB
BugReports: https://github.com/PolMine/RcppCWB/issues
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Collate:
'RcppCWB_package.R'
'cl.R'
'cqp.R'
'cwb.R'
'checks.R'
'count.R'
'RcppExports.R'
'decode.R'
'cbow.R'
'region_matrix.R'
'misc.R'
'zzz.R'
'xml.R'