Skip to content

Instantly share code, notes, and snippets.

View lumiqai's full-sized avatar

Lumiq lumiqai

View GitHub Profile
@lumiqai
lumiqai / TopicModelZoo.md
Created December 30, 2018 09:50 — forked from scapegoat06/TopicModelZoo.md
Topic Model Zoo
@lumiqai
lumiqai / spacy_intro.ipynb
Created March 3, 2018 06:40 — forked from aparrish/spacy_intro.ipynb
NLP Concepts with spaCy. Code examples released under CC0 https://creativecommons.org/choose/zero/, other text released under CC BY 4.0 https://creativecommons.org/licenses/by/4.0/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
suppressPackageStartupMessages(library(RJSONIO))
#We will load all the R files starting from the base directory
base_folder <- getwd()
#The lib folder contains the R program that handles all the communication with Storm.
lib_folder <- paste(base_folder, "/lib", sep="")