mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Search: Update /pkg/txt/smallwords.go and stopwords.go
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
d6e5096786
commit
bd6a1b90f2
3 changed files with 3 additions and 2 deletions
|
|
@ -1538,7 +1538,6 @@ von
|
|||
vor
|
||||
wahr?
|
||||
wann
|
||||
war
|
||||
waren
|
||||
warst
|
||||
wart
|
||||
|
|
|
|||
|
|
@ -39,10 +39,13 @@ var SmallWords = map[string]bool{
|
|||
"ist": true,
|
||||
"und": true,
|
||||
"uns": true,
|
||||
"unser": true,
|
||||
"unsere": true,
|
||||
"von": true,
|
||||
"für": true,
|
||||
"ein": true,
|
||||
"eine": true,
|
||||
"einer": true,
|
||||
"sind": true,
|
||||
"sein": true,
|
||||
"auch": true,
|
||||
|
|
|
|||
|
|
@ -1544,7 +1544,6 @@ var StopWords = map[string]bool{
|
|||
"vor": true,
|
||||
"wahr?": true,
|
||||
"wann": true,
|
||||
"war": true,
|
||||
"waren": true,
|
||||
"warst": true,
|
||||
"wart": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue