Numericalize | R Documentation |
Reversible transform of tokenized texts to numericalized ids
Numericalize(
vocab = NULL,
min_freq = 3,
max_vocab = 60000,
special_toks = NULL,
pad_tok = NULL
)
vocab |
vocab |
min_freq |
min_freq |
max_vocab |
max_vocab |
special_toks |
special_toks |
pad_tok |
pad_tok |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.