rwet final: rain poem
about
For my project, I was interested in language on a purely phonetic, bodily level.Â
One of my obsessions before this class was Christian Bokâs Eunoiaâ the idea that certain vowel sounds inherently carry certain characteristics, and specifically scaffold certain world languages more than other.Â
In his writing, you can really see this with the flowy French phrases in âChapter E,â and the terser Arabic vocab in âChapter Aâ.
Eunoia took Bok 7 years to write âmanually.â I wonder if anyoneâs taken a stab at writing this with computer procedure.
Thereâs such a material quality to spoken wordâwhich are just meaty vibrations, with different ways of stopping air. My 1-month bare bones knowledge of linguistics tells me that air stopped with my lips, versus with teeth, versus tongue, are the most low-level differentiators between sounds that are innately âaggressive,â or innately âsoft.â
For me, the exciting computational aspect was glomming together intense similarities in record timeâ creating this hyper-active form of English that almost evolved into something more abstractly shaped, like music.
procedure
See the source code here:Â GITHUB
Thank you to Allison Parrish for code help, as well as to Ayalâs project which uses pronouncing + spacy. I referenced code for my "rhyme()" function from there.
~~~~~~
I used the pronouncing library to riff off of seed phrases, which were mostly chosen on a phonetic level:
How well would they amplify the effect of the rhyme?
The main source code borrowed code from the Pronouncing notebook. I put it in a separate function;Â
Hereâs a few examples of this function in action:
Output:
This one ended up being problematic in its rhyming... I was really upset that it kept returning a racial slur..... Which with Allisonâs help + word.filters, I got fixed.
Most of the other poems follow this formula too.Â
One that stood out as different:
âRain in spain,â was the only string that has some kind of intentional cultural reference. Originally from âMy Fair Lady,â it acts as a kind of shibboleth for lower-class dialects; thereâs a whole song about her conforming her vowel dipthongs.
Seemed effective to riff off of something well-known?
performance
(will post pictures of performance once I get them!)
Overally, I was happy with my feedback on the performance. The pacing was good, and took practice to get there.
Got helpful feedback from Allison and others about not rushing through the language; the contrast in pacing allows the sound to become abstract. When meaningful semantic moments push through, thereâs a shift in attention to the âword-nessâ of these sounds.
Our guest critics offered that it might add interest/meaning to use a culturally familiar âbaseâ phrase, like Iâm doing with ârain in spain.â Could be a nice way to push it further. Or create some kind of narrative? If I could add meaning to this beyond sound...
For sure, all this rhymey stuff Iâm doing already has its immediate place in pop culture: tongue twisters, hip hop music, to start. Sofia mentioned that this was a very âAmerican Englishâ performance. Could be interesting to explore different subcultures/languages of rhyme.
One thing I felt worked well here and in my classmateâs was making a single âseedâ transparent, and iterating off the same seed. The repetition + resulting shift take advantage of this permutating, infinite world of computational weirdness.













