On Wed, 25 Mar 2015, ?? wrote:
everyone:
I'm developing my own Analyzer in PyLucene 4.9.0 and created a TokenFilter for
CompoundTokenFilter for compound word splitting in the analyzer as the
DictionaryCompoundWordTokenFilter not performing very well.
DictionaryCompoundWordTokenFilter uses a
everyone:
I'm developing my own Analyzer in PyLucene 4.9.0 and created a TokenFilter for
CompoundTokenFilter for compound word splitting in the analyzer as the
DictionaryCompoundWordTokenFilter not performing very well.
DictionaryCompoundWordTokenFilter uses a brute algorithm, but I'd like to s