this.visibilityTranslator = new DirectVisibilityTranslator();
this.sourceFileName = context.getConfiguration().get(CONFIG_SOURCE_FILE_NAME);
try {
config = DefaultConfigEnWp.generate();
compiler = new WtEngineImpl(config);
} catch (Exception ex) {
throw new IOException("Could not configure sweble", ex);
}
pagesProcessedCounter = context.getCounter(WikipediaImportCounters.PAGES_PROCESSED);