[ 
https://issues.apache.org/jira/browse/LUCENE-7378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15376879#comment-15376879
 ] 

Robert Muir commented on LUCENE-7378:
-------------------------------------

Lucene has two choices, the hungarian stemmer from snowball (SnowballFilter), 
and the light stemmer from savoy (HungarianLightStemmer). 

But yeah, confusingly, dont use hunspell for hungarian, I'm not sure it will 
really work at all.

> HunspellStemFilter returns another values than Hunspell in console / command 
> line with same dictionaries.
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-7378
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7378
>             Project: Lucene - Core
>          Issue Type: Sub-task
>          Components: core/other
>    Affects Versions: 5.4.1
>         Environment: Apache Solr 5.4.1
>            Reporter: Barta Tamás
>         Attachments: hu_HU.aff, hu_HU.dic
>
>
> HunspellStemFilter for hungarian language returns different results than 
> hunspell command for the same dictionary.
> - input text is "kakaó"
> - HunspellStemFilter results are "kakaó" and "kaka"
> - "kaka" is wrong, it shouldn't be returned
> - hunspell command returns "kakaó" only.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to