public LookupAlgorithm getLookupAlgorithm(DictionaryEngine dictEngine)
throws AnnotatorInitializationException
{
// variant support
String[] variantArr = { CANONICAL_VARIANT_ATTR };
PhraseBuilder pb = new VariantPhraseBuilderImpl(variantArr, true);
String textMetaFields = iv_props.getProperty(TEXT_MFS_PRP_KEY);
String[] textMetaFieldNameArr;
if(textMetaFields == null)
textMetaFieldNameArr = new String[]{};