Stopwords: Add "unknown", "title", "caption" and "description"
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
6c7ed8fdff
commit
f0af60a82b
2 changed files with 8 additions and 0 deletions
|
@ -29,6 +29,10 @@ download
|
|||
downloads
|
||||
edit
|
||||
edited
|
||||
unknown
|
||||
title
|
||||
caption
|
||||
description
|
||||
temp
|
||||
var
|
||||
lib
|
||||
|
|
|
@ -34,6 +34,10 @@ var StopWords = map[string]bool{
|
|||
"downloads": true,
|
||||
"edit": true,
|
||||
"edited": true,
|
||||
"unknown": true,
|
||||
"title": true,
|
||||
"caption": true,
|
||||
"description": true,
|
||||
"temp": true,
|
||||
"var": true,
|
||||
"lib": true,
|
||||
|
|
Loading…
Reference in a new issue