R/controls.R
controls_txt.Rd
Controls for text data used in blocking() (if representation = "shingles"), passed to tokenize_character_shingles().
blocking()
representation = "shingles"
controls_txt( n_shingles = 2L, n_chunks = 10L, lowercase = TRUE, strip_non_alphanum = TRUE )
length of shingles (default 2L),
2L
passed to (default 10L),
10L
should the characters be made lower-case? (default TRUE),
TRUE
should punctuation and white space be stripped? (default TRUE).
Returns a list with parameters.
Maciej Beręsewicz