I want to use the library and get indices of the extracted word instead of the extracted word string. For example: a list that tells me where is the start and end of each word in the input string - [(0,2), (2,5), (6,8)] Is there a way to do that?
I want to use the library and get indices of the extracted word instead of the extracted word string.
For example:
a list that tells me where is the start and end of each word in the input string - [(0,2), (2,5), (6,8)]
Is there a way to do that?