NaPoGenMo / NaPoGenMo2017

National Poetry Generation Month 2017
13 stars 3 forks source link

Mapping Poet #7

Open vnck opened 7 years ago

vnck commented 7 years ago

I wrote a crude python script that maps location data to words from a corpus. Each poem, marked between lines, is equivalent to a day's worth of tracking.

Example

religious waning whole. old dead for spatula. southeastern honest. whole with transplantation. critical. sexual aphrodisiac. unhappy tenuous. recent technical caused redneck,

long schoolgirl, wild, long bare peaceful subdued reluctant compact patient lies? unemployed? smart worshiper.

big past his comma, asleep, great feasible early curtailment? experienced? sweet thy skeptic,

active by principality? casual struggling curious noble ordinary nuts growing swollen silly? rich private heaving.

enkiv2 commented 7 years ago

Surprisingly coherent! Is the mapping arbitrary?

On Sat, Apr 15, 2017, 3:42 AM Ivan notifications@github.com wrote:

I wrote a crude python script that maps location data to words from a corpus. Each poem, marked between lines, is equivalent to a day's worth of tracking.

Example

religious waning whole. old dead for spatula. southeastern honest. whole with transplantation. critical. sexual aphrodisiac. unhappy tenuous. recent technical caused redneck,

long schoolgirl, wild, long bare peaceful subdued reluctant compact patient lies? unemployed? smart worshiper.

big past his comma, asleep, great feasible early curtailment? experienced? sweet thy skeptic,

active by principality? casual struggling curious noble ordinary nuts growing swollen silly? rich private heaving.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/NaPoGenMo/NaPoGenMo2017/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/AAd6GQhffo6S4TOgOPNtfHHkGAAYiQRWks5rwHTZgaJpZM4M-SAr .

vnck commented 7 years ago

Each noun is mapped to a location ID. Hence, the more frequent words are representative of places I visited more.

Each adjective is mapped to an instance of travel, which adjective is decided by the distance travelled.

Punctuation is representative of a save of data made by the app into the web but the kind of punctuation is random.

Each poem is representative of a day's worth of data!

schas002 commented 7 years ago

I can't wait for the source release :smiley:

vnck commented 7 years ago

Here's the source code! https://github.com/herringblue/Mapping-Poet