controls_txt | R Documentation |
Controls for text data used in the blocking
function (if representation = shingles
), passed to tokenize_character_shingles.
controls_txt(
n_shingles = 2L,
n_chunks = 10L,
lowercase = TRUE,
strip_non_alphanum = TRUE
)
n_shingles |
length of shingles (default |
n_chunks |
passed to (default |
lowercase |
should the characters be made lower-case? (default |
strip_non_alphanum |
should punctuation and white space be stripped? (default |
Returns a list with parameters.
Maciej Beręsewicz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.