I have a large number of medical reports. I am trying to determine sentences that show a future action will be taken eg 'I will prescribe a medication'
I am using english-ewt model from udpipe and I have also tried english-gum but neither give me a future tense of the verb- just Tense Past/Pres
How get I determine a future sentence as the one above with udpipe (I am using this specifically as I have trouble installing rjava which openNLP and NLP require). If there is no future tense form of a verb given via udpipe are there other ways I can determine what I want using the POS tags etc that udpipe outputs?