for token in doc: if token.text = \'is\': print(token.i)
Given a token text, i.e. \'is\', is there a faster way to get its index instead o