Show HN: Backseat Writer – write like Shakespeare and others
11–17 of 17 posts
Re: Show HN: Backseat Writer – write like Shakespeare and others
#12Opinions?
EDIT: Another note, while the references to Shannon & Markov chain are correct, in NLP this would more commonly be referred to as a character n-gram model.
Re: Show HN: Backseat Writer – write like Shakespeare and others
#13Earlier quoted context omitted.
Is this intended to produce 'sounds like' gibberish or structured sentences? Just curious at the end goal.
Gibberish I guess. Doing a lookahead for letters was how I started, and its kinda interesting to see how it turned out as a quick project. Storing the probabilities for each letter given a string prefix is the limiting factor, and took a bit of effort to get it to reasonable size for a browser. I think using words instead of letters may result in better sentences with the same amount of space though...
Re: Show HN: Backseat Writer – write like Shakespeare and others
#14Opinions?
What is it supposed to do? I try to type a sentence but it is immediately garbled by random words. If there were two boxes, one for input and output, things wouldn't get mixed up, or perhaps a "Shakespearize" button. Right now the edit box is not really usable because the script interferes with normal editing. EDIT: Another note, while the references to Shannon & Markov chain are correct, in NLP this would more commo…
Re: Show HN: Backseat Writer – write like Shakespeare and others
#15Earlier quoted context omitted.
Gibberish I guess. Doing a lookahead for letters was how I started, and its kinda interesting to see how it turned out as a quick project. Storing the probabilities for each letter given a string prefix is the limiting factor, and took a bit of effort to get it to reasonable size for a browser. I think using words instead of letters may result in better sentences with the same amount of space though...
I think this is a really neat side project. It's almost like a chatbot where you drive. If you can get sentence structure working by doing intelligent stuff with the tokens it could be even cooler. What do you do fulltime?
Re: Show HN: Backseat Writer – write like Shakespeare and others
#16Re: Show HN: Backseat Writer – write like Shakespeare and others
#17Earlier quoted context omitted.
What is it supposed to do? I try to type a sentence but it is immediately garbled by random words. If there were two boxes, one for input and output, things wouldn't get mixed up, or perhaps a "Shakespearize" button. Right now the edit box is not really usable because the script interferes with normal editing. EDIT: Another note, while the references to Shannon & Markov chain are correct, in NLP this would more commo…
It's meant to interfere with your writing, like a backseat driver interferes with your driving. Your idea of separation is interesting, do you see it as a kind of translator?