diff --git a/pkg/txt/resources/stopwords.txt b/pkg/txt/resources/stopwords.txt index 574189e90..3e3838b33 100644 --- a/pkg/txt/resources/stopwords.txt +++ b/pkg/txt/resources/stopwords.txt @@ -6,6 +6,7 @@ leica panasonic sony canon +eos nikon iphone handy diff --git a/pkg/txt/stopwords.go b/pkg/txt/stopwords.go index f9601d79f..f69a95223 100644 --- a/pkg/txt/stopwords.go +++ b/pkg/txt/stopwords.go @@ -11,6 +11,7 @@ var StopWords = map[string]bool{ "panasonic": true, "sony": true, "canon": true, + "eos": true, "nikon": true, "iphone": true, "handy": true,