Skip to content

RussianLightStemmer incorrectly handles the words ending with 'ее' [LUCENE-6137] #7199

@asfimport

Description

@asfimport

Consider the forms of Russian word "синий" and the result returned by RussianLightStemmer:

синий -> син
синяя -> син
синее -> сине
синие -> син

I think the correct result should be:

синий -> син
синяя -> син
синее -> син
синие -> син


Migrated from LUCENE-6137 by Alexander Sofronov, 1 vote, updated Jan 01 2015
Attachments: LUCENE-6137.patch

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions