Newer
Older
Package: wikiproc
Title: Collection of Data Processing Utility Functions
Version: 0.0.0.9000
Authors@R: c(
person("David", "Fuhry", role = "aut"),
person("Lukas", "Gehrke", role = "aut"),
person("Lucas", "Schons", role = "aut"))
Author: David Fuhry [aut],
Lukas Gehrke [aut],
Lucas Schons [aut]
Maintainer: David Fuhry <not.an@email.address.net>
Description: This package contains various functions that are needed to transform raw wikipedia html into processable facts.
Depends: R (>= 3.5.0)
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports:
pbapply,
rvest,
textclean,
stringr,
stringi,
data.table,
xml2,
WikipediR,
reticulate,
cleanNLP,