tok_normalizer | R Documentation |
Generic class for normalizers
Generic class for normalizers
.normalizer
Internal pointer to normalizer object
new()
Initializes a tokenizer
tok_normalizer$new(normalizer)
normalizer
a raw pointer to a tokenizer
clone()
The objects of this class are cloneable with this method.
tok_normalizer$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other normalizers:
normalizer_nfc
,
normalizer_nfkc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.