This includes a very simple demo of classifying pet names using the scikit-learn implementation of a Naïve Bayes classifier and data from NLTK's corpus collection. The three command-line endpoints are
split.py: splits the data into train, development, and test.train.py: trains the modelevaluate.py: evaluates the model's performance