-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.11 KB
/
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
45
46
47
# Generated by roxygen2: do not edit by hand
export(HangulAutomata)
export(MorphAnalyzer)
export(SimplePos09)
export(SimplePos22)
export(backupUsrDic)
export(buildDictionary)
export(concordance_file)
export(concordance_str)
export(convertHangulStringToJamos)
export(convertHangulStringToKeyStrokes)
export(extractNoun)
export(get_dictionary)
export(is.ascii)
export(is.hangul)
export(is.jaeum)
export(is.jamo)
export(is.moeum)
export(mergeUserDic)
export(mutualinformation)
export(reloadAllDic)
export(reloadUserDic)
export(restoreUsrDic)
export(statDic)
export(useNIADic)
export(useSejongDic)
export(useSystemDic)
import(Sejong)
import(hash)
import(rJava)
import(tau)
importFrom(RSQLite,SQLite)
importFrom(RSQLite,dbConnect)
importFrom(RSQLite,dbDisconnect)
importFrom(RSQLite,dbGetQuery)
importFrom(RSQLite,dbListTables)
importFrom(RSQLite,dbWriteTable)
importFrom(devtools,install_url)
importFrom(stringr,regex)
importFrom(stringr,str_match_all)
importFrom(utils,download.file)
importFrom(utils,installed.packages)
importFrom(utils,localeToCharset)
importFrom(utils,read.csv)
importFrom(utils,unzip)
importFrom(utils,write.table)