dict.put(PROCESS_ONLY_PROPER_NOUNS_STATE, true);
TextProcessingConfig tpc = TextProcessingConfig.createInstance(dict);
EntityLinkerConfig elc = new EntityLinkerConfig();
elc.setMinFoundTokens(2);//this is assumed by this test
elc.setRedirectProcessingMode(RedirectProcessingMode.FOLLOW);
FstLinkingEngine engine = new FstLinkingEngine("proper-noun-linking",
fstConfig, tpc, elc);
processConentItem(engine);
validateEnhancements(
Arrays.asList(
"Chancellor", "Angela Merkel", "Greece", "Greeks", "Germany", "SPD"),