Skip to content

Commit

Permalink
fixes kevwan#2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan committed Nov 27, 2021
1 parent 32f9f84 commit 0952ad6
Show file tree
Hide file tree
Showing 4 changed files with 619,233 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bot/adapters/storage/memorystorage.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ const (
thresholdForKeywords = 5
maxSearchResults = 100
thresholdForStopWords = 100
dictFile = "dict.txt"
idfFile = "idf.txt"
stopWordsFile = "stop_words.txt"
generatedStopWordsFile = "stopwords.txt"
dictFile = "../etc/dict.txt"
idfFile = "../etc/idf.txt"
stopWordsFile = "../etc/stop_words.txt"
generatedStopWordsFile = "../etc/stopwords.txt"
)

type (
Expand Down
Loading

0 comments on commit 0952ad6

Please sign in to comment.