-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
99 lines (99 loc) · 2.59 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Type: Package
Package: bdpar
Title: Big Data Preprocessing Architecture
Version: 3.1.0
Authors@R:
c(person(given = "Miguel",
family = "Ferreiro-Díaz",
role = c("aut","cre"),
email = "miguel.ferreiro.diaz@gmail.com"),
person(given = "David",
family = "Ruano-Ordás",
role = c("aut","ctr"),
email = "drordas@uvigo.es"),
person(given = "Tomás R.",
family= "Cotos-Yañez",
role = c("aut","ctr"),
email = "cotos@uvigo.es"),
person(given = "José Ramón",
family= "Méndez Reboredo",
role = c("aut","ctr"),
email = "moncho.mendez@uvigo.es"),
person(given = "University of Vigo",
role = c("cph")))
Description:
Provide a tool to easily build customized data flows to pre-process large volumes
of information from different sources. To this end, 'bdpar' allows to (i) easily use and
create new functionalities and (ii) develop new data source extractors according to the
user needs. Additionally, the package provides by default a predefined data flow
to extract and pre-process the most relevant information (tokens, dates, ... ) from some textual
sources (SMS, Email, YouTube comments).
Date: 2023-12-11
License: GPL-3
URL: /~https://github.com/miferreiro/bdpar
BugReports: /~https://github.com/miferreiro/bdpar/issues
Depends:
R (>= 3.5.0)
Imports:
digest,
parallel,
R6,
rlist,
tools,
utils
Suggests:
cld2,
knitr,
rex,
rjson,
rmarkdown,
stringi,
stringr,
testthat (>= 2.3.1),
tuber
VignetteBuilder: knitr
RoxygenNote: 7.2.3
SystemRequirements: Python (>= 2.7 or >= 3.6)
Encoding: UTF-8
NeedsCompilation: no
Collate:
'AbbreviationPipe.R'
'bdpar.log.R'
'wrapper.R'
'Bdpar.R'
'BdparOptions.R'
'Connections.R'
'ContractionPipe.R'
'DefaultPipeline.R'
'DynamicPipeline.R'
'ExtractorEml.R'
'ExtractorFactory.R'
'ExtractorSms.R'
'ExtractorYtbid.R'
'File2Pipe.R'
'FindEmojiPipe.R'
'FindEmoticonPipe.R'
'FindHashtagPipe.R'
'FindUrlPipe.R'
'FindUserNamePipe.R'
'GenericPipe.R'
'GenericPipeline.R'
'GuessDatePipe.R'
'GuessLanguagePipe.R'
'Instance.R'
'InterjectionPipe.R'
'MeasureLengthPipe.R'
'ResourceHandler.R'
'SlangPipe.R'
'StopWordPipe.R'
'StoreFileExtPipe.R'
'TargetAssigningPipe.R'
'TeeCSVPipe.R'
'ToLowerCasePipe.R'
'bdpar.Options.R'
'bdparData.R'
'eml.R'
'emojisData.R'
'operator-pipe.R'
'runPipeline.R'
'zzz.R'