Code Examples

This is just to showcase two things currently:

I can link to scripts like the following (these are just some scripts for a larger NLP Project):

Pulling Japanese Text
Pulling Data from Reddit

We can also naturally showcase R, Python, or any other language we are interested in:

summary(Orange)
library(ggplot2)
oplot <- ggplot(Orange, aes(x = age, 
                   y = circumference, 
                   colour = Tree)) +
  geom_point() +
  geom_line() +
  guides(colour = FALSE) +
  theme_bw()
oplot
for i in range(0,5):
print(i)