-
Notifications
You must be signed in to change notification settings - Fork 12
/
NAMESPACE
36 lines (35 loc) · 928 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
# Generated by roxygen2: do not edit by hand
S3method(coef,crf)
S3method(coefficients,crf)
S3method(merge,chunkrange)
S3method(predict,crf)
S3method(print,crf)
S3method(summary,crf)
export(as.crf)
export(crf)
export(crf_caretmethod)
export(crf_cbind_attributes)
export(crf_evaluation)
export(crf_options)
export(ner_download_modeldata)
export(txt_feature)
export(txt_sprintf)
importFrom(Rcpp,evalCpp)
importFrom(data.table,':=')
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setDF)
importFrom(data.table,setDT)
importFrom(data.table,shift)
importFrom(data.table,tstrsplit)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,na.exclude)
importFrom(stats,weighted.mean)
importFrom(tools,file_path_sans_ext)
importFrom(utils,combn)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(crfsuite)