-------------Assignment 1--------------
-------------Ashudeep Singh------------
---------------10162-------------------

The full wordlist is contained in the
file wordlist_full_mod.pun. But to run
the code use the file: wordlist_full_mod5.pun.
All the words with frequency less than 3 and
all the words with less than 3 characters
have been discarded, using the script: extract.py

To run everything in one go. Run the script:
> ./pipelining_script.sh

-----------------OR------------------
To run the automatic segmentation, 
use the following commands:
> g++ UnsupervisedWordSegmentation.cpp
> ./a.out wordlist_full_mod5.pun
This will create a file in the Output folder
named "finalSegmentation.txt". It contains
all the words in the wordlist in the
fragmented state. Now to run the analysis,
do the following:
> cp Output/finalSegmentation.txt ./
> python find_compare.py>compare.csv
> python prec_rec_f.py