#!/bin/bash
g++ UnsupervisedWordSegmentation.cpp
echo "Segmentation Started..."
./a.out wordlist_full_mod5.pun 1 1 0 1 0
echo "Segmentation Done. Starting Comparing"
cp Output/finalSegmentation.txt ./
python find_compare.py>compare.csv
python prec_rec_f.py