Data Structures

Here are the data structures with brief descriptions:
ClassifierPredicts the most suitable category label for given textual data
DatasetDataset handler
FeederProvides textual data to process
FeedRSSData provider from RSS feeds
MultinomialNaiveBayesImplementation of the Multinomial Naive Bayes classifier similar to the one that is described in Manning, et al
TokeniserSplits a given text into smaller units called tokens
WhitespaceTokSplits the words from a text by whitespace characters