Feature Selection is a process in machine learning where the most relevant input variables (features) are selected for use in model construction.
For a sentiment analysis task, Feature Selection could help identify the most important words in a text document that can accurately predict the sentiment of the user.