-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cheating pseudo-entry: literary style transfer #2
Comments
I did some rotations on nine inch nails lyrics: https://github.com/enkiv2/misc/tree/master/napogenmo2017 Some interesting results. Here's what Head Like a Hole plus a reversed copy of Underneath It All looks like:
Here's the reverse:
Here's what happens when Head Like A Hole gets added to itself shifted back by five lines:
Some of the religious language is funny, and probably a result of having the King James Bible as one of the training documents for the word2vec model. The result has both more biblical language and more explicitly political language than the original. |
Shifting by 23 lines causes much of Terrible Lie to become a mix of dated internet slang and what looks like... afrikaans or poorly-spelled dutch?
|
@enkiv2 Why do you call it a pseudo-entry? It seems pretty legit, and can probably be scaled up for November. |
Because I started in march :)
I may do something like it in November, or use it as a component in
something else. (I'm thinking maybe to modulate dialogue by personality
trait and mood.)
…On Thu, Apr 13, 2017 at 8:47 AM kingofthenerdz3 ***@***.***> wrote:
@enkiv2 <https://github.com/enkiv2> Why do you call it a pseudo-entry? It
seems pretty legit, and can probably be scaled up for November.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAd6GQ0m04zWgw8CyX00tjDJJcEFJcvcks5rvhlqgaJpZM4Mpd7u>
.
|
I ran limericks from the fortune limerick database through: |
There are some (poorly OCR'd) books of limericks at the Internet Archive: https://archive.org/details/bookoflimericks00lear (see "related works" at the bottom) |
I wrote something that uses word2vec to add the vectors of corresponding words together. In this way, you can take two poems of identical length and style and produce a poem that is the combination of the two, in a manner similar to encoding with a vingere cipher.
(Source: https://github.com/enkiv2/misc/blob/master/X_except_its_Y.py )
Possible applications:
The text was updated successfully, but these errors were encountered: