public TopicAssigner(String depDir, String tpcDir, int threshold) throws IOException
{
String depFile, tpcFile, outFile;
for (String basename : new File(depDir).list(new FileExtFilter("dep.2")))
{
System.out.println(basename);
depFile = depDir + File.separator + basename;
tpcFile = tpcDir + File.separator + basename;
outFile = depDir + File.separator + basename + ".tpc";