Build a `TextBlock` from a dataframe using `text_cols`
TextBlock_from_df(
text_cols,
vocab = NULL,
is_lm = FALSE,
seq_len = 72,
backwards = FALSE,
min_freq = 3,
max_vocab = 60000,
tok = NULL,
rules = NULL,
sep = " ",
n_workers = 6,
mark_fields = NULL,
tok_text_col = "text"
)
text columns
vocabulary
is_lm
sequence length
backwards
minimum frequency
max vocabulary
tokenizer
rules
separator
number workers
mark_fields
result column name
None