Tokenizer_from_df | R Documentation |
Tokenizer_from_df
Tokenizer_from_df(
text_cols,
tok = NULL,
rules = NULL,
sep = " ",
n_workers = 6,
mark_fields = NULL,
tok_text_col = "text"
)
text_cols |
text columns |
tok |
tokenizer |
rules |
special rules |
sep |
separator |
n_workers |
number of workers |
mark_fields |
mark fields |
tok_text_col |
output column name |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.