Word Frequencies




  • Access Level: User
  • Language: ruby
  • Developer: 140kit Team
  • Source Code: Github
  • Requires REST API:No
  • Status: Online

So you know how many hashtags, mentions and links occurred and what they were - what about normal words, though? This analytic provides you with a comprehensive counting of every word that occurred. This function has one variable, percentile, which is the cutoff limit for words to appear - the default is 0.9, or only show the top 10% used words. This should be set relatively high as word distributions get very large and the long tail is looooong, and you won't ever use it. Promise.

Variables

NameUser Modifiable?PositionKindDescriptionPossible ValuesOptions
PercentileYes0enumThe percentile at which the word frequency algorithm cuts off results. The value, represented in decimal notation, corresponds to the portion of results that are omitted. A value of 0.9, for instance, is the 90th percentile, which means that only the top 10% occurring words will be shown in the results. No stop words are removed so as to make this an entirely transparent analytic.'0.99', '0.95', '0.9', '0.85', '0.80', '0.75', '0.7', '0.6', '0.5', '0.4', '0.3', '0.25', '0.2', '0.1', '0.0'Remove