-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.16 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
S3method(analogy,wordvectors)
S3method(analogy_words,wordvectors)
S3method(clusters,wordclusters)
S3method(cosine,wordvectors)
S3method(cosine_similar_words,wordvectors)
S3method(get_cluster,wordclusters)
S3method(get_vector,wordvectors)
S3method(get_words,wordclusters)
S3method(in_vocabulary,wordclusters)
S3method(in_vocabulary,wordvectors)
S3method(index,wordclusters)
S3method(index,wordvectors)
S3method(print,word2cluster)
S3method(print,word2vec)
S3method(similarity,wordvectors)
S3method(size,wordvectors)
S3method(vocabulary,wordclusters)
S3method(vocabulary,wordvectors)
S3method(word_clusters,word2clusters)
S3method(word_vectors,word2vec)
export(WordClusters)
export(WordVectors)
export(analogy)
export(analogy_words)
export(as_word2clusters)
export(as_word2vec)
export(clusters)
export(cosine)
export(cosine_similar_words)
export(get_cluster)
export(get_vector)
export(get_words)
export(in_vocabulary)
export(index)
export(setup_word2vec)
export(similarity)
export(size)
export(vocabulary)
export(word2clusters)
export(word2phrase)
export(word2vec)
export(word_clusters)
export(word_vectors)
import(JuliaCall)
import(assertthat)