/** store the HMM associated with this tagger to file 'fileName'. */
 public void store(String fileName) throws IOException {
   posh.store(new PrintWriter(new FileOutputStream(fileName)));
 }