-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
35 lines (34 loc) · 901 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
# Generated by roxygen2: do not edit by hand
export(Base)
export(DataAnalyzer)
export(DataCleaner)
export(DataSampler)
export(EnvManager)
export(Model)
export(ModelEvaluator)
export(ModelGenerator)
export(ModelPredictor)
export(TPGenerator)
export(TokenGenerator)
importFrom(SnowballC,wordStem)
importFrom(digest,digest2int)
importFrom(dplyr,"%>%")
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,summarize_all)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(patchwork,plot_annotation)
importFrom(stringr,boundary)
importFrom(stringr,str_count)
importFrom(stringr,str_match)