improved words analysis, punctuation symbols filtered

This commit is contained in:
arnaucode
2017-06-06 21:30:44 +02:00
parent 4beff6fbd0
commit 789235bcbb
4 changed files with 9 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ import (
"strings"
)
const version = "0.2-beta"
const version = "0.3-beta"
const minNumWords = 10
const minNumHashtag = 2
const minNumUserInteractions = 1