forked from prodriguezsosa/conText
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
36 lines (35 loc) · 797 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
export(bootstrap_contrast)
export(bootstrap_nns)
export(compute_contrast)
export(compute_transform)
export(conText)
export(contrast_nns)
export(cos_sim)
export(dem)
export(dem_group)
export(dem_sample)
export(embed_target)
export(feature_sim)
export(fem)
export(find_nns)
export(get_context)
export(get_cos_sim)
export(get_grouped_similarity)
export(get_local_vocab)
export(get_ncs)
export(get_nns)
export(get_nns_ratio)
export(get_seq_cos_sim)
export(ncs)
export(nns)
export(nns_ratio)
export(permute_contrast)
export(plot_nns_ratio)
export(prototypical_context)
export(tokens_context)
importFrom(dplyr, "%>%")
importFrom(stats, filter, sd, setNames, terms, qt, quantile)
importFrom(Matrix, Matrix)
importFrom(Matrix, t)
importFrom(methods, as, new)