Search: Remove sea. sinon, and sino from stopwords list
This commit is contained in:
parent
771bcb1582
commit
125b05b489
2 changed files with 0 additions and 6 deletions
|
@ -2155,7 +2155,6 @@ sien
|
|||
sienne
|
||||
siennes
|
||||
siens
|
||||
sinon
|
||||
sixième
|
||||
soi
|
||||
soi-même
|
||||
|
@ -2754,7 +2753,6 @@ saber
|
|||
sabes
|
||||
sal
|
||||
salvo
|
||||
sea
|
||||
seamos
|
||||
sean
|
||||
seas
|
||||
|
@ -2784,7 +2782,6 @@ siete
|
|||
sigue
|
||||
siguiente
|
||||
sin
|
||||
sino
|
||||
sobre
|
||||
sola
|
||||
solamente
|
||||
|
|
|
@ -2160,7 +2160,6 @@ var StopWords = map[string]bool{
|
|||
"sienne": true,
|
||||
"siennes": true,
|
||||
"siens": true,
|
||||
"sinon": true,
|
||||
"sixième": true,
|
||||
"soi": true,
|
||||
"soi-même": true,
|
||||
|
@ -2759,7 +2758,6 @@ var StopWords = map[string]bool{
|
|||
"sabes": true,
|
||||
"sal": true,
|
||||
"salvo": true,
|
||||
"sea": true,
|
||||
"seamos": true,
|
||||
"sean": true,
|
||||
"seas": true,
|
||||
|
@ -2789,7 +2787,6 @@ var StopWords = map[string]bool{
|
|||
"sigue": true,
|
||||
"siguiente": true,
|
||||
"sin": true,
|
||||
"sino": true,
|
||||
"sobre": true,
|
||||
"sola": true,
|
||||
"solamente": true,
|
||||
|
|
Loading…
Reference in a new issue