Merge pull request #3378 from alephate/main
Added "where" to stop word filter exceptions.
This commit is contained in:
commit
e73209899b
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ _LUNR_STOP_WORD_FILTER_EXCEPTIONS = [
|
||||||
"get",
|
"get",
|
||||||
"who",
|
"who",
|
||||||
"say",
|
"say",
|
||||||
|
"where",
|
||||||
] + settings.LUNR_STOP_WORD_FILTER_EXCEPTIONS
|
] + settings.LUNR_STOP_WORD_FILTER_EXCEPTIONS
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue