From 8560c7ea498d306c74055cbd7c6898119f359e0e Mon Sep 17 00:00:00 2001 From: Ryan Lee Date: Fri, 24 Aug 2018 15:35:54 -0700 Subject: [PATCH] Remove stray backtick in /doc/modules/feature_extraction.rst --- doc/modules/feature_extraction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/feature_extraction.rst b/doc/modules/feature_extraction.rst index 97001f37fb04e..b3867373cbf11 100644 --- a/doc/modules/feature_extraction.rst +++ b/doc/modules/feature_extraction.rst @@ -919,7 +919,7 @@ concepts may not map one-to-one onto Lucene concepts.) To make the preprocessor, tokenizer and analyzers aware of the model parameters it is possible to derive from the class and override the -``build_preprocessor``, ``build_tokenizer``` and ``build_analyzer`` +``build_preprocessor``, ``build_tokenizer`` and ``build_analyzer`` factory methods instead of passing custom functions. Some tips and tricks: