Backend: Add words to stopwords.txt
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
f58ca6dcda
commit
5c780c99db
2 changed files with 10 additions and 0 deletions
|
@ -96,6 +96,11 @@ src
|
||||||
photo
|
photo
|
||||||
image
|
image
|
||||||
file
|
file
|
||||||
|
datei
|
||||||
|
dateien
|
||||||
|
ordner
|
||||||
|
folder
|
||||||
|
folders
|
||||||
'll
|
'll
|
||||||
'tis
|
'tis
|
||||||
'twas
|
'twas
|
||||||
|
|
|
@ -101,6 +101,11 @@ var StopWords = map[string]bool{
|
||||||
"photo": true,
|
"photo": true,
|
||||||
"image": true,
|
"image": true,
|
||||||
"file": true,
|
"file": true,
|
||||||
|
"datei": true,
|
||||||
|
"dateien": true,
|
||||||
|
"ordner": true,
|
||||||
|
"folder": true,
|
||||||
|
"folders": true,
|
||||||
"'ll": true,
|
"'ll": true,
|
||||||
"'tis": true,
|
"'tis": true,
|
||||||
"'twas": true,
|
"'twas": true,
|
||||||
|
|
Loading…
Reference in a new issue