From 125b05b4897681066cd1654ba4120dda58c29ccc Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Sat, 25 Sep 2021 15:56:44 +0200 Subject: [PATCH] Search: Remove sea. sinon, and sino from stopwords list --- pkg/txt/resources/stopwords.txt | 3 --- pkg/txt/stopwords.go | 3 --- 2 files changed, 6 deletions(-) diff --git a/pkg/txt/resources/stopwords.txt b/pkg/txt/resources/stopwords.txt index b2517659d..6d860a105 100644 --- a/pkg/txt/resources/stopwords.txt +++ b/pkg/txt/resources/stopwords.txt @@ -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 diff --git a/pkg/txt/stopwords.go b/pkg/txt/stopwords.go index db59fa9c0..11ecd7197 100644 --- a/pkg/txt/stopwords.go +++ b/pkg/txt/stopwords.go @@ -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,