Search code examples
listdictionarycpu-word

Does anyone have a simple word list with types?


I'm looking for a word list with types in a simple format like:

apple    noun
fast     adjective

Does anyone know if such a one exists? I ultimately will be converting this to SQL, so any compatible database/excel format etc. is acceptable too. I don't mind if extra information is present, as long as it will still be easy to parse the data I want.

Thanks.


Solution

  • You should be able to parse one out of The Online Plain Text English Dictionary without too much trouble.