Como inicializar um python espacial simbólico
doc = nlp("Give it back! He pleaded.")
token = doc[0]
assert token.text == "Give"
Grumpy Grivet
doc = nlp("Give it back! He pleaded.")
token = doc[0]
assert token.text == "Give"