// FIXME use efmMap in the report, not the most recent one!
YKDocument fake =
YKDocumentFactory.createDummyDocument("Concordance", "none", "UTF-8");
DictionaryFrequencyReport reportcatsonly =
new DictionaryFrequencyReport("Concordance Report",
catnode.getName() + " applied to current concordance",
yoshikoder.getDictionary().getName(),
fake, efm, false);
DictionaryFrequencyReport reportcatsandpats =
new DictionaryFrequencyReport("Concordance Report",
catnode.getName() + "applied to current concordance",
yoshikoder.getDictionary().getName(),
fake, efm, true);
dia = new YKDictionaryReportDialog(yoshikoder, reportcatsonly, reportcatsandpats, onlyShowCats);
}