-
Notifications
You must be signed in to change notification settings - Fork 136
/
NAMESPACE
70 lines (69 loc) · 1.61 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Generated by roxygen2: do not edit by hand
S3method(create_dtm,itoken)
S3method(create_dtm,itoken_parallel)
S3method(create_tcm,itoken)
S3method(create_tcm,itoken_parallel)
S3method(create_vocabulary,character)
S3method(create_vocabulary,itoken)
S3method(create_vocabulary,itoken_parallel)
S3method(itoken,character)
S3method(itoken,iterator)
S3method(itoken,list)
S3method(itoken_parallel,character)
S3method(itoken_parallel,iterator)
S3method(itoken_parallel,list)
S3method(print,text2vec_vocabulary)
export(BNS)
export(Collocations)
export(GloVe)
export(GlobalVectors)
export(LDA)
export(LSA)
export(LatentDirichletAllocation)
export(LatentSemanticAnalysis)
export(RWMD)
export(RelaxedWordMoversDistance)
export(TfIdf)
export(as.lda_c)
export(char_tokenizer)
export(check_analogy_accuracy)
export(coherence)
export(combine_vocabularies)
export(create_dtm)
export(create_tcm)
export(create_vocabulary)
export(dist2)
export(fit)
export(fit_transform)
export(hash_vectorizer)
export(idir)
export(ifiles)
export(ifiles_parallel)
export(itoken)
export(itoken_parallel)
export(jsPCA_robust)
export(normalize)
export(pdist2)
export(perplexity)
export(postag_lemma_tokenizer)
export(prepare_analogy_questions)
export(prune_vocabulary)
export(psim2)
export(sim2)
export(space_tokenizer)
export(split_into)
export(vocab_vectorizer)
export(vocabulary)
export(word_tokenizer)
import(Matrix)
import(Rcpp)
import(data.table)
import(digest)
import(methods)
import(mlapi)
importFrom(R6,R6Class)
importFrom(methods,as)
importFrom(rsparse,GloVe)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib("text2vec", .registration=TRUE)