tokenprocessing¶
- make_token_tag(identifier)¶
Feature engineering for identifiers, tags each character as a vowel, consonant, number, special character, or other.
- Parameters:
identifier (str) – The identifier to tag.
- Returns:
A string of tag characters the same length as the input string.
- Return type:
str