}
sufs.add(fields[2]);
}
ASBCDetectorReader.close();
} catch (FileNotFoundException e) {
throw new RuntimeIOException("ASBC dictionary not found", e);
} catch (IOException e) {
throw new RuntimeIOException("ASBC dictionary problem", e);
} finally {
if (ASBCDetectorReader != null) {
try {
ASBCDetectorReader.close();
} catch (IOException ioe) {