-
Simulating a SOC (part II): GUI
Intro Last week I started a small program to simulate a SOC. This week, I wanted to see if I could make it more… Visual. This here is the “final” result working with the simulator from last week: But it wasn’t easy… So here is the long-story-short about that. (No code, as I am not…
-
NLP (3/n): Parts of Speech Tagging
Intro So I’ve been working on other things lately, but I wanted to keep improving/practicing a bit with the NLP concepts. As I mentioned already, I spent a bit of my (little) spare time to review concepts. One book I am finding I rely heavily upon is “Mastering Text Mining with R”, from the Packt…
-
Functions, Environments, Closures: Alternatives to Objects (an intro)
Intro So I’ve mentioned the concepts of Functional Programming in R a couple of times (here & here) already. I’ve also played a bit with OOP (Object Oriented Programming) in R. But I needed to explain it to others. There are MANY resources on the topic, but I wanted to SHOW it with a reasonably…