Yasuhiro Horimoto 2018-12-28 12:12:15 +0900 (Fri, 28 Dec 2018) Revision: 7280acd200da8075a6bddec6d9186ac05bf4fa2d https://github.com/groonga/groonga/commit/7280acd200da8075a6bddec6d9186ac05bf4fa2d Message: doc: add explain of "algorithm" option for easier to understand Modified files: doc/source/reference/token_filters/token_filter_stem.rst Modified: doc/source/reference/token_filters/token_filter_stem.rst (+5 -0) =================================================================== --- doc/source/reference/token_filters/token_filter_stem.rst 2018-12-28 11:57:02 +0900 (1ca734159) +++ doc/source/reference/token_filters/token_filter_stem.rst 2018-12-28 12:12:15 +0900 (7f60f05f8) @@ -83,6 +83,11 @@ There is a optional parameters ``algorithm``. Specify a steming algorithm. +Steming algorithm is extract the stem. It is prepared for each language. + +You can extract the stem of each language by changing steming algorithm. +For example, if you want extract the stem of the French, you specify French to ``algorithm`` option. + Here are support steming algorithm:: French -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181228/4fbfb9ef/attachment.html>