namespace :words do

desc "Creates a table containing English words"
task :create do
  raise NotImplementedError
end

end