开发者

Spanish Analyser with lucene

开发者 https://www.devze.com 2023-02-02 22:08 出处:网络
Analyser need an implementation of Spanish. If anyone knows w开发者_如何学运维here I can get, I appreciate.Analyser of what? Do you mean an implementation of Lucene\'s Analyzer class for Spanish?

Analyser need an implementation of Spanish. If anyone knows w开发者_如何学运维here I can get, I appreciate.


Analyser of what? Do you mean an implementation of Lucene's Analyzer class for Spanish?

You may want to take a look at Snowball. It appears as though the Snowball word stemmer supports Spanish and can be integrated with Lucene.


Analyzer analyzer = new SnowballAnalyzer("Spanish");

Snowball is in lucene/contrib/snowball

Here are answers: http://web.archiveorange.com/archive/v/xJxT8iJf07j8mdQwgHyu

0

精彩评论

暂无评论...
验证码 换一张
取 消