我想从问题文件中提取问题。我在标记每个问题 问题为q和其他句子作为数据集中的i。
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
是否适合使用textblob naivebayes分类器或者我应该使用sklearn和nltk吗?