I have a text like,
"India, officially the Republic of India is a country in South Asia."
I need it to be able to give me,
Country: India
Region: South Asia
Whatever I found on scikit's documentation, it was able to classify it into one category, for example I could train this on two classifier to check whether a country is present or region is present, but I want it to tell me which feature it is picking up, bit like NLTK's most informative features, for each classification. How do I do this?