A collection of some sources / people I came across who use computation for textual ends.

 


 

Nick Montfort

A professor of digital media at MIT, he published books of computational literature and poetry, as well as studies and collections. (His page at MIT Press).

 


 

Allison Parish

A poet and programmer who is also professor at the ITPY in New York University. She published books of computational poetry, and is also active online (Twitter bots, Tumblr, websites…). Her recent works include explorations of Word2Vec embedding models, the CMU Pronouncing Dictionary. I also found useful resources on Python, bash text tools on her website, and my good friend Luke Demarest had the generosity to point me to this article on her recent output.

 


 

Ross Goodwin

Self-proclaimedly ‘not a poet’, he studied at the ITP at NYU and continues working with text, and text-&-image, text-&-film interfaces (a few details here). He also talks about a collaboration with the Google Deep Dream VR experience with regards to poetic voiceovers (in the same article). He mentions Allison Parish as a mentor and influence, and works with Markov chains and, now probably almost exclusively, with Deep Neural Nets. His film script ‘Sunspring’, developed using the latter, has had quite an impact (see his second article).

 


 

Janelle C Shane

Cited by Rebecca Fiebrink in her machine learning class, she uses neural networks to create new words, names or phrases that she then posts on her website.

 


 

Max Woolf

A data scientist who developed a library for RNN text generation in Python, textgenrnn, that is most likely going to be useful in the future, both for text generation and for learning the ins and outs of these networks.