Skip to content

Minor error in the RSLP's step0 file #207

@felipovysk

Description

@felipovysk

In the step0.pt file in stemmers/rslp.zip the following line:

"ães"	1	"ão"	"mãe"

has mãe as an exception for the ães rule. However, the implementation requires the exceptions to be in their plural form (which, in this case, would be mães). A simple fix for this would be to change the line into

"ães"	1	"ão"	"mães"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions