I'm aware of the basic spacy workflow for getting various attributes from a document, however I can't find a built in function to return the position (start/end) of a word which is part of a sentence.
Would anyone know if this is possible with Spacy?
These are available as attributes of the tokens in the sentences. Doc says: