-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
37 lines (36 loc) · 867 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
# Generated by roxygen2: do not edit by hand
export("%<>%")
export("%>%")
export(add_id)
export(add_multiwords)
export(add_word_id)
export(clean_text)
export(confuse)
export(cossim2dict)
export(detect_similar_words)
export(drop_which)
export(filter_ntile)
export(find_distinctive)
export(find_unique_id)
export(get_ARPF)
export(get_F1)
export(get_combis)
export(get_corpus_representation)
export(get_hits)
export(get_many_F1s)
export(get_many_F1s_by_group)
export(get_many_RPFs)
export(get_prediction)
export(get_word_representations)
export(normalize)
export(prepare_train_data)
export(remove_similar_words)
export(repl_na)
export(simil_words2rep)
importFrom(caret,confusionMatrix)
importFrom(fastrtext,get_sentence_representation)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,`%<>%`)
importFrom(magrittr,`%>%`)
importFrom(stats,"sd")