diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-12-17 11:58:42 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-12-17 11:58:42 +0000 |
commit | 8da9cf3c42160948a556979de3232fa6fe7b801c (patch) | |
tree | 3f52f83d5dc57f3816eda3681232f0963badc23d | |
parent | d50bc424eaa82655dc56d1e314028f0cfe2fe745 (diff) | |
download | rspamd-8da9cf3c42160948a556979de3232fa6fe7b801c.tar.gz rspamd-8da9cf3c42160948a556979de3232fa6fe7b801c.zip |
Add snowball stemmer to the build.
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | CMakeLists.txt | 1 | ||||
m--------- | contrib/snowball | 0 | ||||
m--------- | src/ucl | 0 |
4 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5a6389bcd..e7a280ee4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "doc/doxydown"] path = doc/doxydown url = https://github.com/vstakhov/doxydown.git +[submodule "contrib/snowball"] + path = contrib/snowball + url = https://github.com/vstakhov/snowball diff --git a/CMakeLists.txt b/CMakeLists.txt index 11c0e9d51..58b9b6471 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -849,6 +849,7 @@ ADD_DEFINITIONS(-DHAVE_CONFIG_H) ADD_SUBDIRECTORY(contrib/xxhash) ADD_SUBDIRECTORY(contrib/http-parser) ADD_SUBDIRECTORY(contrib/libottery) +ADD_SUBDIRECTORY(contrib/snowball) ADD_SUBDIRECTORY(src) ADD_SUBDIRECTORY(test) diff --git a/contrib/snowball b/contrib/snowball new file mode 160000 +Subproject 558c36912b3ca63e2917d7df504a92dbc78e1b7 diff --git a/src/ucl b/src/ucl -Subproject 9491d5c401c853adaf893c45c693bc08630d907 +Subproject 0823055cee510a6614fdf434d6f83ab9cad03b4 |