itte/examples/gordon/words
mio 935a37cfc1 (gordon) Add soupe command 2022-08-31 04:23:19 +00:00
..
README.md (gordon) Add soupe command 2022-08-31 04:23:19 +00:00
nouns.txt (gordon) Add soupe command 2022-08-31 04:23:19 +00:00

README.md

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