-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
149 lines (148 loc) · 3.96 KB
/
Copy pathNAMESPACE
File metadata and controls
149 lines (148 loc) · 3.96 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
# Generated by roxygen2: do not edit by hand
export(base_clusterer)
export(base_embedder)
export(bert_approximate_distribution)
export(bert_backend)
export(bert_base_stop_words)
export(bert_document_info)
export(bert_embed_documents)
export(bert_embed_words)
export(bert_embeddings)
export(bert_fit)
export(bert_fit_transform)
export(bert_load)
export(bert_merge_models)
export(bert_merge_topics)
export(bert_parameters)
export(bert_partial_fit)
export(bert_plotting)
export(bert_reduce_outliers)
export(bert_reduce_topics)
export(bert_representative_documents)
export(bert_save)
export(bert_set_topic_labels)
export(bert_similar_terms_topics)
export(bert_stop_words)
export(bert_stopwords)
export(bert_topic)
export(bert_topic_count)
export(bert_topic_hierarchy)
export(bert_topic_info)
export(bert_topic_keywords)
export(bert_topic_labels)
export(bert_topic_per_class)
export(bert_topic_tree_text)
export(bert_topics_over_time)
export(bert_transform)
export(bert_transform_documents)
export(bert_update_topics)
export(bertopic_representations)
export(class_tfidf_transformer)
export(cohere_representation)
export(ctfidf)
export(dictionary_nltk_stopwords)
export(distilbert_embedding_transformer)
export(extract_bert_topics)
export(extract_bert_umap)
export(extract_document_word_counts)
export(flair_embeddings)
export(gather_keybert_keywords)
export(hugging_face_transformers)
export(import_bertopic)
export(import_flair)
export(import_fuzz)
export(import_gensim)
export(import_hdbscan)
export(import_jellyfish)
export(import_keybert)
export(import_keyphrase)
export(import_llama_cpp)
export(import_nltk)
export(import_nltk_corpus)
export(import_numba)
export(import_openai)
export(import_polyfuzz)
export(import_python_modules)
export(import_rapidfuzz)
export(import_sentence_transformers)
export(import_sklearn)
export(import_spacy)
export(import_top2vec)
export(import_transformers)
export(import_umap)
export(import_use)
export(import_yake)
export(keybert_embeddings)
export(keybert_inspired_representation)
export(keybert_keywords)
export(keybert_model)
export(keyphrase_tf_idf)
export(keyphrase_tf_idf_to_tibble)
export(keyphrase_vectorizer)
export(langchain_representation)
export(list_to_tuple)
export(llama_cpp_representation)
export(mmr_inspired_representation)
export(munge_bert_document_approximate_distributions)
export(munge_bert_topics_over_time)
export(munge_bert_topics_per_class)
export(online_count_vectorizer)
export(open_ai_representation)
export(part_of_speech_representation)
export(polyfuzz_edit_distance)
export(polyfuzz_embeddings)
export(polyfuzz_fit)
export(polyfuzz_gensim_embeddings)
export(polyfuzz_match)
export(polyfuzz_model)
export(polyfuzz_rapidmatcher)
export(polyfuzz_save)
export(polyfuzz_sentence_embeddings)
export(polyfuzz_spacy_embeddings)
export(polyfuzz_tfidf)
export(polyfuzz_transform)
export(polyfuzz_use_embeddings)
export(print_bert_topic_tree)
export(roberta_embeddings)
export(select_correct_python)
export(sentence_transformer)
export(set_bert_attributes)
export(sklearn_vectorizer)
export(spacy_matching_pattern_dict_to_list)
export(stopwords_sources)
export(tbl_array)
export(tbl_bert_attributes)
export(tbl_bert_fit_transform)
export(tbl_bert_label_cosine_similarity)
export(tbl_bert_parameter_features_to_attribute)
export(tbl_bert_text_features)
export(tbl_bert_topic_per_class)
export(tbl_bert_topics_over_time)
export(tbl_bert_transform_documents)
export(tbl_bert_umap_label_level)
export(tbl_keybert_data)
export(tbl_keybert_keywords)
export(tbl_polyfuzz_matches)
export(tbl_top_2_vec_words_topics)
export(tbl_unite_features)
export(top2vec_document_topics)
export(top2vec_model)
export(top2vec_similar_words)
export(top2vec_topic_embeddings)
export(top2vec_topic_size)
export(transformer_representation)
export(word_doc_embedder)
export(write_bert_viz)
export(yake_keyword_extractor)
export(zeroshot_representation)
import(dplyr)
import(furrr)
import(future)
import(glue)
import(janitor)
import(parallelly)
import(purrr)
import(reticulate)
import(stringr)
import(tibble)
import(tidyr)