Wiadomość napisana w dniu 2008-09-12, o godz. 17:58, przez Andrzej
Bialecki:
ok .. that?
I recommend using Stempelator (or Morfologik) for Polish stemming
and lemmatization. It provides a superset of Stempel features,
namely in addition to the algorithmic stemming it provide
Jarek Zgoda wrote:
Exactly like that.
Wiadomość napisana w dniu 2008-09-12, o godz. 17:27, przez sunnyfr:
ok .. that?
I recommend using Stempelator (or Morfologik) for Polish stemming and
lemmatization. It provides a superset of Stempel features, namely in
addition to the
Exactly like that.
Wiadomość napisana w dniu 2008-09-12, o godz. 17:27, przez sunnyfr:
ok .. that?
thanks
Jarek Zgoda-7 wrote:
Use full class access path when declaring factory class. Mine is
"com.redefine.solr.analysis.StempelTokenFilterFactory".
Wiadomość napisana w dniu
ok .. that?
thanks
Jarek Zgoda-7 wrote:
>
> Use full class access path when declaring factory class. Mine is
> "com.redefine.solr.analysis.StempelTokenFilterFactory".
>
> Wiadomość napisana w dniu 2008-09-12, o godz. 16:33, przez sunnyfr:
>
>>
>> Hi guys,
>>
>> Thanks
Use full class access path when declaring factory class. Mine is
"com.redefine.solr.analysis.StempelTokenFilterFactory".
Wiadomość napisana w dniu 2008-09-12, o godz. 16:33, przez sunnyfr:
Hi guys,
Thanks for this clear explanation about how to implement Polish
stemming.
Can you tell me
Hi guys,
Thanks for this clear explanation about how to implement Polish stemming.
Can you tell me how do you explain to point on this Stempel file in the
schema.xml ?
Thanks guys,
Johanna
Jarek Zgoda-7 wrote:
>
> Rafał Kuć pisze:
>
>> I usually put my own jar files in Solr webapp in lib
Rafał Kuć pisze:
> I usually put my own jar files in Solr webapp in lib directory. It
> would be something like that: SOLR_HOME/webapps/solr/WEB-INF/lib.
>
>> I wrote a filter factory class for Solr, that performs Polish stemming
>> using Stempel (http://www.getopt.org/stempel/). Where should I
Hello,
I usually put my own jar files in Solr webapp in lib directory. It
would be something like that: SOLR_HOME/webapps/solr/WEB-INF/lib.
> I wrote a filter factory class for Solr, that performs Polish stemming
> using Stempel (http://www.getopt.org/stempel/). Where should I put my
> jar (and