-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.5 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Generated by roxygen2: do not edit by hand
export(acep_clean)
export(acep_cleaning)
export(acep_context)
export(acep_count)
export(acep_db)
export(acep_detect)
export(acep_extract)
export(acep_frec)
export(acep_gpt)
export(acep_int)
export(acep_load_base)
export(acep_may)
export(acep_men)
export(acep_min)
export(acep_plot_rst)
export(acep_plot_st)
export(acep_postag)
export(acep_rst)
export(acep_sst)
export(acep_svo)
export(acep_token)
export(acep_token_plot)
export(acep_token_table)
export(acep_upos)
importFrom(graphics,barplot)
importFrom(graphics,par)
importFrom(graphics,title)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(jsonlite,toJSON)
importFrom(reticulate,install_miniconda)
importFrom(rsyntax,annotate_tqueries)
importFrom(rsyntax,as_tokenindex)
importFrom(rsyntax,children)
importFrom(rsyntax,custom_fill)
importFrom(rsyntax,tquery)
importFrom(spacyr,entity_consolidate)
importFrom(spacyr,entity_extract)
importFrom(spacyr,nounphrase_consolidate)
importFrom(spacyr,nounphrase_extract)
importFrom(spacyr,spacy_download_langmodel)
importFrom(spacyr,spacy_finalize)
importFrom(spacyr,spacy_initialize)
importFrom(spacyr,spacy_install)
importFrom(spacyr,spacy_parse)
importFrom(stats,aggregate)
importFrom(stats,ave)
importFrom(stats,setNames)
importFrom(stringr,str_count)
importFrom(stringr,str_extract_all)
importFrom(tidygeocoder,geo)
importFrom(udpipe,udpipe)
importFrom(utils,download.file)
importFrom(utils,install.packages)
importFrom(utils,read.delim)