From 4faae4e91aa6bf10842a0d00e4258a53a75711fb Mon Sep 17 00:00:00 2001 From: rjawor Date: Thu, 27 Apr 2017 13:52:03 +0200 Subject: [PATCH] slight change --- prod/resources/concordia-config/concordia.cfg.in | 4 ++-- tests/resources/concordia-config/concordia.cfg.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/prod/resources/concordia-config/concordia.cfg.in b/prod/resources/concordia-config/concordia.cfg.in index 1616eb0..28eb75b 100644 --- a/prod/resources/concordia-config/concordia.cfg.in +++ b/prod/resources/concordia-config/concordia.cfg.in @@ -4,9 +4,9 @@ # #------------------------------------------------------------------------------- -# The following settings control the sentence anonymizer mechanism. It is used to +# The following settings control the sentence tokenizer mechanism. It is used to # remove unnecessary symbols and possibly words from sentences added to index -# and search patterns. Anonymizer removes html tags, substitutes predefined symbols +# and search patterns. Tokenizer removes html tags, substitutes predefined symbols # with a single space, removes stop words (if the option is enabled), as well as # named entities and special symbols. All these have to be listed in files. diff --git a/tests/resources/concordia-config/concordia.cfg.in b/tests/resources/concordia-config/concordia.cfg.in index f78e940..56fb756 100644 --- a/tests/resources/concordia-config/concordia.cfg.in +++ b/tests/resources/concordia-config/concordia.cfg.in @@ -4,9 +4,9 @@ # #------------------------------------------------------------------------------- -# The following settings control the sentence anonymizer mechanism. It is used to +# The following settings control the sentence tokenizer mechanism. It is used to # remove unnecessary symbols and possibly words from sentences added to index -# and search patterns. Anonymizer removes html tags, substitutes predefined symbols +# and search patterns. Tokenizer removes html tags, substitutes predefined symbols # with a single space, removes stop words (if the option is enabled), as well as # named entities and special symbols. All these have to be listed in files.