arguments[2] = args[2];//test file
Gui g = new Gui();
Test t = new Test();
g.readBigramModel();
g.testBoundation();
t.compare();
}
}
public Gui(){
bigramHash = new Hashtable<String, Hashtable<String,Double>>();
disambiguted = new Hashtable<String,String>();