I tried it by changing the first prefixPath initialization to
List>> prefixPaths =
FSTUtil.intersectPrefixPaths(convertAutomaton(lookupAutomaton), fst);
prefixPaths = getFullPrefixPaths(prefixPaths, lookupAutomaton, fst);
inside AnalyzingSuggester.lookup(..). (simply copied the line from belo
On Wed, Nov 13, 2013 at 12:04 PM, Christian Reuschling
wrote:
> We started to implement a named entity recognition on the base of
> AnalyzingSuggester, which offers
> the great support for Synonyms, Stopwords, etc.
> For this, we slightly modified AnalyzingSuggester.lookup() to only return the
>
Hmm, this needs some digging into as it seems. I must admit that by
looking over the code I get yet not idea where the real matching of
terms against the index happens.
If someone could point to the place in the code where the core test of a
term against the index is, that would help a lot. Or