forked from PolMine/GermaParl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.07 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
Package: GermaParl
Type: Package
Title: Download and Augment the Corpus of Plenary Protocols of the German Bundestag
Version: 1.3.0
Date: 2020-04-04
Authors@R: c(person(given = "Andreas", family = "Blaette", role = c("aut", "cre"), email = "[email protected]"))
Depends:
R (>= 3.5.0)
Imports:
polmineR,
cwbtools (>= 0.1.2),
data.table,
RCurl,
topicmodels,
methods,
jsonlite,
RcppCWB
Suggests:
knitr,
rmarkdown,
testthat
LazyData: yes
Description: Data package with the 'GermaParl' Corpus of Parliamentary Debates (German Bundestag)
prepared in the 'PolMine Project'. The package includes a small subset of the corpus as a demo
and for testing purposes. The package includes functionality to load the full corpus from the
open science 'Zenodo' repository and some auxiliary functions to enhance the corpus.
URL: https://github.com/polmine/GermaParl
BugReports: https://github.com/polmine/GermaParl/issues
License: GPL-3
VignetteBuilder: knitr
Encoding: UTF-8
Collate:
'GermaParl.R'
'download.R'
'lda.R'
'speeches.R'
RoxygenNote: 7.0.2