Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 597 Bytes

File metadata and controls

16 lines (8 loc) · 597 Bytes

EmailTokenizerInfo

EmailTokenizerInfo represents a tokenizer that specifically tokenizes emails

Properties

Name Type Description Notes
domainSuffixLength Long What length of a random domain suffix to generate used only if FixedDomainSuffix is empty [optional]
fixedDomainSuffix String if FixedDomainSuffix isn't empty, it will be appended to the output [optional]
keepPrefixLength Long How many letters of the plaintext to keep in the output [optional]