Skip to content

Instantly share code, notes, and snippets.

@randyzwitch
Created September 16, 2013 16:57
Show Gist options
  • Save randyzwitch/6583370 to your computer and use it in GitHub Desktop.
Save randyzwitch/6583370 to your computer and use it in GitHub Desktop.
frequent terms
> #Inspect most popular words, minimum frequency of 20
> findFreqTerms(dtm, lowfreq=20)
[1] "15" "2008" "2009" "2011" "a" "ad" "add" "adsens"
[9] "air" "analyt" "and" "appl" "at" "back" "bezel" "black"
[17] "book" "bookmark" "break" "broke" "broken" "bubbl" "by" "can"
[25] "case" "chang" "child" "code" "comment" "comput" "cost" "cover"
[33] "crack" "css" "custom" "data" "delet" "disabl" "display" "do"
[41] "doe" "drop" "edit" "eleven" "em209" "entri" "fix" "footer"
[49] "footerphp" "for" "free" "from" "get" "glue" "googl" "hadoop"
[57] "header" "hing" "how" "i" "if" "imag" "in" "is"
[65] "it" "laptop" "late" "lcd" "lid" "link" "logo" "loos"
[73] "mac" "macbook" "make" "mobil" "modifi" "much" "my" "navig"
[81] "of" "off" "omnitur" "on" "page" "permalink" "php" "post"
[89] "power" "pro" "problem" "program" "proud" "r" "remov" "repair"
[97] "replac" "report" "sas" "screen" "separ" "site" "sitecatalyst" "store"
[105] "tag" "text" "the" "theme" "this" "tighten" "to" "top"
[113] "turn" "twenti" "twentyeleven" "uncategor" "unibodi" "use" "variabl" "version"
[121] "view" "vs" "warranti" "was" "what" "will" "with" "wordpress"
[129] "wp" "you"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment