We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518b37b commit 25b7a04Copy full SHA for 25b7a04
1 file changed
src/stemming.h
@@ -18,6 +18,11 @@
18
/// @brief Namespace for stemming classes.
19
namespace stemming
20
{
21
+ constexpr int OLEANDER_STEM_MAJOR_VERSION = 2023;
22
+ constexpr int OLEANDER_STEM_MINOR_VERSION = 1;
23
+ constexpr int OLEANDER_STEM_PATCH_VERSION = 0;
24
+ constexpr int OLEANDER_STEM_TWEAK_VERSION = 0;
25
+
26
/// @brief Languages available for stemming.
27
enum class stemming_type
28
0 commit comments