Commit 49a71a4f authored by areej.mohammad's avatar areej.mohammad

Update README.md

parent e8b57671
......@@ -22,14 +22,14 @@ The system is divided into three main stages connected via two blocking queues.
Stemming
Class Role Input Output
Stemming (Main) Setup N/A Starts the threads
and Initialization
Producer File Reader Text File (Lines) Queue 1 (BlockingQueue<String>)
Stemming (Main): Setup and Initialization
Producer: File Reader
MultipleConsumers Concurrent Stemming Queue 1 (Lines) Queue 2 (BlockingQueue<List<String>>)
MultipleConsumers: Concurrent Stemming
SingleConsumerWrite Collector Queue 2 (Lists of Stems) Final Output File (output.txt)
SingleConsumerWrite: Collector
and Writer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment