Interface SoftMaskedAlphabet.MaskingDetector

    • Method Detail

      • mask

        String mask​(String token)
        Present the token for a Symbol as it would appear if masked
        Parameters:
        token - the String to mask.
        Returns:
        the masked token
      • unmask

        String unmask​(String token)
        Present the token for a Symbol as it would appear if it wasn't softmasked
        Parameters:
        token - the String to un-mask.
        Returns:
        the un-masked token