-
Notifications
You must be signed in to change notification settings - Fork 109
/
NAMESPACE
55 lines (54 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Generated by roxygen2: do not edit by hand
S3method("<=",keywords)
S3method("<=",qseg)
S3method("<=",segment)
S3method("<=",simhash)
S3method("<=",tagger)
S3method("[",keywords)
S3method("[",qseg)
S3method("[",segment)
S3method("[",simhash)
S3method("[",tagger)
S3method(print,inv)
S3method(print,jieba)
S3method(print,keywords)
S3method(print,qseg)
S3method(print,simhash)
export(DICTPATH)
export(HMMPATH)
export(IDFPATH)
export(STOPPATH)
export(USERPATH)
export(apply_list)
export(distance)
export(edit_dict)
export(file_coding)
export(filecoding)
export(filter_segment)
export(freq)
export(get_idf)
export(get_qsegmodel)
export(get_tuple)
export(keywords)
export(new_user_word)
export(qseg)
export(reset_qsegmodel)
export(segment)
export(set_qsegmodel)
export(show_dictpath)
export(simhash)
export(simhash_dist)
export(simhash_dist_mat)
export(tagging)
export(tobin)
export(vector_distance)
export(vector_keywords)
export(vector_simhash)
export(vector_tag)
export(worker)
import(Rcpp)
import(jiebaRD)
importFrom(utils,file.edit)
importFrom(utils,unzip)
importFrom(utils,write.table)
useDynLib(jiebaR, .registration = TRUE)