Category: R Coding

  • Every day I keep learning

    Intro  I missed writing an entry last week. Not that I haven’t learned anything I could discuss, but rather because I have been learning and coding a bit too much lately… Learning more about Postgres Among many other things (that will make for potentially quite a few other entries in the Blog), I learned one…

  • 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…