forked from dselivanov/text2vec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
59 lines (58 loc) · 1.33 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
# Generated by roxygen2: do not edit by hand
S3method(glove,Matrix)
S3method(glove,dgTMatrix)
S3method(itoken,character)
S3method(itoken,ifiles)
S3method(itoken,ilines)
S3method(itoken,iserfiles)
S3method(vocabulary,character)
S3method(vocabulary,itoken)
export("%>%")
export(GloveFitter)
export(HashCorpus)
export(VocabCorpus)
export(VocabularyBuilder)
export(binary_transformer)
export(boundary)
export(check_analogue_accuracy)
export(coll)
export(create_hash_corpus)
export(create_vocab_corpus)
export(dtm_get_idf)
export(dtm_get_tf)
export(feature_hasher)
export(filter_commons_transformer)
export(fixed)
export(get_dtm)
export(get_tcm)
export(glove)
export(idir)
export(ifiles)
export(ilines)
export(itoken)
export(prepare_analogue_questions)
export(prune_vocabulary)
export(regex)
export(regexp_tokenizer)
export(tf_transformer)
export(tfidf_transformer)
export(vocabulary)
export(word_tokenizer)
import(Matrix)
import(Rcpp)
import(digest)
import(iterators)
import(methods)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(magrittr,"%>%")
importFrom(readr,read_lines)
importFrom(readr,read_rds)
importFrom(readr,write_rds)
importFrom(stringr,boundary)
importFrom(stringr,coll)
importFrom(stringr,fixed)
importFrom(stringr,regex)
importFrom(stringr,str_split)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(text2vec)