Part of Speech (POS) tag Feature Selection for Text Classification
问题 I have the POS tag sentences obtain using Stanford POS tagger. Eg: The/DT island/NN was/VBD very/RB beautiful/JJ ./. I/PRP love/VBP it/PRP ./. (xml format also available) Can anyone explain how to perform feature selection from this POS tag sentences and convert them into feature vector for text classification using machine learning method. 回答1: A simple way to start out would be something like the following (assuming word order is not important for your classification algorithm). First you