-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
44 lines (43 loc) · 942 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
38
39
40
41
42
43
44
# Generated by roxygen2: do not edit by hand
export(available_languages)
export(available_languages2)
export(detect)
export(detect2)
export(pimp)
export(pimp2)
export(split_text)
export(toChinese)
export(toChinese2)
export(toEnglish)
export(toEnglish2)
export(toFrench)
export(toFrench2)
export(toGerman)
export(toGerman2)
export(toItalian)
export(toItalian2)
export(toJapanese)
export(toJapanese2)
export(toPortuguese)
export(toPortuguese2)
export(toRussian)
export(toRussian2)
export(toSpanish)
export(toSpanish2)
export(translate)
export(translate2)
export(usage)
export(usage2)
importFrom(httr,POST)
importFrom(httr,content)
importFrom(httr,modify_url)
importFrom(httr,status_code)
importFrom(purrr,map2_chr)
importFrom(purrr,map2_dfr)
importFrom(purrr,map_chr)
importFrom(purrr,pmap_chr)
importFrom(purrr,pmap_dfr)
importFrom(tibble,tibble)
importFrom(tokenizers,tokenize_sentences)
importFrom(utf8,as_utf8)
importFrom(utf8,utf8_valid)