NaNoGenMo / 2018

National Novel Generation Month, 2018 edition.
https://nanogenmo.github.io/
112 stars 6 forks source link

In! #27

Open hugovk opened 5 years ago

hugovk commented 5 years ago

I'm going to start off with something easyish, and then see what follows.


First by reproducing some historical procgen shared by James Ryan:

extremely early #procgen: Pfizer used an IBM 702 in 1956 to generate 42,000 prospective drug names, which were compiled into a printed book!

image imageimage

I'll start with one or both of these from Corpora to get word endings:

I'll find a bunch of one and two syllable words, then combine them to get ~42,000 words.

image

Only 42k words? Worry not.

Like the IBM machine, it will be "taught to be discreet" and "fixed to automatically eliminate four-letter combinations that wouldn't be proper in a family medicine chest". So I'll need a list of "improper words" to filter those out. And unlike the original, I think they will belong in an ~8kword appendix.


I may also dip into @ojahnn's NaNoLiPo for other ideas, or some unrealised ideas from 2017, 2016 and 2015 and 2014.

hugovk commented 5 years ago

NaNoLiPo Prompts

LuRsT commented 5 years ago

Will you be doing one entry per challenge? :open_mouth:

hugovk commented 5 years ago

No, I won't have time for that, but some will be double entries! Like 50,000 Woofs can do for both #avoidlipo and #monosyllablipo :)

hugovk commented 5 years ago

A CATALOGUE OF PHARMACEUTICAL DRUG NAMES

https://github.com/NaNoGenMo/2018/issues/95