en2DeProbs = new TTable_monolithic_IFAs(fs2, new Path(e2fttableFile), true);
} catch (IOException e) {
e.printStackTrace();
}
PrefixEncodedGlobalStats globalStatsMap;
globalStatsMap = new PrefixEncodedGlobalStats(new Path(termsFile), fs2);
globalStatsMap.loadDFStats(new Path(dfByTermFile), fs2);
HMapIFW transDfTable = CLIRUtils.translateDFTable(eVocab_e2f, fVocab_e2f, en2DeProbs, globalStatsMap);
SequenceFile.Writer writer = SequenceFile.createWriter(fs2, conf, new Path(transDfFile), IntWritable.class, FloatWritable.class);
for(MapIF.Entry term : transDfTable.entrySet()){