Build a `TextBlock` from a `path`
TextBlock_from_folder(
path,
vocab = NULL,
is_lm = FALSE,
seq_len = 72,
backwards = FALSE,
min_freq = 3,
max_vocab = 60000,
tok = NULL,
rules = NULL,
extensions = NULL,
folders = NULL,
output_dir = NULL,
skip_if_exists = TRUE,
output_names = NULL,
n_workers = 6,
encoding = "utf8"
)
path
vocabualry
is_lm
sequence length
backwards
minimum frequency
max vocabulary
tokenizer
rules
extensions
folders
output_dir
skip_if_exists
output_names
number of workers
encoding
None