allow to get more than 200 tweets for analysis

This commit is contained in:
arnaucode
2017-04-16 17:31:03 +02:00
parent 8456427b32
commit 48656e5b16
2 changed files with 23 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ import (
"strings"
)
const minNumWords = 3
const minNumWords = 10
func main() {
fmt.Println("---------------")