Ajay
Hello, I have text data containing some doctor prescription like - take 1 tablet by oral route 2 times every day
and I want to calculate the total frequency that the text talks about, here it's 2. How should I go further by predicting the frequency from text data?
I think you may want to implement a some sort of NER to select amount and pereodicity, and then multiply them