-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
54 lines (53 loc) · 1.43 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
# Generated by roxygen2: do not edit by hand
export(check_ipadic)
export(check_userdic)
export(install_dictionaries)
export(install_ipadic)
export(install_jliwcdic)
export(install_userdic)
export(liwc_analysis)
export(load_dictionaries)
export(load_jliwcdic)
export(preprocess)
export(read_dict)
export(read_text_files)
export(tokenize_mecab)
export(uninstall_dictionaries)
importFrom(dplyr,all_of)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(gibasa,build_sys_dic)
importFrom(gibasa,dictionary_info)
importFrom(gibasa,prettify)
importFrom(gibasa,tokenize)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,write_json)
importFrom(quanteda,as.tokens)
importFrom(quanteda,convert)
importFrom(quanteda,dfm)
importFrom(quanteda,dfm_lookup)
importFrom(quanteda,dictionary)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(stringi,stri_remove_empty)
importFrom(stringi,stri_trans_nfkc)
importFrom(stringr,coll)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_to_lower)
importFrom(tidyr,pivot_wider)
importFrom(tools,R_user_dir)
importFrom(utils,download.file)
importFrom(utils,read.csv)
importFrom(withr,with_dir)
importFrom(withr,with_envvar)