R/text_data.R
Numericalize.Rd
Reversible transform of tokenized texts to numericalized ids
Numericalize( vocab = NULL, min_freq = 3, max_vocab = 60000, special_toks = NULL, pad_tok = NULL )
vocab
min_freq
max_vocab
special_toks
pad_tok
None