I want to find seed data to load into my dictionary. I just need the word’s orthographic representation (letters) and the definition.
I’m looking for a single text file that contains this information to parse and then load into my db. I’m using rails so if there is a gem or plugin that can do this that would be nice if any knows about it.
Here you go:
http://www.gutenberg.org/ebooks/673
It might have more info than you need, but you can parse out what you want. Project Gutenberg converts public domain (including expired copyright) books to text form.