From the text you need to isolate all the words and add to the list without punctuation.
Example: We have the following text: 'From the city to the cottage half an hour drive. I kept looking around, but I couldn’t see anything suspicious and soon calmed down. Then I saw a miracle. '
There should be a list of words ['From', 'cities', 'to' ...]]