reorganization and a little bit of code robustness, and implemented TweetRandom functionallity

This commit is contained in:
arnaucode
2017-04-20 23:08:09 +02:00
parent 0002787cb0
commit 2e1d99c387
13 changed files with 149 additions and 35 deletions

View File

@@ -26,7 +26,6 @@ func analyzeWords(tweets []twitter.Tweet) map[string]int {
words = mapWords(v.Text, words)
}
fmt.Println(len(words))
//get sorted list of frequency words
_ = printSortedMapStringInt(words, minNumWords)
fmt.Println(" ")