Distributed Word Counting System
Execute these on seperate terminal windows:
# Coordinator
python script.py --role coordinator
# Proposer 1
python script.py --role proposer --range A-M --port 1002
# Proposer 2
python script.py --role proposer2 --range N-Z --port 1003
# Acceptor 1
python script.py --role acceptor --port 1004
# Acceptor 2
python script.py --role acceptor2 --port 1005
# Learner (Port 1006)
python script.py --role learner