We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4702bd commit bfcd78dCopy full SHA for bfcd78d
1 file changed
src/stemming.h
@@ -35,7 +35,7 @@ namespace stemming
35
constexpr int SNOWBALL_MAJOR_VERSION = 2;
36
/// @brief The Snowball standard implemented by the library
37
/// (minor version).
38
- constexpr int SNOWBALL_STEM_MINOR_VERSION = 3;
+ constexpr int SNOWBALL_MINOR_VERSION = 3;
39
40
/// @brief Languages available for stemming.
41
enum class stemming_type
0 commit comments