powered by
Function to token a string into its k components
tokenify(string, k)
A string or record
A parameter k, which is the number of shingle, tokens, or grams to break the string into
Computes the tokenized or grammed version of a string
# NOT RUN { tokenify("Alexander",2) tokenify("Alexander Smith", 2) # }
Run the code above in your browser using DataLab