-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
38 lines (37 loc) · 898 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(is.blank,character)
S3method(is.blank,default)
S3method(tokenize,character)
S3method(tokenize,default)
export(as_tokens)
export(bind_lr)
export(bind_tf_idf2)
export(build_sys_dic)
export(build_user_dic)
export(collapse_tokens)
export(dictionary_info)
export(gbs_tokenize)
export(get_dict_features)
export(get_transition_cost)
export(is_blank)
export(lex_density)
export(mute_tokens)
export(ngram_tokenizer)
export(pack)
export(posDebugRcpp)
export(posParallelRcpp)
export(prettify)
export(tokenize)
import(Rcpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(dplyr,"%>%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,ensym)
importFrom(rlang,sym)
importFrom(utils,globalVariables)
useDynLib(gibasa, .registration = TRUE)