This a Python implementation of Naive Bayes classifier for classifying(labeling) articles in certain categories
Each text as modelled as a Markov chain (MM-0), considering sentences as states (S) The sentences were modelled using Markov chains (MM-0 and MM-1)
Unfortunately the proper dataset is missing in this version