Stopwords: Remove "fuji"

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-06-27 14:50:58 +02:00
parent 045f5915c2
commit 957638e0df
2 changed files with 0 additions and 2 deletions

View file

@ -2,7 +2,6 @@ olymp
olympus
ilford
fujifilm
fuji
leica
panasonic
sony

View file

@ -7,7 +7,6 @@ var StopWords = map[string]bool{
"olympus": true,
"ilford": true,
"fujifilm": true,
"fuji": true,
"leica": true,
"panasonic": true,
"sony": true,