# HG changeset patch # User paulb # Date 1128014917 0 # Node ID c0e6ca347c6b3dbfd3ccfadcc92669fd91c0ae8d # Parent a2175486dce17e24e2ca63f892bd4278a7f614a0 [project @ 2005-09-29 17:28:37 by paulb] Changed the indexing demonstration to accept various other arguments, with the first argument being the directory containing files to index. diff -r a2175486dce1 -r c0e6ca347c6b README.txt --- a/README.txt Thu Sep 29 16:36:16 2005 +0000 +++ b/README.txt Thu Sep 29 17:28:37 2005 +0000 @@ -16,14 +16,13 @@ (Simple loop demonstrations which use two different ways of creating and starting the parallel processes.) -PYTHONPATH=. python tests/start_indexer.py +PYTHONPATH=. python tests/start_indexer.py -(A text indexing demonstration, where should be replaced by the number of -created/child/worker processes which will attempt to tokenize text files, and -where should be a directory containing text files to be indexed, -although HTML files will also work well enough. After indexing the files, a -prompt will appear, words or word fragments can be entered, and matching words -and their locations will be shown.) +(A text indexing demonstration, where should be a directory +containing text files to be indexed, although HTML files will also work well +enough. After indexing the files, a prompt will appear, words or word +fragments can be entered, and matching words and their locations will be +shown. Run the program without arguments to see more information.) Contact, Copyright and Licence Information ------------------------------------------