diff --git a/src/german_stem.h b/src/german_stem.h index 15326c3..c3a8599 100644 --- a/src/german_stem.h +++ b/src/german_stem.h @@ -163,10 +163,10 @@ namespace stemming { bool stepBSucessfull{ false }; // 'em', but not if 'system' - if ((is_suffix(text, + if ((stem::is_suffix(text, common_lang_constants::LOWER_E, common_lang_constants::UPPER_E, common_lang_constants::LOWER_M, common_lang_constants::UPPER_M)) && - !(is_suffix(text, + !(stem::is_suffix(text, common_lang_constants::LOWER_S, common_lang_constants::UPPER_S, common_lang_constants::LOWER_Y, common_lang_constants::UPPER_Y, common_lang_constants::LOWER_S, common_lang_constants::UPPER_S,