-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
347 lines (346 loc) · 13.2 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
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,nlp_annotation)
S3method(as_pipeline_model,nlp_pretrained_pipeline)
S3method(nlp_annotate,default)
S3method(nlp_annotate,nlp_light_pipeline)
S3method(nlp_annotate_full,default)
S3method(nlp_annotate_full,nlp_light_pipeline)
S3method(nlp_annotation,list)
S3method(nlp_annotation,spark_jobj)
S3method(nlp_assertion_dl,ml_pipeline)
S3method(nlp_assertion_dl,spark_connection)
S3method(nlp_assertion_dl,tbl_spark)
S3method(nlp_assertion_filterer,ml_pipeline)
S3method(nlp_assertion_filterer,spark_connection)
S3method(nlp_assertion_filterer,tbl_spark)
S3method(nlp_assertion_logreg,ml_pipeline)
S3method(nlp_assertion_logreg,spark_connection)
S3method(nlp_assertion_logreg,tbl_spark)
S3method(nlp_chunk2doc,ml_pipeline)
S3method(nlp_chunk2doc,spark_connection)
S3method(nlp_chunk2doc,tbl_spark)
S3method(nlp_chunk2token,ml_pipeline)
S3method(nlp_chunk2token,spark_connection)
S3method(nlp_chunk2token,tbl_spark)
S3method(nlp_chunk_embeddings,ml_pipeline)
S3method(nlp_chunk_embeddings,spark_connection)
S3method(nlp_chunk_embeddings,tbl_spark)
S3method(nlp_chunk_entity_resolver,ml_pipeline)
S3method(nlp_chunk_entity_resolver,spark_connection)
S3method(nlp_chunk_entity_resolver,tbl_spark)
S3method(nlp_chunk_filterer,ml_pipeline)
S3method(nlp_chunk_filterer,spark_connection)
S3method(nlp_chunk_filterer,tbl_spark)
S3method(nlp_chunker,ml_pipeline)
S3method(nlp_chunker,spark_connection)
S3method(nlp_chunker,tbl_spark)
S3method(nlp_classifier_dl,ml_pipeline)
S3method(nlp_classifier_dl,spark_connection)
S3method(nlp_classifier_dl,tbl_spark)
S3method(nlp_context_spell_checker,ml_pipeline)
S3method(nlp_context_spell_checker,spark_connection)
S3method(nlp_context_spell_checker,tbl_spark)
S3method(nlp_contextual_parser,ml_pipeline)
S3method(nlp_contextual_parser,spark_connection)
S3method(nlp_contextual_parser,tbl_spark)
S3method(nlp_date_matcher,ml_pipeline)
S3method(nlp_date_matcher,spark_connection)
S3method(nlp_date_matcher,tbl_spark)
S3method(nlp_date_normalizer,ml_pipeline)
S3method(nlp_date_normalizer,spark_connection)
S3method(nlp_date_normalizer,tbl_spark)
S3method(nlp_dependency_parser,ml_pipeline)
S3method(nlp_dependency_parser,spark_connection)
S3method(nlp_dependency_parser,tbl_spark)
S3method(nlp_doc2chunk,ml_pipeline)
S3method(nlp_doc2chunk,spark_connection)
S3method(nlp_doc2chunk,tbl_spark)
S3method(nlp_document_assembler,ml_pipeline)
S3method(nlp_document_assembler,spark_connection)
S3method(nlp_document_assembler,tbl_spark)
S3method(nlp_document_logreg_classifier,ml_pipeline)
S3method(nlp_document_logreg_classifier,spark_connection)
S3method(nlp_document_logreg_classifier,tbl_spark)
S3method(nlp_document_normalizer,ml_pipeline)
S3method(nlp_document_normalizer,spark_connection)
S3method(nlp_document_normalizer,tbl_spark)
S3method(nlp_drug_normalizer,ml_pipeline)
S3method(nlp_drug_normalizer,spark_connection)
S3method(nlp_drug_normalizer,tbl_spark)
S3method(nlp_embeddings_finisher,ml_pipeline)
S3method(nlp_embeddings_finisher,spark_connection)
S3method(nlp_embeddings_finisher,tbl_spark)
S3method(nlp_entity_ruler,ml_pipeline)
S3method(nlp_entity_ruler,spark_connection)
S3method(nlp_entity_ruler,tbl_spark)
S3method(nlp_finisher,ml_pipeline)
S3method(nlp_finisher,spark_connection)
S3method(nlp_finisher,tbl_spark)
S3method(nlp_graph_extraction,ml_pipeline)
S3method(nlp_graph_extraction,spark_connection)
S3method(nlp_graph_extraction,tbl_spark)
S3method(nlp_graph_finisher,ml_pipeline)
S3method(nlp_graph_finisher,spark_connection)
S3method(nlp_graph_finisher,tbl_spark)
S3method(nlp_lemmatizer,ml_pipeline)
S3method(nlp_lemmatizer,spark_connection)
S3method(nlp_lemmatizer,tbl_spark)
S3method(nlp_light_pipeline,ml_pipeline_model)
S3method(nlp_light_pipeline,nlp_pretrained_pipeline)
S3method(nlp_marian_transformer,ml_pipeline)
S3method(nlp_marian_transformer,spark_connection)
S3method(nlp_marian_transformer,tbl_spark)
S3method(nlp_medical_ner,ml_pipeline)
S3method(nlp_medical_ner,spark_connection)
S3method(nlp_medical_ner,tbl_spark)
S3method(nlp_multi_classifier_dl,ml_pipeline)
S3method(nlp_multi_classifier_dl,spark_connection)
S3method(nlp_multi_classifier_dl,tbl_spark)
S3method(nlp_multi_date_matcher,ml_pipeline)
S3method(nlp_multi_date_matcher,spark_connection)
S3method(nlp_multi_date_matcher,tbl_spark)
S3method(nlp_ner_chunker,ml_pipeline)
S3method(nlp_ner_chunker,spark_connection)
S3method(nlp_ner_chunker,tbl_spark)
S3method(nlp_ner_converter,ml_pipeline)
S3method(nlp_ner_converter,spark_connection)
S3method(nlp_ner_converter,tbl_spark)
S3method(nlp_ner_converter_internal,ml_pipeline)
S3method(nlp_ner_converter_internal,spark_connection)
S3method(nlp_ner_converter_internal,tbl_spark)
S3method(nlp_ner_crf,ml_pipeline)
S3method(nlp_ner_crf,spark_connection)
S3method(nlp_ner_crf,tbl_spark)
S3method(nlp_ner_dl,ml_pipeline)
S3method(nlp_ner_dl,spark_connection)
S3method(nlp_ner_dl,tbl_spark)
S3method(nlp_ngram_generator,ml_pipeline)
S3method(nlp_ngram_generator,spark_connection)
S3method(nlp_ngram_generator,tbl_spark)
S3method(nlp_normalizer,ml_pipeline)
S3method(nlp_normalizer,spark_connection)
S3method(nlp_normalizer,tbl_spark)
S3method(nlp_norvig_spell_checker,ml_pipeline)
S3method(nlp_norvig_spell_checker,spark_connection)
S3method(nlp_norvig_spell_checker,tbl_spark)
S3method(nlp_perceptron,ml_pipeline)
S3method(nlp_perceptron,spark_connection)
S3method(nlp_perceptron,tbl_spark)
S3method(nlp_pretrained_pipeline,spark_connection)
S3method(nlp_pretrained_pipeline,tbl_spark)
S3method(nlp_re_ner_chunks_filter,ml_pipeline)
S3method(nlp_re_ner_chunks_filter,spark_connection)
S3method(nlp_re_ner_chunks_filter,tbl_spark)
S3method(nlp_recursive_pipeline,ml_pipeline_stage)
S3method(nlp_recursive_pipeline,spark_connection)
S3method(nlp_recursive_tokenizer,ml_pipeline)
S3method(nlp_recursive_tokenizer,spark_connection)
S3method(nlp_recursive_tokenizer,tbl_spark)
S3method(nlp_regex_matcher,ml_pipeline)
S3method(nlp_regex_matcher,spark_connection)
S3method(nlp_regex_matcher,tbl_spark)
S3method(nlp_relation_extraction,ml_pipeline)
S3method(nlp_relation_extraction,spark_connection)
S3method(nlp_relation_extraction,tbl_spark)
S3method(nlp_relation_extraction_dl,ml_pipeline)
S3method(nlp_relation_extraction_dl,spark_connection)
S3method(nlp_relation_extraction_dl,tbl_spark)
S3method(nlp_sentence_detector,ml_pipeline)
S3method(nlp_sentence_detector,spark_connection)
S3method(nlp_sentence_detector,tbl_spark)
S3method(nlp_sentence_detector_dl,ml_pipeline)
S3method(nlp_sentence_detector_dl,spark_connection)
S3method(nlp_sentence_detector_dl,tbl_spark)
S3method(nlp_sentence_embeddings,ml_pipeline)
S3method(nlp_sentence_embeddings,spark_connection)
S3method(nlp_sentence_embeddings,tbl_spark)
S3method(nlp_sentence_entity_resolver,ml_pipeline)
S3method(nlp_sentence_entity_resolver,spark_connection)
S3method(nlp_sentence_entity_resolver,tbl_spark)
S3method(nlp_sentiment_detector,ml_pipeline)
S3method(nlp_sentiment_detector,spark_connection)
S3method(nlp_sentiment_detector,tbl_spark)
S3method(nlp_sentiment_dl,ml_pipeline)
S3method(nlp_sentiment_dl,spark_connection)
S3method(nlp_sentiment_dl,tbl_spark)
S3method(nlp_stemmer,ml_pipeline)
S3method(nlp_stemmer,spark_connection)
S3method(nlp_stemmer,tbl_spark)
S3method(nlp_stop_words_cleaner,ml_pipeline)
S3method(nlp_stop_words_cleaner,spark_connection)
S3method(nlp_stop_words_cleaner,tbl_spark)
S3method(nlp_symmetric_delete,ml_pipeline)
S3method(nlp_symmetric_delete,spark_connection)
S3method(nlp_symmetric_delete,tbl_spark)
S3method(nlp_t5_transformer,ml_pipeline)
S3method(nlp_t5_transformer,spark_connection)
S3method(nlp_t5_transformer,tbl_spark)
S3method(nlp_text_matcher,ml_pipeline)
S3method(nlp_text_matcher,spark_connection)
S3method(nlp_text_matcher,tbl_spark)
S3method(nlp_token_assembler,ml_pipeline)
S3method(nlp_token_assembler,spark_connection)
S3method(nlp_token_assembler,tbl_spark)
S3method(nlp_tokenizer,ml_pipeline)
S3method(nlp_tokenizer,spark_connection)
S3method(nlp_tokenizer,tbl_spark)
S3method(nlp_typed_dependency_parser,ml_pipeline)
S3method(nlp_typed_dependency_parser,spark_connection)
S3method(nlp_typed_dependency_parser,tbl_spark)
S3method(nlp_univ_sent_encoder,ml_pipeline)
S3method(nlp_univ_sent_encoder,spark_connection)
S3method(nlp_univ_sent_encoder,tbl_spark)
S3method(nlp_vivekn_sentiment_detector,ml_pipeline)
S3method(nlp_vivekn_sentiment_detector,spark_connection)
S3method(nlp_vivekn_sentiment_detector,tbl_spark)
S3method(nlp_word_embeddings,ml_pipeline)
S3method(nlp_word_embeddings,spark_connection)
S3method(nlp_word_embeddings,tbl_spark)
S3method(nlp_yake_model,ml_pipeline)
S3method(nlp_yake_model,spark_connection)
S3method(nlp_yake_model,tbl_spark)
S3method(print,nlp_annotation)
S3method(print,nlp_spark_annotation)
S3method(spark_jobj,nlp_light_pipeline)
S3method(spark_jobj,nlp_pretrained_pipeline)
S3method(spark_jobj,nlp_spark_annotation)
export(as_pipeline_model)
export(as_tibble.nlp_annotation)
export(nlp_albert_embeddings_pretrained)
export(nlp_albert_token_classification_pretrained)
export(nlp_annotate)
export(nlp_annotate_full)
export(nlp_annotation)
export(nlp_annotation_read_dataset)
export(nlp_annotation_tool_json_reader)
export(nlp_assertion_dl)
export(nlp_assertion_dl_pretrained)
export(nlp_assertion_filterer)
export(nlp_assertion_logreg)
export(nlp_assertion_logreg_pretrained)
export(nlp_bert_embeddings_pretrained)
export(nlp_bert_sentence_chunk_embeddings_pretrained)
export(nlp_bert_sentence_embeddings_pretrained)
export(nlp_bert_token_classification_pretrained)
export(nlp_chunk2doc)
export(nlp_chunk2token)
export(nlp_chunk_embeddings)
export(nlp_chunk_entity_resolver)
export(nlp_chunk_entity_resolver_pretrained)
export(nlp_chunk_filterer)
export(nlp_chunker)
export(nlp_classifier_dl)
export(nlp_classifier_dl_pretrained)
export(nlp_clear_cache)
export(nlp_conll_read_dataset)
export(nlp_conllu_read_dataset)
export(nlp_context_spell_checker)
export(nlp_context_spell_checker_pretrained)
export(nlp_contextual_parser)
export(nlp_date_matcher)
export(nlp_date_normalizer)
export(nlp_dependency_parser)
export(nlp_dependency_parser_pretrained)
export(nlp_distilbert_embeddings_pretrained)
export(nlp_distilbert_token_classification_pretrained)
export(nlp_doc2chunk)
export(nlp_document_assembler)
export(nlp_document_logreg_classifier)
export(nlp_document_normalizer)
export(nlp_drug_normalizer)
export(nlp_elmo_embeddings_pretrained)
export(nlp_embeddings_finisher)
export(nlp_entity_ruler)
export(nlp_finisher)
export(nlp_generate_assertion_train_set)
export(nlp_generate_colln)
export(nlp_generate_plain_assertion_train_set)
export(nlp_get_classes)
export(nlp_graph_extraction)
export(nlp_graph_finisher)
export(nlp_language_detector_dl_pretrained)
export(nlp_lemmatizer)
export(nlp_lemmatizer_pretrained)
export(nlp_light_pipeline)
export(nlp_longformer_embeddings_pretrained)
export(nlp_longformer_token_classification_pretrained)
export(nlp_marian_transformer)
export(nlp_marian_transformer_pretrained)
export(nlp_medical_ner)
export(nlp_medical_ner_pretrained)
export(nlp_multi_classifier_dl)
export(nlp_multi_classifier_dl_pretrained)
export(nlp_multi_date_matcher)
export(nlp_ner_chunker)
export(nlp_ner_converter)
export(nlp_ner_converter_internal)
export(nlp_ner_crf)
export(nlp_ner_crf_pretrained)
export(nlp_ner_dl)
export(nlp_ner_dl_pretrained)
export(nlp_ngram_generator)
export(nlp_normalizer)
export(nlp_norvig_spell_checker)
export(nlp_norvig_spell_checker_pretrained)
export(nlp_perceptron)
export(nlp_perceptron_pretrained)
export(nlp_pos)
export(nlp_pretrained_pipeline)
export(nlp_pubtator_read_dataset)
export(nlp_re_ner_chunks_filter)
export(nlp_recursive_pipeline)
export(nlp_recursive_tokenizer)
export(nlp_regex_matcher)
export(nlp_relation_extraction)
export(nlp_relation_extraction_dl)
export(nlp_relation_extraction_dl_pretrained)
export(nlp_relation_extraction_pretrained)
export(nlp_roberta_embeddings_pretrained)
export(nlp_roberta_sentence_embeddings_pretrained)
export(nlp_roberta_token_classification_pretrained)
export(nlp_sentence_detector)
export(nlp_sentence_detector_dl)
export(nlp_sentence_detector_dl_pretrained)
export(nlp_sentence_embeddings)
export(nlp_sentence_entity_resolver)
export(nlp_sentence_entity_resolver_pretrained)
export(nlp_sentiment_detector)
export(nlp_sentiment_dl)
export(nlp_sentiment_dl_pretrained)
export(nlp_set_input_cols)
export(nlp_set_output_col)
export(nlp_set_param)
export(nlp_set_param_tuple2)
export(nlp_show_available_annotators)
export(nlp_show_public_models)
export(nlp_show_public_pipelines)
export(nlp_spark_annotation)
export(nlp_stemmer)
export(nlp_stop_words_cleaner)
export(nlp_symmetric_delete)
export(nlp_symmetric_delete_pretrained)
export(nlp_t5_transformer)
export(nlp_t5_transformer_pretrained)
export(nlp_text_matcher)
export(nlp_token_assembler)
export(nlp_tokenizer)
export(nlp_typed_dependency_parser)
export(nlp_typed_dependency_parser_pretrained)
export(nlp_univ_sent_encoder)
export(nlp_univ_sent_encoder_pretrained)
export(nlp_version)
export(nlp_vivekn_sentiment_detector)
export(nlp_vivekn_sentiment_pretrained)
export(nlp_word_embeddings)
export(nlp_word_embeddings_model)
export(nlp_word_embeddings_pretrained)
export(nlp_xlm_roberta_embeddings_pretrained)
export(nlp_xlm_roberta_sentence_embeddings_pretrained)
export(nlp_xlm_roberta_token_classification_pretrained)
export(nlp_xlnet_embeddings_pretrained)
export(nlp_xlnet_token_classification_pretrained)
export(nlp_yake_model)
export(set_nlp_version)
exportClasses(nlp_annotation)
import(forge)
import(sparklyr)