summaryrefslogtreecommitdiffstats
path: root/crate_db/src/stopwords.rs
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2019-04-16 02:14:42 +0100
committerKornel <kornel@geekhood.net>2019-04-16 13:17:32 +0100
commitf3683c5df155f36aae0a750085236e11b8076e10 (patch)
tree34da9ca376908754470c6dc503b2dc81e6ed5e8b /crate_db/src/stopwords.rs
parent01ca469414316eb6d629dce4e80b7e1b17f6a93b (diff)
Tuning
Diffstat (limited to 'crate_db/src/stopwords.rs')
-rw-r--r--crate_db/src/stopwords.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crate_db/src/stopwords.rs b/crate_db/src/stopwords.rs
index 8dbfeda..df55454 100644
--- a/crate_db/src/stopwords.rs
+++ b/crate_db/src/stopwords.rs
@@ -100,6 +100,8 @@ lazy_static! {
("social", Some(&["media"])),
("codegen", Some(&["backend"])),
("game", Some(&["simulator", "simulation"])),
+ ("vkontakte", Some(&["vk"])),
+ ("vulkan", Some(&["vk"])),
("2d", Some(&["path", "paths"])),
("video", Some(&["audio"])), // have to pick oneā€¦
("sound", Some(&["3d", "windows"])),