Sentence classification is the generic term for bucketing sentences into different labels - those labels could be "positive", "negative" and "neutral", thus allowing for sentiment analysis.
But they could also be other labels such as "sports_news" or "finance_news". This library allows both.
It says this: fastText is a library for efficient learning of word representations and sentence classification.
What does that meant? Is for sentiment analysis?