From 856cd52dd556d3db4739283909d4083c0f9e90a5 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 10 Jun 2020 08:40:25 +0200 Subject: [PATCH] Backend: Update stopwords.txt Signed-off-by: Michael Mayer --- pkg/txt/resources/stopwords.txt | 1 + pkg/txt/stopwords.go | 1 + 2 files changed, 2 insertions(+) diff --git a/pkg/txt/resources/stopwords.txt b/pkg/txt/resources/stopwords.txt index 0a87a9925..89ac3d407 100644 --- a/pkg/txt/resources/stopwords.txt +++ b/pkg/txt/resources/stopwords.txt @@ -8,6 +8,7 @@ ipad android sync usb +dsc upload download temp diff --git a/pkg/txt/stopwords.go b/pkg/txt/stopwords.go index 98e99483c..8ec905777 100644 --- a/pkg/txt/stopwords.go +++ b/pkg/txt/stopwords.go @@ -13,6 +13,7 @@ var Stopwords = map[string]bool{ "android": true, "sync": true, "usb": true, + "dsc": true, "upload": true, "download": true, "temp": true,