make_tokens

mlpractice.rnn_torch.make_tokens(input_text)

Makes a list of all unique characters in the input_text.

Parameters
input_textstr

Input text for RNN training. Should be a simple plain text file.

Returns
tokenslist of str

List with all unique tokens.