Pokes a token in the counter table that corresponds to the given leading
sequence of tokens, incrementing its counter value.
If the token counter have an entry in the counter table, it is created
and assigned a value of 1, and if no counter table exists for the leading
token sequence, one is created as well.
The length of the token sequence must match the size of the markov state.
Pokes a token in the counter table that corresponds to the given leading sequence of tokens, incrementing its counter value. If the token counter have an entry in the counter table, it is created and assigned a value of 1, and if no counter table exists for the leading token sequence, one is created as well. The length of the token sequence must match the size of the markov state.