Classifier | Predicts the most suitable category label for given textual data |
Dataset | Dataset handler |
Feeder | Provides textual data to process |
FeedRSS | Data provider from RSS feeds |
MultinomialNaiveBayes | Implementation of the Multinomial Naive Bayes classifier similar to the one that is described in Manning, et al |
Tokeniser | Splits a given text into smaller units called tokens |
WhitespaceTok | Splits the words from a text by whitespace characters |