Tag Archives: NLP

Wordnet Vocabulary & Definitions

This was taken from http://en.wikipedia.org/wiki/WordNet on September 7th, 2010 because, well, I just needed it quickly accessible. Nouns hypernyms Y is a hypernym of X if every X is a (kind of) Y canine is a hypernym of dog, because every dog is a member of the larger category of canines hyponyms Y is a [...]
Posted in NLP | Also tagged | Comments closed

Using the Stanford Parser with Jython.

The following code is a Jython adaptation of the example Java code that comes with the Stanford Parser. I felt like this would be pretty useful to have as a resource because Python doesn’t have a parser that generates grammatical relationships in a sentence, and I wasn’t able to find any example code to help [...]
Posted in NLP, Programming | Also tagged , , | Leave a comment

Annotated List of Hadoop Tutorials

Official Tutorials The official Hadoop tutorial by Apache. Tutorial uses Hadoop classes with Java mappers and reducers to calculate word counts from several example books. Tutorial is very thorough and informative – good for first time Hadoop users to introduce all the components and ideas. The official Hadoop tutorial by Yahoo. Is essentially the same [...]
Posted in Programming | Also tagged , | Leave a comment