3031323334353637
LanguageIdProcessor langid = null; public void setUp() throws Exception { Configuration conf = BehemothConfiguration.create(); langid = new LanguageIdProcessor(); langid.setConf(conf); }