forked from PolMine/GermaParl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
35 lines (34 loc) · 1.1 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export(germaparl_add_s_attribute_speech)
export(germaparl_download_corpus)
export(germaparl_download_lda)
export(germaparl_encode_lda_topics)
export(germaparl_get_doi)
export(germaparl_get_version)
export(germaparl_is_installed)
export(germaparl_load_topicmodel)
importFrom(RCurl,getURL)
importFrom(RCurl,url.exists)
importFrom(RcppCWB,cqp_get_registry)
importFrom(RcppCWB,cqp_is_initialized)
importFrom(cwbtools,corpus_install)
importFrom(cwbtools,registry_file_parse)
importFrom(cwbtools,registry_file_write)
importFrom(cwbtools,s_attribute_encode)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,setcolorder)
importFrom(data.table,setkeyv)
importFrom(data.table,setnames)
importFrom(data.table,setorderv)
importFrom(jsonlite,fromJSON)
importFrom(methods,slot)
importFrom(polmineR,as.speeches)
importFrom(polmineR,decode)
importFrom(polmineR,partition)
importFrom(polmineR,s_attributes)
importFrom(polmineR,size)
importFrom(polmineR,use)
importFrom(topicmodels,topics)
importFrom(utils,download.file)