Created
March 4, 2014 04:23
-
-
Save mountain/9340255 to your computer and use it in GitHub Desktop.
save lda schema
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(def lda (second (get-model "model"))) | |
(spit "2014.sch" (clojure.string/join "\n" (map #(clojure.string/join ";" %) (map vec (vec (.getTopWords lda 12)))))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment