5556575859606162636465
System.out.print("Done"); } public void addEnTag(String file) throws LoadModelException, IOException { AbstractTagger cl = new POSTagger(file); addEnTag(cl,file); cl.saveTo(file); }