Remove standard useless token filter
This commit is contained in:
parent
3c2f93bccb
commit
22b5016687
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ stage.settings(
|
|||
text_analyzer = analyzer(
|
||||
'default',
|
||||
tokenizer="standard",
|
||||
filter=['lowercase', 'standard', 'asciifolding',
|
||||
filter=['lowercase', 'asciifolding',
|
||||
token_filter("frstop", type="stop", stopwords="_french_"),
|
||||
token_filter("frsnow", type="snowball", language="French")])
|
||||
stage.analyzer(text_analyzer)
|
||||
|
|
Loading…
Reference in a new issue