Skip to content

Commit

Permalink
test different colons in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
japerk committed Oct 17, 2010
1 parent cb70cbc commit c9d3851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -2,10 +2,10 @@
Training Classifiers
--------------------

To train a binary NaiveBayes classifier on the movie_reviews corpus, using paragraphs as the training instances::
To train a binary NaiveBayes classifier on the movie_reviews corpus, using paragraphs as the training instances ::
python train_classifier.py --instances paras --algorithm NaiveBayes movie_reviews

To also include bigrams as features::
To also include bigrams as features:
python train_classifier.py --instances paras --algorithm NaiveBayes --bigrams movie_reviews

To set a minimum score threshold::
Expand Down

0 comments on commit c9d3851

Please sign in to comment.