-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
64 lines (63 loc) · 1.6 KB
/
NAMESPACE
File metadata and controls
64 lines (63 loc) · 1.6 KB
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
# Generated by roxygen2: do not edit by hand
export(add_sysdic)
export(append_userdic_meta)
export(coll_scores)
export(collapse_noun)
export(collocate)
export(concat_text)
export(create_userdic)
export(edit_termcost)
export(explore_docs)
export(filter_text)
export(get_meta)
export(get_ngrams)
export(get_opinion)
export(get_plan_cost)
export(get_polarity)
export(get_spacing)
export(get_userdic_meta)
export(has_final_consonant)
export(install_mecab_ko)
export(morpho_mecab)
export(regist_mecab_ko)
export(remove_text)
export(replace_text)
export(set_meta)
export(split_text)
export(tokenize_noun_ngrams)
export(unnest_noun_ngrams)
export(update_userdic)
import(dplyr)
import(parallel)
importFrom(DataEditR,data_edit)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_rule)
importFrom(glue,glue)
importFrom(ngram,get.ngrams)
importFrom(ngram,get.phrasetable)
importFrom(ngram,ng_order)
importFrom(ngram,ngram)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,walk)
importFrom(readr,read_csv)
importFrom(readr,write_csv)
importFrom(rlang,arg_match)
importFrom(rstudioapi,askForPassword)
importFrom(stringi,stri_enc_detect)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_squish)
importFrom(stringr,str_which)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tidytext,unnest_tokens)
importFrom(tokenizers,tokenize_ngrams)