コード例 #1
0
 /** load the HMM associated with this tagger from file 'fileName'. */
 public void load(String fileName) throws IOException {
   posh.load(new BufferedReader(new FileReader(fileName)));
 }