-
Notifications
You must be signed in to change notification settings - Fork 24
/
NAMESPACE
41 lines (40 loc) · 1001 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
# Generated by roxygen2: do not edit by hand
S3method(print,string_summary)
S3method(wordcount,character)
S3method(wordcount,ngram)
export(babble)
export(concatenate)
export(get.nextwords)
export(get.ngrams)
export(get.phrasetable)
export(get.string)
export(getseed)
export(multiread)
export(ng_order)
export(ngram)
export(ngram_asweka)
export(preprocess)
export(rcorpus)
export(splitter)
export(string.summary)
export(wordcount)
exportMethods(babble)
exportMethods(get.nextwords)
exportMethods(get.ngrams)
exportMethods(get.string)
exportMethods(ng_order)
exportMethods(print)
exportMethods(show)
import(methods)
importFrom(stats,runif)
useDynLib(ngram,R_ng_asweka)
useDynLib(ngram,R_ng_corpus_order)
useDynLib(ngram,R_ng_extract_ngrams)
useDynLib(ngram,R_ng_extract_str)
useDynLib(ngram,R_ng_get_phrasetable)
useDynLib(ngram,R_ng_print)
useDynLib(ngram,R_ng_process)
useDynLib(ngram,R_ngram_gen)
useDynLib(ngram,R_ngram_get_seed)
useDynLib(ngram,R_ngram_wordcount)
useDynLib(ngram,R_stringsummary)