I want to extract questions from question paper.I'm labeling each question as q and other sentences as i in dataset.
e.g.
Why is this sector becoming important in India,q
Describe any five public facilities needed for the development of a country,q
CBSE 10th English 2017 Unsolved Paper,i
THE MARKS ARE MENTIONED ON EACH QUESTION,i
Is it suitable to use textblob naivebayes classifier for this or should I use sklearn with nltk?