Skip to content

Umlaute with stemmer de #759

@getriebesand

Description

@getriebesand

Describe the bug
"grüne" will be "grun" with the german stemmer. But it must be "grün"

To Reproduce

const natural = require('natural');
const stemmer = natural.PorterStemmerDe;
console.log(stemmer.stem("grüne"));

Output: grun

Expected behavior

Output grün

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions