Skip to content

Instantly share code, notes, and snippets.

View rodacato's full-sized avatar

Adrian Castillo rodacato

View GitHub Profile
@rodacato
rodacato / gist:3098837
Created July 12, 2012 15:22 — forked from Kimtaro/gist:1779371
Installing the wordnet gem on OSX or Ubunut, as of July 17 2012

Getting the wordnet gem, version 0.0.5, working is a little tricky at the moment. It's being rewritten but isn't released yet and the dbd gem is in a similar state.

These steps got it working for me on OS X Lion or Ubuntu 10.04 and MRI 1.8.7.

WordNet

Download WordNet from http://wordnet.princeton.edu/wordnet/download/current-version/

$ ./configure

=begin
Crowdint logical skills test.
=end
require 'rubygems'
require 'faster_csv'
@stats = {}
FasterCSV.foreach("events.csv", :col_sep =>"\t", :headers => :first_row) do |row|