I was wondering if we can add the tokens if there is specific token after the token. For example:
This is a test token and it is a test to see if it works.
In the sentence above let's say we get token as:
token ='This','is', 'a','test','token','and','it','is','a','test','to',see'....
What I want to do is if there is a token called token
, I want test token
to be single token.
I have looked around and tried everything but I couldn't fix it.