itte/examples/gordon/words/README.md

475 B

Nouns

The nouns.txt file is based on the Moby Part of Speech List by Grady Ward, released into the public domain and available on Project Gutenburg.

Commands to generate the nouns.txt file:

curl -LO https://www.gutenberg.org/files/3203/files/mobypos.txt
cat mobypos.txt | grep "\N" > nouns.txt