Backend: Add "eos" to stopwords list
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
c4a62f3fcc
commit
8e07f1c61a
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ leica
|
|||
panasonic
|
||||
sony
|
||||
canon
|
||||
eos
|
||||
nikon
|
||||
iphone
|
||||
handy
|
||||
|
|
|
@ -11,6 +11,7 @@ var StopWords = map[string]bool{
|
|||
"panasonic": true,
|
||||
"sony": true,
|
||||
"canon": true,
|
||||
"eos": true,
|
||||
"nikon": true,
|
||||
"iphone": true,
|
||||
"handy": true,
|
||||
|
|
Loading…
Reference in a new issue