mirror of
https://github.com/arnaucube/argos.git
synced 2026-02-07 19:16:40 +01:00
reorganization and a little bit of code robustness, and implemented TweetRandom functionallity
This commit is contained in:
@@ -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(" ")
|
||||
|
||||
Reference in New Issue
Block a user