From 9aceff09bd26c25d60bb8f487e3a45cc53795041 Mon Sep 17 00:00:00 2001 From: crista Date: Thu, 28 Nov 2013 21:22:42 -0800 Subject: [PATCH] Update README.md Gave example of command line interface --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 238c08d..bc58ab8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ Exercises in Programming Style ============================== Comprehensive collection of well-known, and not so well-known, programming -styles using a simple computational task, term frequency. +styles using a simple computational task, term frequency. All programs run +with the following command line: + +$ python tf-NN.py ../pride-and-prejudice.txt Additions are welcome!