Tokenizer_from_df
Tokenizer_from_df(
text_cols,
tok = NULL,
rules = NULL,
sep = " ",
n_workers = 6,
mark_fields = NULL,
tok_text_col = "text"
)
text columns
tokenizer
special rules
separator
number of workers
mark fields
output column name
None