Learn R Programming

tok (version 0.2.0)

normalizer_nfkc: NFKC normalizer

Description

NFKC normalizer

NFKC normalizer

Arguments

Super class

tok::tok_normalizer -> tok_normalizer_nfc

Methods


Method new()

Initializes the NFKC normalizer

Usage

normalizer_nfkc$new()


Method clone()

The objects of this class are cloneable with this method.

Usage

normalizer_nfkc$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

See Also

Other normalizers: normalizer_nfc, tok_normalizer